blob: fe4ff9bb1133fbca52518b6f14a05cd0bc112756 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
meta:
- desc: |
install upgrade ceph/-x on cluster
restart : mons, osd.*
tasks:
- print: "**** start install.upgrade of nodes"
- install.upgrade:
all:
- print: "**** done install.upgrade of nodes"
- print: "**** start ceph.restart of all osds"
- ceph.restart:
daemons: [osd.0,osd.1,osd.2]
mon-health-to-clog: false
wait-for-healthy: false
wait-for-osds-up: false
wait-for-scrub: false
skip_stop_pg_num_changes: true
expected-failure: "FileStore has been deprecated and is no longer supported"
- print: "**** done ceph.restart of all mons and osds"
|