From 50a21d695eb571bdc5b4d67bde914cf58c502b44 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 --- 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 aa538a97e..5648d562f 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -468,8 +468,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 -- 2.39.5