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"