Specify the nfs_mount_opts when mounting /pub/archive on secondary01

This commit is contained in:
Pierre-Yves Chibon 2014-12-07 00:09:13 +01:00
parent 92577d7a43
commit 51308da4cf

View file

@ -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",