From: Andrew Perepechko Date: Wed, 17 Mar 2010 07:00:49 +0000 (+0300) Subject: b=20101 lfs getstripe -d test for sanity 27w X-Git-Tag: 1.10.0.39~54 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=c6f1fc1c59cbf9ffcd884de85ebcc46184eaa810 b=20101 lfs getstripe -d test for sanity 27w o=James Simmons (ORNL) i=Andreas Dilger i=Robert Read --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 7490e2c..c93d168 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1203,6 +1203,8 @@ test_27w() { # bug 10997 $LSTRIPE $DIR/$tdir/f0 -s 65536 || error "lstripe failed" size=`$GETSTRIPE $DIR/$tdir/f0 -s` [ $size -ne 65536 ] && error "stripe size $size != 65536" || true + gsdir=$($LFS getstripe -d $DIR/$tdir) + [ $(echo $gsdir | grep -c stripe_count) -ne 1 ] && error "$LFS getstripe -d $DIR/$tdir failed" [ "$OSTCOUNT" -lt "2" ] && skip_env "skipping multiple stripe count/offset test" && return for i in `seq 1 $OSTCOUNT`; do