X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=OCFS2_DRBD;h=9ab7a5da5f0377aa7a948ee8cfc36438a562485f;hb=refs%2Fheads%2Fmaster;hp=241eb97313c3a190db4b2c01f48853d1a93e2032;hpb=fa11ff6d013ad40c3290e6d724fae6040b9b7ca0;p=ocf-ra.git diff --git a/OCFS2_DRBD b/OCFS2_DRBD index 241eb97..9ab7a5d 100755 --- 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