[libvirt] [PATCH] Fixing issues in re-detection of transient VMs

Re-detection of transient VMs had two issues described in bugs 507304 and 507537: https://bugzilla.redhat.com/show_bug.cgi?id=507304 Summary: After a migration the domain status is saved as "paused" and it is not updated to "running". A following libvirtd restart will detect the vm as "paused" (instead of "running"). https://bugzilla.redhat.com/show_bug.cgi?id=507537 Summary: Destroying a transient re-detected domain leaves the domain defined (instead of completely remove it). Patches in attachment (and available in the bug report). -- Federico Simoncelli.

On Tue, Jun 23, 2009 at 11:30:10AM +0200, Federico Simoncelli wrote:
Re-detection of transient VMs had two issues described in bugs 507304 and 507537:
https://bugzilla.redhat.com/show_bug.cgi?id=507304
Summary: After a migration the domain status is saved as "paused" and it is not updated to "running". A following libvirtd restart will detect the vm as "paused" (instead of "running").
https://bugzilla.redhat.com/show_bug.cgi?id=507537
Summary: Destroying a transient re-detected domain leaves the domain defined (instead of completely remove it).
Patches in attachment (and available in the bug report).
The two patches (as seen on the bugzilla) look fine to me, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On Tue, Jun 23, 2009 at 03:49:48PM +0200, Daniel Veillard wrote:
On Tue, Jun 23, 2009 at 11:30:10AM +0200, Federico Simoncelli wrote:
Re-detection of transient VMs had two issues described in bugs 507304 and 507537:
https://bugzilla.redhat.com/show_bug.cgi?id=507304
Summary: After a migration the domain status is saved as "paused" and it is not updated to "running". A following libvirtd restart will detect the vm as "paused" (instead of "running").
https://bugzilla.redhat.com/show_bug.cgi?id=507537
Summary: Destroying a transient re-detected domain leaves the domain defined (instead of completely remove it).
Patches in attachment (and available in the bug report).
The two patches (as seen on the bugzilla) look fine to me,
Okay, both patches applied and commited, thanks a lot ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (2)
-
Daniel Veillard
-
Federico Simoncelli