From: Guillaume Abrioux Date: Mon, 25 Oct 2021 12:28:41 +0000 (+0200) Subject: rolling_update: modify default health_osd_check_* X-Git-Tag: v6.0.19~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7d67f7669c2b9f3369e8d7c4fd86b91acff4512;p=ceph-ansible.git rolling_update: modify default health_osd_check_* let's do more retries with a shorter delay. Signed-off-by: Guillaume Abrioux (cherry picked from commit 50a21d695eb571bdc5b4d67bde914cf58c502b44) --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index bb306f489..7f465e796 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -487,8 +487,8 @@ - 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