From 51308da4cf9dc48aff7d38491da48c68cbb4b9df Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 7 Dec 2014 00:09:13 +0100 Subject: [PATCH] Specify the nfs_mount_opts when mounting /pub/archive on secondary01 --- playbooks/hosts/secondary01.phx2.fedoraproject.org.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml b/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml index 63f78cb7da..d44dc31652 100644 --- a/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml +++ b/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml @@ -45,7 +45,8 @@ - { role: nfs/client, when: datacenter == "phx2", mnt_dir: '/srv/pub/archive', - nfs_src_dir: '/vol/fedora_ftp/fedora.redhat.com/pub/archive' + nfs_src_dir: '/vol/fedora_ftp/fedora.redhat.com/pub/archive', + nfs_mount_opts: 'ro,hard,bg,intr,noatime,nodev,nosuid' } - { role: nfs/client, when: datacenter == "phx2",