Victoria Series Release Notes

10.0.3

Bug Fixes

  • Fixes Masakari API to properly return error codes for invalid requests to the user instead of 500. LP#1932194

10.0.2

Bug Fixes

  • Fixes /v1/ API path which returned 404 ResourceNotFound preventing microversion discovery. LP#1685145

  • Allows segment description to contain new line characters. LP#1776385

  • Adds reserved_host to all aggregates of the failing host, instead of just the first one. LP#1856164

  • Fixes API microversion reporting to report the latest supported microversion. LP#1882516

10.0.1

Bug Fixes

  • Fixes Masakari Engine not to try to stop an already stopped instance and fail with 409 from Nova. LP#1782517

  • Fixes Masakari Engine not to wait for timeout when it’s known that the evacuation has failed. LP#1859406 (This fix has already been included in the first Victoria release, 10.0.0, but it was not mentioned in the release notes previously.)

  • 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 to host_failure and instance_failure config groups. This option allows operators to override the default HA_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.