projects
/
ocf-ra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa11ff6
)
OCFS2_DRBD: mount ocfs2 filesystems with "noatime" option
master
author
Alexander Barton
<alex@barton.de>
Mon, 25 Jan 2010 11:56:22 +0000
(12:56 +0100)
committer
Alexander Barton
<alex@barton.de>
Mon, 25 Jan 2010 11:56:22 +0000
(12:56 +0100)
OCFS2_DRBD
patch
|
blob
|
history
diff --git
a/OCFS2_DRBD
b/OCFS2_DRBD
index 241eb97313c3a190db4b2c01f48853d1a93e2032..9ab7a5da5f0377aa7a948ee8cfc36438a562485f 100755
(executable)
--- a/
OCFS2_DRBD
+++ b/
OCFS2_DRBD
@@
-89,7
+89,8
@@
ClusterFS_start() {
if [ $? -ne 0 ]; then
return $OCF_ERR_GENERIC
fi
- mount -t ocfs2 "$OCF_RESKEY_drbd_dev" "$OCF_RESKEY_mountpoint"
+ mount -t ocfs2 -o noatime \
+ "$OCF_RESKEY_drbd_dev" "$OCF_RESKEY_mountpoint"
if [ $? -ne 0 ]; then
return $OCF_ERR_GENERIC
fi