ceph/qa/suites/upgrade/mimic-x-singleton/0-cluster/start.yaml
Sage Weil 2436eadcfd qa/suites/upgrade/mimic-x-singleton: upgrade mgrs later
The mgrmap may change when the mons upgrade, causing the mgr daemons to
respawn.  Delay the upgrade until later so that the ondisk binary does
not change out from underneath them.

Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-02 16:39:58 -05:00

38 lines
542 B
YAML

meta:
- desc: |
Run ceph on two nodes,
with a separate client-only node.
Use xfs beneath the osds.
overrides:
ceph:
mon_bind_addrvec: false
mon_bind_msgr2: false
fs: xfs
conf:
global:
ms dump corrupt message level: 0
ms bind msgr2: false
mds:
debug ms: 1
debug mds: 20
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- osd.2
- osd.3
- - mon.b
- osd.4
- osd.5
- osd.6
- osd.7
- - mon.c
- mgr.x
- mgr.y
- osd.8
- osd.9
- osd.10
- osd.11
- - client.0