summaryrefslogtreecommitdiffstats
path: root/qa/suites/rbd/migration-external/5-data-pool/replicated.yaml
blob: 3ecbaf8c1270c562ee3526bebbb9f6a27b2e0380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tasks:
- exec:
    cluster1.client.0:
      - sudo ceph --cluster cluster1 osd pool create datapool 4
      - rbd --cluster cluster1 pool init datapool
    cluster2.client.0:
      - sudo ceph --cluster cluster2 osd pool create datapool 4
      - rbd --cluster cluster2 pool init datapool

overrides:
  ceph:
    conf:
      client:
        rbd default data pool: datapool