Set all the nfs mounts to 'unmounted' in prep for new storage change
This commit is contained in:
parent
c89e3bd069
commit
90201c3980
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
||||||
opts={{nfs_mount_opts}}
|
opts={{nfs_mount_opts}}
|
||||||
passno=0
|
passno=0
|
||||||
dump=0
|
dump=0
|
||||||
state=mounted
|
state=unmounted
|
||||||
when: datacenter == 'phx2'
|
when: datacenter == 'phx2'
|
||||||
tags:
|
tags:
|
||||||
- nfs/client
|
- nfs/client
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
opts={{nfs_mount_opts}}
|
opts={{nfs_mount_opts}}
|
||||||
passno=0
|
passno=0
|
||||||
dump=0
|
dump=0
|
||||||
state=mounted
|
state=unmounted
|
||||||
when: datacenter == 'rdu'
|
when: datacenter == 'rdu'
|
||||||
tags:
|
tags:
|
||||||
- nfs/client
|
- nfs/client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue