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
This commit is contained in:
Liam Young 2020-03-17 19:35:31 +00:00
parent 03e0ca2057
commit 48c5d71184
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ options:
networks.
evacuation-delay:
type: int
default: 30
default: 60
description: |
wait_period_after_service_update
evacuate-all-instances: