Fixes: https://tracker.ceph.com/issues/57248
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
tasks:
- exec:
- client.1:
+ mon.a:
- "ceph fs volume create dc"
- "ceph fs volume create dc-backup"
+ # Remove volumes during unwind to avoid MDS replacement warnings:
+ - full_sequential_finally:
+ - exec:
+ mon.a:
+ - ceph config set mon mon_allow_pool_delete true
+ - ceph fs volume rm dc --yes-i-really-mean-it
+ - ceph fs volume rm dc-backup --yes-i-really-mean-it
- ceph-fuse:
client.1:
cephfs_name: dc