Re: [libvirt] [PATCH] xen-xm: fix data loss in domain edit

2012-02-06 Thread Eric Blake
On 02/06/2012 06:09 AM, Philipp Hahn wrote: > On CentOS5: > If "virsh edit $DOM" is used and an error happens (for example changing > any live cycle action to a non-existing value), libvirt forgets that > $DOM exists, since it is already removed from the internal hash tables, > which are used for d

[libvirt] [PATCH] xen-xm: fix data loss in domain edit

2012-02-06 Thread Philipp Hahn
On CentOS5: If "virsh edit $DOM" is used and an error happens (for example changing any live cycle action to a non-existing value), libvirt forgets that $DOM exists, since it is already removed from the internal hash tables, which are used for domain lookup. In once case (unreproducible) even the p