Victoria Series Release Notes¶
10.0.0-4¶
Bug Fixes¶
Fixes an issue where a periodic task in Masakari Engine could loop forever querying Nova API following a failed evacuation. LP#1897888
10.0.0¶
New Features¶
Adds
ha_enabled_instance_metadata_key
config option tohost_failure
andinstance_failure
config groups. This option allows operators to override the defaultHA_Enabled
instance metadata key which controls the behaviour of Masakari towards the instance. This way one can have different keys for different failure types (host vs instance failures).
Bug Fixes¶
Fixes validation of compute host existence from checking hypervisor list to compute service list. Since masakari needs to match nova compute service hostname with the one in pacemaker cluster and added to API for correctly processing hostmonitors failover notifications.