mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
5ac68dc14f
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
37 lines
716 B
YAML
37 lines
716 B
YAML
upgrade-sequence:
|
|
sequential:
|
|
- install.upgrade:
|
|
all:
|
|
branch: dumpling
|
|
- ceph.restart: [mon.a]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mon.b]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mon.c]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mds.a]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.0]
|
|
- sleep:
|
|
duration: 30
|
|
- ceph.restart: [osd.1]
|
|
- sleep:
|
|
duration: 30
|
|
- ceph.restart: [osd.2]
|
|
- sleep:
|
|
duration: 30
|
|
- ceph.restart: [osd.3]
|
|
- sleep:
|
|
duration: 30
|
|
- ceph.restart: [osd.4]
|
|
- sleep:
|
|
duration: 30
|
|
- ceph.restart: [osd.5]
|
|
- sleep:
|
|
duration: 30
|
|
- ceph.restart: [rgw.client.0]
|