X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=8f51dc58559d8cb9dc769e418e25273c22bee222;hp=b4b15edea5460cb0dfce3b44384852caa342dac2;hb=7a79e2b47b7d9078757c73a13578a3f728fb4ad6;hpb=cff450108c604eebd211e719007800539b537a61 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b4b15ed..8f51dc5 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6291,6 +6291,8 @@ test_200h() { done wait_update $HOSTNAME "lctl get_param -n lov.$FSNAME-*.pools.$POOL" ""\ || error "Pool $FSNAME.$POOL cannot be drained" + # striping on an empty pool should fall back to "pool of everything" + $SETSTRIPE -p $POOL ${POOL_FILE}/$tfile || error "failed to create file with empty pool" } run_test 200h "Remove all targets from a pool =========================="