From 7ecae17205826257c7af2c432f030aaed8d58dbb Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Wed, 5 Feb 2025 14:11:21 +0100 Subject: [PATCH] rolling_update: Fix Remove FSMap sanity checks task cluster name was not set as cluster defaults were not loaded Signed-off-by: Teoman ONAY --- infrastructure-playbooks/rolling_update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 723ed026f..0b8dbad85 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -1212,6 +1212,9 @@ become: True gather_facts: false tasks: + - import_role: + name: ceph-defaults + # workaround to prevent mon crash https://access.redhat.com/solutions/7020523 - name: Remove FSMap sanity checks run_once: true -- 2.47.3