Bug 2312197
Summary: | Conflict with default values for live_migration_permit_post_copy and live_migration_permit_auto_converge | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Eric Nothen <enothen> |
Component: | documentation | Assignee: | Joanne O'Flynn <joflynn> |
Status: | CLOSED MIGRATED | QA Contact: | RHOS Documentation Team <rhos-docs> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 17.1 (Wallaby) | CC: | astupnik, bgibizer, joflynn, jslagle, mariel, mburns, smooney |
Target Milestone: | --- | Keywords: | Reopened, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-01-21 16:37:46 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Eric Nothen
2024-09-13 14:02:19 UTC
this is not a bug it was done this way for upgrade reasons. we expect both to he set to true and for post copy to take precedence NovaLiveMigrationPermitAutoConverge does not mean it will be used just that nova is allow to use it. (In reply to smooney from comment #1) > this is not a bug > it was done this way for upgrade reasons. Can you elaborate on this please? Which upgrade are these settings allowing, and how does disabling post copy affect upgrades? I have recommended my customer to test live migration with post copy disabled, and given that a) They report time to completion has changed from hours to a handful of minutes, and b) They don't have to force completion any more, they are making this configuration persistent in their compute.yaml, so it will remain during and after the upgrade to 17.1. > we expect both to he set to true and for post copy to take precedence > > NovaLiveMigrationPermitAutoConverge does not mean it will be used just that > nova is allow to use it. Yes, Melanie has also clarified the intended behavior in BZ#2312196. Triage meeting: Notes: Add more info re set the action to force it to trigger/ to guarantee it will trigger A small explanation of what auto_converge does Similar with post_copy Just update 17 docs Update section 15.8.2 Priority: Medium Resources from Sean: https://github.com/openstack-k8s-operators/nova-operator/blob/main/templates/nova.conf#L202-L204 live_migration_permit_post_copy=true live_migration_permit_auto_converge=true live_migration_timeout_action=force_complete The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |