From: huanghua Date: Mon, 9 Oct 2006 05:39:45 +0000 (+0000) Subject: add stripecount parameter for mdtlov to stripe all data across all OSTs X-Git-Tag: v1_8_0_110~486^2~633 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=52d72e5968de645b3770f73d34b252d1af2a2cad;p=fs%2Flustre-release.git add stripecount parameter for mdtlov to stripe all data across all OSTs --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index aadc29e..cae91f9 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -52,6 +52,7 @@ MEMHOG=${MEMHOG:-memhog} DIRECTIO=${DIRECTIO:-directio} ACCEPTOR_PORT=${ACCEPTOR_PORT:-988} UMOUNT=${UMOUNT:-"umount -d"} +STRIPES_PER_OBJ=-1 if [ $UID -ne 0 ]; then echo "Warning: running as non-root uid $UID" @@ -3162,7 +3163,7 @@ if [ "`mount | grep ^$NAME`" ]; then rm -rf $DIR/[Rdfs][1-9]* fi if [ "$I_MOUNTED" = "yes" ]; then - cleanupall -f || error "cleanup failed" + cleanupall -f || error "cleanup failed" fi