Skip to content
Snippets Groups Projects
Commit 52b20ace authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13769

i=Adilger

remove chmod 700, set x bit for mount pt
parent 12f901b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment