Merge "Drop code from Host maintenance strategy migrating instance to disabled hosts"

This commit is contained in:
Zuul
2025-05-16 18:18:26 +00:00
committed by Gerrit Code Review
3 changed files with 15 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
---
fixes:
- |
Host maintenance strategy should migrate servers based on backup node if specified
or rely on nova scheduler. It was enabling disabled hosts with watcher_disabled
reason and migrating servers to those nodes. It can impact customer workload. Compute
nodes were disabled for a reason.
Host maintenance strategy is fixed now to support migrating servers only on backup
node or rely on nova scheduler if no backup node is provided.