Specify the nfs_mount_opts when mounting /pub/archive on secondary01
This commit is contained in:
parent
92577d7a43
commit
51308da4cf
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue