From 52d72e5968de645b3770f73d34b252d1af2a2cad Mon Sep 17 00:00:00 2001 From: huanghua Date: Mon, 9 Oct 2006 05:39:45 +0000 Subject: [PATCH] add stripecount parameter for mdtlov to stripe all data across all OSTs --- lustre/tests/sanity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.8.3.1