mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
a60b50d61d
Reformatted many of the yaml files. Fixed duplication of workunit definitions. Do not do install.upgrade on clients. Included branch: definition in final workload files. Signed-off-by: Warren Usui <warren.usui@inktank.com>
36 lines
723 B
YAML
36 lines
723 B
YAML
upgrade-sequence:
|
|
sequential:
|
|
- install.upgrade:
|
|
mon.a:
|
|
branch: emperor
|
|
mon.b:
|
|
branch: emperor
|
|
- ceph.restart: [mds.a]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart:
|
|
daemons: [mon.a]
|
|
wait-for-healthy: false
|
|
wait-for-osds-up: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart:
|
|
daemons: [mon.b]
|
|
wait-for-healthy: false
|
|
wait-for-osds-up: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mon.c]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.0]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.1]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.2]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.3]
|