Hide Forgot
When updating libvirt-client, the scriptlets run a '/usr/bin/systemctl try-restart libvirt-guests.service >/dev/null 2>&1 || :' and this causes all my guests to be suspended. When there's a bunch of guests this takes a while and disrupts service to them. Is there any way it could not do this on upgrade?
Uggh, sounds like a nasty regression; possibly as a result of commit 9c51de2b which was in response to Red Hatbug 957779
I've posted a patch upstream: http://www.redhat.com/archives/libvir-list/2013-November/msg00860.html
Upstream now, and backported to upstream f19 and f20 maint branches: commit d65e0e1466b09964b85c79b8cc78be454df53583 Author: Cole Robinson <crobinso> Date: Thu Nov 21 15:04:35 2013 -0500 spec: Don't save/restore running VMs on libvirt-client update
The patch is incomplete, it removes one save/restore iteration on libvirt-client update but unfortunately, there were two iterations so domains are still saved/restored during update (although "just" once).
And really fixed upstream by commit 604f79b3603d6f7d922c7155d67ff9617411e79f Author: Jiri Denemark <jdenemar> Date: Mon Nov 25 16:37:32 2013 +0100 spec: Don't save/restore running VMs on libvirt-client update The previous attempt (commit d65e0e1) removed just one of two libvirt-guests restarts that happened on libvirt-client update. Let's remove the last one too :-) https://bugzilla.redhat.com/show_bug.cgi?id=962225 Signed-off-by: Jiri Denemark <jdenemar>
libvirt-1.0.5.8-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/libvirt-1.0.5.8-1.fc19
Package libvirt-1.0.5.8-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libvirt-1.0.5.8-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-23453/libvirt-1.0.5.8-1.fc19 then log in and leave karma (feedback).
libvirt-1.0.5.8-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.