Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3f26f
)
b=18333
author
grev
<grev>
Fri, 13 Feb 2009 20:46:42 +0000
(20:46 +0000)
committer
grev
<grev>
Fri, 13 Feb 2009 20:46:42 +0000
(20:46 +0000)
i=Oleg.Drokin
add flock to default mount opts
lustre/tests/cfg/local.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/cfg/local.sh
b/lustre/tests/cfg/local.sh
index
60096be
..
b811dde
100644
(file)
--- a/
lustre/tests/cfg/local.sh
+++ b/
lustre/tests/cfg/local.sh
@@
-69,7
+69,7
@@
OST_MOUNT_OPTS=${OST_MOUNT_OPTS:-"-o loop"}
MOUNT=${MOUNT:-/mnt/${FSNAME}}
MOUNT1=${MOUNT1:-$MOUNT}
MOUNT2=${MOUNT2:-${MOUNT}2}
-MOUNTOPT=${MOUNTOPT:-"user_xattr,acl"}
+MOUNTOPT=${MOUNTOPT:-"user_xattr,acl
,flock
"}
DIR=${DIR:-$MOUNT}
DIR1=${DIR:-$MOUNT1}
DIR2=${DIR2:-$MOUNT2}