X-Git-Url: https://arthur.barton.de/gitweb/?p=ocf-ra.git;a=blobdiff_plain;f=OCFS2_DRBD;h=9ab7a5da5f0377aa7a948ee8cfc36438a562485f;hp=974b17119aba69ef5aecf3f61b1d97b035a91ed2;hb=4a954b54191633bd2779e421400d79b52dadd302;hpb=aee18e64840b6eef77adaadbb3c68d8a87995706 diff --git a/OCFS2_DRBD b/OCFS2_DRBD index 974b171..9ab7a5d 100755 --- a/OCFS2_DRBD +++ b/OCFS2_DRBD @@ -60,9 +60,9 @@ This Resource Agent starts and stops OCFS2 file systems located on DRBD devices. - -Reload CRON configuration Reload CRON configuration after mounting OCFS2 filesystem +Reload CRON configuration + @@ -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