Whamcloud - gitweb
LU-2903 tests: Increase zfs log size allowed in fs_log_size() 92/6692/2
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Tue, 18 Jun 2013 19:50:58 +0000 (15:50 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 28 Jun 2013 19:39:17 +0000 (19:39 +0000)
The log size in ZFS has been seen to be as much as 384.  This should
allow the affected tests pass without false-negatives.

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: I9a1f4c25b9c14de0c3ea13f5064092fec86f7b46
Reviewed-on: http://review.whamcloud.com/6692
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Keith Mannthey <keith.mannthey@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/test-framework.sh

index 39e2cf2..3182e26 100644 (file)
@@ -593,7 +593,7 @@ fs_log_size() {
        local size=0
        case $fstype in
                ldiskfs) size=50;; # largest seen is 44, leave some headroom
-               zfs)     size=256;;
+               zfs)     size=400;; # largest seen is 384
        esac
 
        echo -n $size