From e2104acb624791253002ab8f37c86b73d2e8c3ab Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 12 Jun 2017 16:07:52 -0500 Subject: [PATCH] rolling_update: set health_mon_check_delay to 15 The old value of 10 did not give enough time for a containerized mon to pass the health check. Signed-off-by: Andrew Schoen --- infrastructure-playbooks/rolling_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index cbfbaf0a9..1154e4751 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -52,7 +52,7 @@ vars: health_mon_check_retries: 5 - health_mon_check_delay: 10 + health_mon_check_delay: 15 upgrade_ceph_packages: True hosts: -- 2.39.5