staging-sync/koji: umount a few more mounted nfs shares
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
8b408c8a79
commit
41e3162744
1 changed files with 5 additions and 1 deletions
|
@ -99,7 +99,11 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: stop nfs
|
- name: stop nfs
|
||||||
service: name=nfs state=stopped
|
service: name=nfs state=stopped
|
||||||
- name: unmount koji filesystem
|
- name: unmount /mnt/fedora_koji/koji/ostree
|
||||||
|
mount: name=/mnt/fedora_koji/koji/ostree state=unmounted
|
||||||
|
- name: unmount /mnt/fedora_koji/koji/compose/ostree
|
||||||
|
mount: name=/mnt/fedora_koji/koji/compose/ostree state=unmounted
|
||||||
|
- name: unmount /mnt/fedora_koji
|
||||||
mount: name=/mnt/fedora_koji state=unmounted
|
mount: name=/mnt/fedora_koji state=unmounted
|
||||||
- name: wipe fedora_koji volume
|
- name: wipe fedora_koji volume
|
||||||
filesystem: dev=/dev/GuestVolGroup00/fedora_koji fstype=xfs force=yes
|
filesystem: dev=/dev/GuestVolGroup00/fedora_koji fstype=xfs force=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue