From 48c5d711849c6416e452af4097f33edab70206d9 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Tue, 17 Mar 2020 19:35:31 +0000 Subject: [PATCH] Increase evacuation-delay The evacuation-delay controls how long masakari waits before issuing an evacuaion after marking a compute node offline. If this is too low then the evacuation is issued before the offling message has propagated and the evacuation fails with a "Instance compute service state on X expected to be down, but it was up.". The current default value of 30s is too low and can causes evacuations to fail. Change-Id: I71fd19f6c15c9c39ad1ef1a54015e798cbd31d26 --- src/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.yaml b/src/config.yaml index c357ce1..c0a4a91 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -10,7 +10,7 @@ options: networks. evacuation-delay: type: int - default: 30 + default: 60 description: | wait_period_after_service_update evacuate-all-instances: