2016-11-30 20:00:42 +00:00
|
|
|
upgrade-sequence:
|
2016-10-17 20:28:54 +00:00
|
|
|
sequential:
|
|
|
|
- ceph.restart:
|
2016-11-30 20:00:42 +00:00
|
|
|
daemons: [osd.0, osd.1]
|
2016-10-17 20:28:54 +00:00
|
|
|
wait-for-healthy: true
|
|
|
|
- sleep:
|
|
|
|
duration: 60
|
|
|
|
- ceph.restart:
|
2016-11-30 20:00:42 +00:00
|
|
|
daemons: [osd.2, osd.3]
|
2016-10-17 20:28:54 +00:00
|
|
|
wait-for-healthy: true
|
|
|
|
- sleep:
|
|
|
|
duration: 60
|
2016-11-30 20:00:42 +00:00
|
|
|
- ceph.restart:
|
|
|
|
daemons: [mon.a]
|
|
|
|
wait-for-healthy: false
|
2016-10-17 20:28:54 +00:00
|
|
|
- sleep:
|
|
|
|
duration: 60
|
|
|
|
- print: "**** running mixed versions of osds and mons"
|
2016-11-30 20:00:42 +00:00
|
|
|
#do we need to use "ceph osd crush tunables hammer" ?
|
2016-10-17 20:28:54 +00:00
|
|
|
- exec:
|
|
|
|
mon.b:
|
2016-11-30 20:00:42 +00:00
|
|
|
- sudo ceph osd crush tunables hammer
|
|
|
|
- print: "**** done ceph osd crush tunables hammer"
|
2016-10-17 20:28:54 +00:00
|
|
|
- ceph.restart:
|
|
|
|
daemons: [mon.b, mon.c]
|
2016-11-30 20:00:42 +00:00
|
|
|
wait-for-healthy: false
|
2016-10-17 20:28:54 +00:00
|
|
|
- sleep:
|
2016-11-30 20:00:42 +00:00
|
|
|
duration: 30
|
|
|
|
- exec:
|
|
|
|
osd.0:
|
|
|
|
- sleep 300 # http://tracker.ceph.com/issues/17808
|
|
|
|
- ceph osd set require_jewel_osds
|
|
|
|
- ceph.healthy:
|
2016-10-17 20:28:54 +00:00
|
|
|
- sleep:
|
|
|
|
duration: 60
|