X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Frecovery-small.sh;h=6014d52748a201a3c3eb8f805b4a5e5b63fc7818;hp=6b69cdcf90eeab4a4777b98c5f8c3d7e126532d2;hb=39eabbad40b25b1950ae21c9ba72e8de4098565b;hpb=c5cffa4e36b24854a74185ee664d14b1ced68e97 diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 6b69cdc..6014d52 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -221,7 +221,7 @@ test_18a() { pgcache_empty || return 1 # 1 stripe on ost2 - lfs setstripe $f $((128 * 1024)) 1 1 + lfs setstripe $f -s $((128 * 1024)) -i 1 -c 1 do_facet client cp /etc/termcap $f sync @@ -246,8 +246,8 @@ test_18b() { pgcache_empty || return 1 # shouldn't have to set stripe size of count==1 - lfs setstripe $f $((128 * 1024)) 0 1 - lfs setstripe $f2 $((128 * 1024)) 0 1 + lfs setstripe $f -s $((128 * 1024)) -i 0 -c 1 + lfs setstripe $f2 -s $((128 * 1024)) -i 0 -c 1 do_facet client cp /etc/termcap $f sync