From 7c3d5d5f318d45b944b451c1941304f9bb7e22c6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 18 Dec 2015 00:17:31 +0000 Subject: [PATCH] make sure the mount is rw --- playbooks/groups/logserver.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/logserver.yml b/playbooks/groups/logserver.yml index 9d26642187..d0fb14fadf 100644 --- a/playbooks/groups/logserver.yml +++ b/playbooks/groups/logserver.yml @@ -40,6 +40,7 @@ roles: - cloudstats - - role: nfs/client - mnt_dir: '/mnt/fedora_stats' - nfs_src_dir: 'fedora_stats' + - role: nfs/client, + mnt_dir: '/mnt/fedora_stats', + nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3", + nfs_src_dir: 'fedora_stats',