Whamcloud - gitweb
b=13769
authorgrev <grev>
Wed, 14 Nov 2007 19:47:49 +0000 (19:47 +0000)
committergrev <grev>
Wed, 14 Nov 2007 19:47:49 +0000 (19:47 +0000)
i=Adilger

remove chmod 700, set x bit for mount pt

lustre/tests/acceptance-small.sh
lustre/tests/test-framework.sh

index 54e7557..a2fbaad 100755 (executable)
@@ -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
index 1c8f2b6..172016c 100644 (file)
@@ -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.