From f7d67f7669c2b9f3369e8d7c4fd86b91acff4512 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 25 Oct 2021 14:28:41 +0200 Subject: [PATCH] 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) --- infrastructure-playbooks/rolling_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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