We are psyched to announce the release of: masakari 8.1.1: Virtual Machine High Availability (VMHA) service for OpenStack This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/masakari Download the package from: https://tarballs.openstack.org/masakari/ Please report issues through: https://bugs.launchpad.net/masakari/+bugs For more details, please see below. 8.1.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 * Fixes an issue where a periodic task in Masakari Engine could loop forever querying Nova API following a failed evacuation. LP#1897888 Changes in masakari 8.1.0..8.1.1 -------------------------------- e915ade Add missed renos f2d0dc3 not wait when instance evacuate error 315113d Fix endless periodic looping call after failed evacuation 3d085be Modified recovery flow for stopped instance 4b14442 Drop lower-constraints Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - lower-constraints.txt | 124 --------------------- masakari/engine/drivers/taskflow/host_failure.py | 28 +++-- masakari/exception.py | 4 + .../drivers/taskflow/test_host_failure_flow.py | 60 ++++++++++ .../notes/bug-1782517-e4dc70bad9e4e131.yaml | 6 + .../notes/bug-1859406-6b041a26acf6c7f6.yaml | 6 + .../fix-endless-periodic-f223845f3044b166.yaml | 6 + tox.ini | 7 -- 10 files changed, 105 insertions(+), 140 deletions(-)
participants (1)
-
no-reply@openstack.org