Drop the /vol/ we no longer use it on the new machine.
This commit is contained in:
parent
85fa791bdf
commit
76f786aac6
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
- name: nfs mount points (phx2)
|
||||
mount: >
|
||||
name={{ mnt_dir }}
|
||||
src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/vol/{{ nfs_src_dir }}
|
||||
src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/{{ nfs_src_dir }}
|
||||
fstype=nfs
|
||||
opts={{nfs_mount_opts}}
|
||||
passno=0
|
||||
|
@ -80,7 +80,7 @@
|
|||
- name: nfs mount points (rdu)
|
||||
mount: >
|
||||
name={{ mnt_dir }}
|
||||
src=172.31.1.11:/vol/{{ nfs_src_dir }}
|
||||
src=172.31.1.11:/{{ nfs_src_dir }}
|
||||
fstype=nfs
|
||||
opts={{nfs_mount_opts}}
|
||||
passno=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue