]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling_update: modify default health_osd_check_*
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 25 Oct 2021 12:28:41 +0000 (14:28 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 26 Oct 2021 14:39:09 +0000 (16:39 +0200)
let's do more retries with a shorter delay.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 50a21d695eb571bdc5b4d67bde914cf58c502b44)

infrastructure-playbooks/rolling_update.yml

index 0d58ea19598e9d0d822a26fdfbe39a8935c41358..480aca615e1a6f61593827ce725b33e1fb0d2595 100644 (file)
 
 - name: upgrade ceph osds cluster
   vars:
-    health_osd_check_retries: 40
-    health_osd_check_delay: 30
+    health_osd_check_retries: 600
+    health_osd_check_delay: 2
     upgrade_ceph_packages: True
   hosts: "{{ osd_group_name|default('osds') }}"
   tags: osds