blob: a6cf4a460948cf9d25ece8fab22df8ef82547802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"
|