From 52b20aced154b669ce8c38a21ffda5796b6b1404 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 14 Nov 2007 19:47:49 +0000 Subject: [PATCH] b=13769 i=Adilger remove chmod 700, set x bit for mount pt --- lustre/tests/acceptance-small.sh | 2 +- lustre/tests/test-framework.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 54e7557..a2fbaad 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -102,7 +102,7 @@ for NAME in $CONFIGS; do rm -f /mnt/lustre/`hostname`/client.txt fi - chown $UID $MOUNT && chmod 700 $MOUNT + chown $UID $MOUNT which bonnie++ > /dev/null 2>&1 || BONNIE=no if [ "$BONNIE" != "no" ]; then title bonnie diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 1c8f2b6..172016c 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1180,6 +1180,7 @@ is_patchless () check_runas_id() { mkdir $DIR/d0_runas_test + chmod 0755 $DIR chown $RUNAS_ID:$RUNAS_ID $DIR/d0_runas_test $RUNAS touch $DIR/d0_runas_test/f$$ || \ error "unable to write to $DIR/d0_runas_test as UID $RUNAS_ID. -- 1.8.3.1