blob: 44c78c0f5f1362d1456d9454d3a65ff6448c6688 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
tasks:
- install.upgrade:
osd.8:
client.0:
extra_packages:
- python3-rados
- python3-rgw
- python3-rbd
- python3-cephfs
- ceph.restart:
daemons: [mon.c, osd.8, osd.9, osd.10, osd.11, rgw.*]
wait-for-healthy: false
wait-for-osds-up: true
- print: "**** restarted/upgrated => mon.c, osd.8, osd.9, osd.10, osd.11, rgw.*"
- exec:
osd.0:
- ceph osd set pglog_hardlimit
- ceph osd dump --format=json-pretty | grep "flags"
- ceph config set global mon_warn_on_msgr2_not_enabled false
- print: "**** try to set pglog_hardlimit again, should succeed"
|