]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling_update: modify default health_osd_check_* v5.0.11
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 18:38:09 +0000 (20:38 +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 d7ecdcb2c2ab421f39b3170b56bfceadf3734c90..2c3ac9b37fc44acf2f41270b4318588d9d9bb090 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