From 55ff3c746fb0c68a7773d0b40160de0eebd52beb Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 23 Sep 2008 19:19:48 +0000 Subject: [PATCH] b=14836 i=johann (att 19293) i=nathan (att 19334) i=jc.lafoucriere att 19293: locking fixes, error condition checks, remove alloc/free in qos_calc_rr att 19334: remove code duplication between llapi_file_create{,_pool}; deprecate positional setstripe params --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index dd1be09..fba352c 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -802,7 +802,7 @@ run_test 27c "create two stripe file f01 =======================" test_27d() { mkdir -p $DIR/d27 - $SETSTRIPE $DIR/d27/fdef 0 -1 0 || error "lstripe failed" + $SETSTRIPE -c0 -i-1 -s0 $DIR/d27/fdef || error "lstripe failed" $CHECKSTAT -t file $DIR/d27/fdef || error "checkstat failed" dd if=/dev/zero of=$DIR/d27/fdef bs=4k count=4 || error } @@ -2814,7 +2814,7 @@ test_65e() { touch $DIR/d65/f6 $LVERIFY $DIR/d65 $DIR/d65/f6 || error "lverify failed" } -run_test 65e "directory setstripe 0 -1 0 =======================" +run_test 65e "directory setstripe defaults =======================" test_65f() { mkdir -p $DIR/d65f -- 1.8.3.1