ceph/qa/suites/upgrade/nautilus-x/parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml
Sage Weil f3499b10b3 qa/suites/upgrade/nautilus-x: misc updates
- start with msgr2 enabled (defaults)
- run nautilus branch for workunits
- drop msgr2 enable step at teh end
- add octopus placeholder (although it is empty for now)

Signed-off-by: Sage Weil <sage@redhat.com>
2019-03-22 16:38:27 -05:00

48 lines
1.1 KiB
YAML

meta:
- desc: |
upgrade the ceph cluster,
upgrate in two steps
step one ordering: mon.a, osd.0, osd.1, mds.a
step two ordering: mon.b, mon.c, osd.2, osd.3
ceph expected to be healthy state after each step
upgrade-sequence:
sequential:
- ceph.restart:
daemons: [mon.a]
wait-for-healthy: true
- sleep:
duration: 60
- ceph.restart:
daemons: [mon.b, mgr.x]
wait-for-healthy: true
mon-health-to-clog: false
- sleep:
duration: 60
- ceph.restart:
daemons: [mon.c]
wait-for-healthy: false
mon-health-to-clog: false
- ceph.healthy:
- sleep:
duration: 60
- ceph.restart:
daemons: [osd.0, osd.1, osd.2, osd.3]
wait-for-healthy: true
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- sleep:
duration: 60
- ceph.restart:
daemons: [osd.4, osd.5, osd.6, osd.7]
wait-for-healthy: true
- sleep:
duration: 60
- ceph.restart:
daemons: [osd.8, osd.9, osd.10, osd.11]
wait-for-healthy: true
- sleep:
duration: 60