From ba4be67a36c45afadaf8167ed9b7304cc1a216f2 Mon Sep 17 00:00:00 2001 From: nic Date: Wed, 14 Dec 2005 20:24:42 +0000 Subject: [PATCH] r=adilger seed the fsx operations from the time so that we vary the test sequence a bit --- lustre/tests/sanityN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 47bafd8..2be73ff 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -351,7 +351,7 @@ test_15() { # bug 974 - ENOSPC run_test 15 "test out-of-space with multiple writers ===========" test_16() { - fsx -c 50 -p 100 -N 2500 $MOUNT1/fsxfile $MOUNT2/fsxfile + fsx -c 50 -p 100 -N 2500 -S 0 $MOUNT1/fsxfile $MOUNT2/fsxfile } run_test 16 "2500 iterations of dual-mount fsx =================" -- 1.8.3.1