mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
36 lines
893 B
YAML
36 lines
893 B
YAML
upgrade-sequence:
|
|
sequential:
|
|
- ceph.restart:
|
|
daemons: [osd.0, osd.1]
|
|
wait-for-healthy: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart:
|
|
daemons: [osd.2, osd.3]
|
|
wait-for-healthy: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart:
|
|
daemons: [mon.a]
|
|
wait-for-healthy: false
|
|
- sleep:
|
|
duration: 60
|
|
- print: "**** running mixed versions of osds and mons"
|
|
#do we need to use "ceph osd crush tunables hammer" ?
|
|
- exec:
|
|
mon.b:
|
|
- sudo ceph osd crush tunables hammer
|
|
- print: "**** done ceph osd crush tunables hammer"
|
|
- ceph.restart:
|
|
daemons: [mon.b, mon.c]
|
|
wait-for-healthy: false
|
|
- sleep:
|
|
duration: 30
|
|
- exec:
|
|
osd.0:
|
|
- sleep 300 # http://tracker.ceph.com/issues/17808
|
|
- ceph osd set require_jewel_osds
|
|
- ceph.healthy:
|
|
- sleep:
|
|
duration: 60
|