summaryrefslogtreecommitdiffstats
path: root/qa/suites/krbd/unmap/ceph/ceph.yaml
blob: c336640286d0cce47e3ec03ef158f7c27b16ab7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
overrides:
  ceph:
    crush_tunables: bobtail
    mon_bind_addrvec: false
    mon_bind_msgr2: false
    conf:
      global:
        cephx require version: 1
        cephx service require version: 1
        ms bind msgr2: false
tasks:
- install:
- ceph:
- exec:
    client.0:
    - "ceph osd getcrushmap -o /dev/stdout | crushtool -d - | sed -e 's/alg straw2/alg straw/g' | crushtool -c /dev/stdin -o /dev/stdout | ceph osd setcrushmap -i /dev/stdin"