Skip to content

Commit

Permalink
purge: remove ceph directories on client nodes
Browse files Browse the repository at this point in the history
Otherwise any ceph directories are left over on client nodes
after the purge.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2024815

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Dec 2, 2021
1 parent 64196ce commit 2003585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure-playbooks/purge-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@
- rbdmirrors
- nfss
- mgrs
- clients
gather_facts: false # Already gathered previously
become: true
tasks:
Expand Down

0 comments on commit 2003585

Please sign in to comment.