Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incusd/instance/qemu: Don't take over operations on console retrieval #1379

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

stgraber
Copy link
Member

This fixes an issue where we'd get both stopped and migrated events during live-migration as the console retrieval happening during the migration would mark the migration operation as completed, turning the final stop operation into its own entity rather than completing the migration operation.

This fixes an issue where we'd get both stopped and migrated events
during live-migration as the console retrieval happening during the
migration would mark the migration operation as completed, turning the
final stop operation into its own entity rather than completing the
migration operation.

Signed-off-by: Stéphane Graber <[email protected]>
@stgraber stgraber changed the title incusd/instance/qemu: Don't overtake operations on console retrieval incusd/instance/qemu: Don't take over operations on console retrieval Nov 15, 2024
@stgraber stgraber merged commit 8aa5456 into lxc:main Nov 15, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants