]> 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 19:08:44 +0000 (21:08 +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 bb306f489608976c17263f001d3e4a5170b6a609..7f465e7964cededc7ded824a3e036400656d13df 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