fix: remove reboot condition

This commit is contained in:
2026-06-03 20:59:34 +00:00
parent 7362282a0e
commit 11cc7fbc97

View File

@@ -117,16 +117,9 @@
changed_when: false changed_when: false
########################################################## ##########################################################
# Check reboot with Ceph rebalancing disabled # Reboot with Ceph rebalancing disabled
########################################################## ##########################################################
- name: Check reboot requirement
ansible.builtin.stat:
path: /var/run/reboot-required
register: reboot_required
- when: reboot_required.stat.exists
block:
- name: Disable Ceph rebalancing - name: Disable Ceph rebalancing
ansible.builtin.command: ceph osd set noout ansible.builtin.command: ceph osd set noout