From: Nathaniel Clark Date: Thu, 31 Aug 2017 19:54:53 +0000 (-0400) Subject: LU-9888 tests: Update disk2_7-zfs.tar.bz2 for quota X-Git-Tag: 2.10.54~37 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=f37b25fbb4acf3f96ebc61bb4d9137a8f0401e35;hp=f4a0ebe28e88cbdd79061fad275cb9494fdba225 LU-9888 tests: Update disk2_7-zfs.tar.bz2 for quota Add a blimit file with the larger 40960 limit in it, as this seems to be how the image was created, but the default (without this file) is 20K. Also add an ilimit file with 4 (default for new images). Old default value is 2. Signed-off-by: Nathaniel Clark Change-Id: I33921ac58a5252f3259145d5e00faedcd21559f9 Reviewed-on: https://review.whamcloud.com/28820 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Alex Zhuravlev Reviewed-by: Wei Liu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index f435adb..7fd8581 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -78,8 +78,8 @@ if [[ "$LDISKFS_MKFS_OPTS" != *lazy_itable_init* ]]; then fi [ $(facet_fstype $SINGLEMDS) = "zfs" ] && -# bug number for skipped test: LU-9888 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 32b" +# bug number for skipped test: + ALWAYS_EXCEPT="$ALWAYS_EXCEPT" init_logging diff --git a/lustre/tests/disk2_7-zfs.tar.bz2 b/lustre/tests/disk2_7-zfs.tar.bz2 index c31989b..9394db83 100644 Binary files a/lustre/tests/disk2_7-zfs.tar.bz2 and b/lustre/tests/disk2_7-zfs.tar.bz2 differ