GNOME Bugzilla – Bug 664561
Unable to delete inactive libvirt boxes
Last modified: 2016-03-31 13:58:22 UTC
There seems to be a bug with deleting inactive kvm boxes. The box disappears from the UI, but it's still there after gnome-boxes is restarted. Steps to reproduce: 1. Create a new KVM box 2. killall qemu-kvm 3. Delete the box from gnome-boxes 4. Restart gnome-boxes 5. The box will still be there Console output: ** WARNING **: libvirt-machine.vala:321: Unable to stop domain: Requested operation is not valid: domain is not running
Created attachment 201925 [details] [review] Allow deleting inactive libvirt boxes And fix related deletion warnings
Review of attachment 201925 [details] [review]: This patch fixes it. Also gets rid of failed assertion while deleting a running box.
Attachment 201925 [details] pushed as 3485496 - Allow deleting inactive libvirt boxes