Merge "Check result of retype action based on type and status"

This commit is contained in:
Zuul
2025-09-02 12:44:05 +00:00
committed by Gerrit Code Review
3 changed files with 230 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
---
fixes:
- |
Currently, when Watcher applies a `volume_migrate` action with value
`retype` for the `migratione_type`, it can wrongly report the result of
the action when the retype does not trigger a volume migration.
This patch fixes the logic to validate the resulting state of the action
and reports it correctly.
For more details: https://bugs.launchpad.net/watcher/+bug/2112100