mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
13 lines
297 B
YAML
13 lines
297 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:
|
|
osd.0:
|
|
- print: "**** done install.upgrade osd.0"
|
|
- ceph.restart:
|
|
daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5]
|
|
- print: "**** done ceph.restart 1st half"
|