X-Git-Url: https://arthur.barton.de/gitweb/?p=ocf-ra.git;a=blobdiff_plain;f=OCFS2_DRBD;h=9ab7a5da5f0377aa7a948ee8cfc36438a562485f;hp=851edeaf56c04b3f8c86187233cd217b88fe7e85;hb=refs%2Fheads%2Fmaster;hpb=a1235fc2ee2e4222f1cb821da3542e56ef064eb5 diff --git a/OCFS2_DRBD b/OCFS2_DRBD index 851edea..9ab7a5d 100755 --- a/OCFS2_DRBD +++ b/OCFS2_DRBD @@ -71,7 +71,7 @@ This Resource Agent starts and stops OCFS2 file systems located on DRBD devices. - + END @@ -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