mirror of
https://github.com/ceph/ceph
synced 2025-01-12 14:10:27 +00:00
28 lines
528 B
YAML
28 lines
528 B
YAML
upgrade-sequence:
|
|
sequential:
|
|
- install.upgrade:
|
|
all:
|
|
branch: next
|
|
- ceph.restart: [mds.a]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mon.a]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mon.b]
|
|
- 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]
|