From 51308da4cf9dc48aff7d38491da48c68cbb4b9df Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 06 2014 23:15:01 +0000 Subject: Specify the nfs_mount_opts when mounting /pub/archive on secondary01 --- diff --git a/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml b/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml index 63f78cb..d44dc31 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",