Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
The default OSTCOUNT (2) and OSTSIZE (200000KB) defined in lustre/tests/cfg/local.sh are usually too small to pass sanity.sh. I usually run out of space in 184c when it does:
dd if=/dev/urandom of=$ref1 bs=1M count=$((RANDOM % 50 + 20)) dd if=/dev/urandom of=$ref2 bs=1M count=$((RANDOM % 50 + 20))
Would it be controversial to double the OSTSIZE in local.sh?