Re: [libvirt] [PATCH 0/2] fix two issues while doing virsh attach-disk

2012-06-14 Thread Peter Krempa
On 06/14/12 13:14, Eric Blake wrote: On 06/14/2012 02:53 AM, Peter Krempa wrote: First issue was caused by virsh generating invalid XML to attach the disk, and the second issue is a off-by-one error that crashes the daemon with 50-90% probability while doing virsh attach-disk dom /dev/zero vdx.

Re: [libvirt] [PATCH 0/2] fix two issues while doing virsh attach-disk

2012-06-14 Thread Eric Blake
On 06/14/2012 02:53 AM, Peter Krempa wrote: > First issue was caused by virsh generating invalid XML to attach the disk, > and the second issue is a off-by-one error that crashes the daemon with 50-90% > probability while doing virsh attach-disk dom /dev/zero vdx. > > Peter Krempa (2): > virsh:

[libvirt] [PATCH 0/2] fix two issues while doing virsh attach-disk

2012-06-14 Thread Peter Krempa
First issue was caused by virsh generating invalid XML to attach the disk, and the second issue is a off-by-one error that crashes the daemon with 50-90% probability while doing virsh attach-disk dom /dev/zero vdx. Peter Krempa (2): virsh: Don't generate invalid XML in attach-disk command qemu