]> git-server-git.apps.pok.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>
Mon, 25 Oct 2021 13:44:17 +0000 (15:44 +0200)
let's do more retries with a shorter delay.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index aa538a97e7a4f26208d035ef04cac6809de65637..5648d562f476d403ac321c8da51305d957f8b8d1 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