summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/mirror-ha/cephfs-mirror/1-volume-create-rm.yaml
blob: 4ee16e1c98369810ac9071cf15e6a1422cd8f292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
meta:
- desc: create/rm volumes and set configs

tasks:
  - exec:
      mon.a:
        - "ceph fs volume create dc"
        - "ceph fs volume create dc-backup"
  - 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