lxc / incus

Powerful system container and virtual machine manager
https://linuxcontainers.org/incus
Apache License 2.0
2.78k stars 224 forks source link

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

Closed stgraber closed 1 week ago

stgraber commented 1 week ago

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.