docs: fix inaccurate live migration bullet in CR reservations - #1138
Merged
Conversation
Signed-off-by: cortex-ai-agents[bot] <279748396+cortex-ai-agents[bot]@users.noreply.github.com>
cortex-ai-agents
Bot
requested review from
PhilippMatthes,
SoWieMarkus,
auhlig,
juliusclausnitzer,
mblos and
umswmayj
as code owners
August 17, 2026 06:22
Contributor
Test Coverage ReportTest Coverage 📊: 70.7% |
PhilippMatthes
approved these changes
Aug 17, 2026
Merged
umswmayj
added a commit
that referenced
this pull request
Aug 24, 2026
## Release cortex v0.3.8 Release PR for cortex v0.3.8. Merge after #1155. ### What's included #### New features - Apply jitter to failover revalidation requeue interval — prevents thundering-herd effects when many reservations revalidate simultaneously (#1147) #### Bug fixes - Include response body in scheduler client error on non-200 status — improves debuggability of failover scheduling failures (#1113) - Fix quota hardware version key in extraSpecs — corrects the key used for quota enforcement and capacity filtering (#1149) #### Non-breaking changes - Fix issues introduced with new linter version (#1150) - Fix inaccurate live migration bullet in CR reservations docs (#1138) - Fix renovate PG_VERSION matching to use debian deb datasource (#1144) - Update gophercloud/v2 to v2.14.0 (#1151) - Update k8s.io/api, apimachinery, client-go to v0.36.4 (#1151) - Update github.com/sapcc dependencies (#1146) - Update go-sqlite3 to v1.14.50 (#1143) - Update golangci-lint to v2.13.1 (#1148, #1151) - Update kube-prometheus-stack to v88.5.2 (#1145, #1151) ### Chart versions | Chart | Version | |-------|---------| | cortex | 0.3.8 (sha-1742e3ee) | | cortex-shim | 0.1.14 (sha-1742e3ee) | | cortex-postgres | 0.6.14 | | cortex-nova | 0.0.88 | | cortex-cinder | 0.0.88 | | cortex-manila | 0.0.88 | | cortex-crds | 0.0.88 | | cortex-ironcore | 0.0.88 | | cortex-pods | 0.0.88 | | cortex-placement-shim | 0.1.14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The live migration bullet in the CR reservations doc claimed no special logic existed, but PR #1048 added explicit detection and handling in the reservation controller. The controller now detects when a confirmed VM disappears from its expected host, scans all hypervisors to locate it, and either follows the VM to its new host or removes it from the reservation. This corrects the documentation to match the actual behavior.
Assisted-by: Claude Code:claude-sonnet-4-20250514 [Bash] [Read]