mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
7fbc0f6e2c
Signed-off-by: Sage Weil <sage@redhat.com>
19 lines
451 B
YAML
19 lines
451 B
YAML
meta:
|
|
- desc: |
|
|
install upgrade ceph/-x on one node only
|
|
1st half
|
|
restart : osd.0,1,2,3,4,5
|
|
tasks:
|
|
- install.upgrade:
|
|
mon.a:
|
|
mon.b:
|
|
- print: "**** done install.upgrade osd.0"
|
|
- ceph.restart:
|
|
daemons: [mon.a, mon.b]
|
|
wait-for-healthy: false
|
|
mon-health-to-clog: false
|
|
- ceph.restart:
|
|
daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7]
|
|
wait-for-healthy: false
|
|
- print: "**** done ceph.restart 1st 2/3s"
|