From: Teoman ONAY Date: Wed, 5 Feb 2025 13:11:21 +0000 (+0100) Subject: rolling_update: Fix Remove FSMap sanity checks task X-Git-Tag: v6.0.28.19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ecae17205826257c7af2c432f030aaed8d58dbb;p=ceph-ansible.git rolling_update: Fix Remove FSMap sanity checks task cluster name was not set as cluster defaults were not loaded Signed-off-by: Teoman ONAY --- 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