]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Don't save/restore running VMs on libvirt-client update
authorCole Robinson <crobinso@redhat.com>
Thu, 21 Nov 2013 20:04:35 +0000 (15:04 -0500)
committerCole Robinson <crobinso@redhat.com>
Fri, 22 Nov 2013 14:32:18 +0000 (09:32 -0500)
commitd65e0e1466b09964b85c79b8cc78be454df53583
treeaaf74a4f0cdc463ad44a3af1bd042c74e8970a42
parent0ee2364319c4b11d7e5eca5856d458b24a900024
spec: Don't save/restore running VMs on libvirt-client update

Restarting an active libvirt-guests.service is the equivalent of
doing:

/usr/libexec/libvirt-guests.sh stop
/usr/libexec/libvirt-guests.sh start

Which in a default configuration will managedsave every running VM,
and then restore them. Certainly not something we should do every
time the libvirt-client RPM is updated.

Just drop the try-restart attempt, I don't know what purpose it
serves anyways.

https://bugzilla.redhat.com/show_bug.cgi?id=962225
libvirt.spec.in