masakari/releasenotes/notes/bug-1980736-975ee013e4612062.yaml
suzhengwei 7241101163 Fix stopping stopped instances
Nova-compute would periodically sync the instance status. So in the
instance failure recovery workflow,it would stop instance random failed
because of conflict, which will terminate the recovery workflow.
This patch can catch the Confict exception and continue the recovery
workflow if the instance already stopped.

Closes-Bug: 1980736
Change-Id: I59a1f9d7078614c1ddc8f4c362e967a15b8ec5e8
2022-09-09 11:24:41 +00:00

6 lines
152 B
YAML

---
fixes:
- |
Fixes "Instance stopping fails randomly due to already stopped instances".
`LP#1980736 <https://launchpad.net/bugs/1980736>`__