mirror of
https://github.com/ceph/ceph
synced 2025-01-17 08:21:47 +00:00
2ac486d361
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
(cherry picked from commit c7603c0b78
)
Conflicts:
suites/upgrade/firefly-giant-x/parallel/5-upgrade-sequence/upgrade-by-daemon.yaml
suites/upgrade/firefly-giant-x/parallel/5-upgrade-sequence/upgrade-by-type.yaml
39 lines
970 B
YAML
39 lines
970 B
YAML
upgrade-sequence:
|
|
sequential:
|
|
- install.upgrade:
|
|
mon.a:
|
|
- print: "**** done install.upgrade mon.a to the version from teuthology-suite arg"
|
|
- ceph.restart:
|
|
daemons: [mon.a]
|
|
wait-for-healthy: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart:
|
|
daemons: [osd.0, osd.1]
|
|
wait-for-healthy: true
|
|
- sleep:
|
|
duration: 60
|
|
- print: "**** running mixed versions of osds and mons"
|
|
- exec:
|
|
mon.a:
|
|
- ceph osd crush tunables firefly
|
|
- install.upgrade:
|
|
mon.b:
|
|
- print: "**** done install.upgrade mon.b to the version from teuthology-suite arg"
|
|
- ceph.restart:
|
|
daemons: [mon.b, mon.c]
|
|
wait-for-healthy: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart:
|
|
daemons: [osd.2, osd.3]
|
|
wait-for-healthy: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mds.a]
|
|
- sleep:
|
|
duration: 60
|
|
- exec:
|
|
mon.a:
|
|
- ceph osd crush tunables firefly
|