Upgrade from RHCS 4.x to RHCS 5.2 raises a HEALTH_ERR on the cluster.
This error should be raised only when upgrading from 5.1 to 5.2
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2110913
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
inventory_hostname in groups.get(iscsi_gw_group_name, []) or
inventory_hostname in groups.get(nfs_group_name, [])
+ - name: set mgr/cephadm/no_five_one_rgw
+ command: "{{ ceph_cmd }} --cluster {{ cluster }} config set mgr mgr/cephadm/no_five_one_rgw true --force"
+ changed_when: false
+ run_once: true
+ delegate_to: "{{ groups[mon_group_name][0] }}"
+
- name: configure repository for installing cephadm
when: containerized_deployment | bool
tags: with_pkg