]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/mirror-ha/cephfs-mirror/1-volume-create-rm.yaml
update ceph source to reef 18.2.1
[ceph.git] / ceph / qa / suites / fs / mirror-ha / cephfs-mirror / 1-volume-create-rm.yaml
CommitLineData
aee94f69
TL
1meta:
2- desc: create/rm volumes and set configs
3
4tasks:
5 - exec:
6 mon.a:
7 - "ceph fs volume create dc"
8 - "ceph fs volume create dc-backup"
9 - full_sequential_finally:
10 - exec:
11 mon.a:
12 - ceph config set mon mon_allow_pool_delete true
13 - ceph fs volume rm dc --yes-i-really-mean-it
14 - ceph fs volume rm dc-backup --yes-i-really-mean-it