X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=ea9feda5ff044e8014edd668bc7a49a4fa724195;hp=75506b63b546463fb03c770e9a9c380c7a77296e;hb=a77212cd13627b2b9f1835c48599e91c82aeed9d;hpb=93339415b8d74c0a2c74ee053aed23540b89bccb diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 75506b6..ea9feda 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -7751,6 +7751,18 @@ test_204d() { } run_test 204d "Print default stripe count and size =============" +test_204e() { + mkdir -p $DIR/$tdir + $SETSTRIPE -d $DIR/$tdir + + check_raw_stripe_attr count + check_raw_stripe_attr size + check_raw_stripe_attr offset + + return 0 +} +run_test 204e "Print raw stripe attributes =================" + test_204f() { mkdir -p $DIR/$tdir $SETSTRIPE --count 1 $DIR/$tdir