]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
upgrade: block upgrade when rgw multisite is deployed v6.0.25.2
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 15 Mar 2022 10:18:21 +0000 (11:18 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 15 Mar 2022 10:19:45 +0000 (11:19 +0100)
See BZ for details.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2063702
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index 7783ce4ef4567bb8f60739ff9c075244203ee744..9f086fbf1964cdcc404e9daaa5e18c676280d07a 100644 (file)
       import_role:
         name: ceph-defaults
 
+    - name: block upgrade for RHCS deployments with RGW multisite
+      fail:
+        msg: "Red Hat Ceph Storage upgrade with RGW multisite deployed isn't allowed with this release."
+      when: rgw_multisite | bool
+
     - name: exit playbook, if user did not mean to upgrade cluster
       fail:
         msg: >