From: Alexander Barton Date: Mon, 25 Jan 2010 11:56:22 +0000 (+0100) Subject: OCFS2_DRBD: mount ocfs2 filesystems with "noatime" option X-Git-Url: https://arthur.barton.de/gitweb/?p=ocf-ra.git;a=commitdiff_plain;h=4a954b54191633bd2779e421400d79b52dadd302;hp=fa11ff6d013ad40c3290e6d724fae6040b9b7ca0 OCFS2_DRBD: mount ocfs2 filesystems with "noatime" option --- 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