]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling_update: Fix Remove FSMap sanity checks task v6.0.28.19
authorTeoman ONAY <tonay@ibm.com>
Wed, 5 Feb 2025 13:11:21 +0000 (14:11 +0100)
committerTeoman ONAY <tonay@ibm.com>
Wed, 5 Feb 2025 13:11:21 +0000 (14:11 +0100)
cluster name was not set as cluster defaults were
not loaded

Signed-off-by: Teoman ONAY <tonay@ibm.com>
infrastructure-playbooks/rolling_update.yml

index 723ed026fbb83118272eafcf43717515f87e7edb..0b8dbad85ab79d8182cd61ed10902eee3c55f488 100644 (file)
   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