From 880e6cd0b8efeb0cd0d40ff8d4f761cd13936ce8 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 15 Mar 2022 11:18:21 +0100 Subject: [PATCH] upgrade: block upgrade when rgw multisite is deployed See BZ for details. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2063702 Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 7783ce4ef..9f086fbf1 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -31,6 +31,11 @@ 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: > -- 2.39.5