[libvirt] [PATCH] spec: Don't save/restore running VMs on libvirt-client update

2013-11-25 Thread Jiri Denemark
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 jdene...@redhat.com --- libvirt.spec.in | 2 +- 1 file

Re: [libvirt] [PATCH] spec: Don't save/restore running VMs on libvirt-client update

2013-11-25 Thread Eric Blake
On 11/25/2013 08:53 AM, Jiri Denemark wrote: 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

Re: [libvirt] [PATCH] spec: Don't save/restore running VMs on libvirt-client update

2013-11-25 Thread Jiri Denemark
On Mon, Nov 25, 2013 at 09:00:43 -0700, Eric Blake wrote: On 11/25/2013 08:53 AM, Jiri Denemark wrote: 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 :-)

Re: [libvirt] [PATCH] spec: Don't save/restore running VMs on libvirt-client update

2013-11-22 Thread Cole Robinson
On 11/21/2013 04:54 PM, Eric Blake wrote: On 11/21/2013 01:15 PM, Cole Robinson wrote: 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

Re: [libvirt] [PATCH] spec: Don't save/restore running VMs on libvirt-client update

2013-11-21 Thread Eric Blake
On 11/21/2013 01:15 PM, Cole Robinson wrote: 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.

[libvirt] [PATCH] spec: Don't save/restore running VMs on libvirt-client update

2013-11-21 Thread Cole Robinson
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