[libvirt] Bridged Networking Wiki Up-to-Date?

2011-11-12 Thread Bob Cochran
Greetings, I just installed Fedora 16 on a new server and want to create a Fedora 16 virtual machine. I have not created or used VMs on Fedora in quite some time. Now I have several compelling reasons to use Fedora virtualization so I am kind of "coming back" to it. Is the libvirt bridged net

[libvirt] [PATCH] storage: forbid rebuilding existing disk storage pools

2011-11-12 Thread Guido Günther
which would blow away all volumes. Honor VIR_STORAGE_POOL_BUILD_OVERWRITE to force a rebuild. This was caught by libvirt-tck's storage/110-disk-pool.t. Cheers, -- Guido --- src/storage/storage_backend_disk.c | 72 ++-- 1 files changed, 68 insertions(+), 4 delet

Re: [libvirt] [Qemu-devel] qemu and qemu.git -> Migration + disk stress introduces qcow2 corruptions

2011-11-12 Thread Anthony Liguori
On 11/12/2011 08:43 AM, Avi Kivity wrote: On 11/12/2011 03:39 PM, Anthony Liguori wrote: On 11/12/2011 04:27 AM, Avi Kivity wrote: On 11/11/2011 04:03 PM, Anthony Liguori wrote: I don't view not supporting migration with image formats as a regression as it's never been a feature we've support

Re: [libvirt] [Qemu-devel] qemu and qemu.git -> Migration + disk stress introduces qcow2 corruptions

2011-11-12 Thread Avi Kivity
On 11/12/2011 03:39 PM, Anthony Liguori wrote: > On 11/12/2011 04:27 AM, Avi Kivity wrote: >> On 11/11/2011 04:03 PM, Anthony Liguori wrote: >>> >>> I don't view not supporting migration with image formats as a >>> regression as it's never been a feature we've supported. While there >>> might be c

Re: [libvirt] [Qemu-devel] qemu and qemu.git -> Migration + disk stress introduces qcow2 corruptions

2011-11-12 Thread Anthony Liguori
On 11/12/2011 04:27 AM, Avi Kivity wrote: On 11/11/2011 04:03 PM, Anthony Liguori wrote: I don't view not supporting migration with image formats as a regression as it's never been a feature we've supported. While there might be confusion about support around NFS, I think it's always been clea

[libvirt] PATCH: Fix build without MACVTAP

2011-11-12 Thread Michael Wood
Hi Commit c31d23a78715f1144c73862c46ab0436de8b5e85 removed the "conn" parameter from qemuPhysIfaceConnect(), but it's still used if WITH_MACVTAP is false. Also, it's still mentioned in the comment above the function: /** * qemuPhysIfaceConnect: * @def: the definition of the VM (needed by 802.1

Re: [libvirt] [Qemu-devel] qemu and qemu.git -> Migration + disk stress introduces qcow2 corruptions

2011-11-12 Thread Avi Kivity
On 11/11/2011 12:15 PM, Kevin Wolf wrote: > Am 10.11.2011 22:30, schrieb Anthony Liguori: > > Live migration with qcow2 or any other image format is just not going to > > work > > right now even with proper clustered storage. I think doing a block level > > flush > > cache interface and lettin

Re: [libvirt] [Qemu-devel] qemu and qemu.git -> Migration + disk stress introduces qcow2 corruptions

2011-11-12 Thread Avi Kivity
On 11/11/2011 04:03 PM, Anthony Liguori wrote: > > I don't view not supporting migration with image formats as a > regression as it's never been a feature we've supported. While there > might be confusion about support around NFS, I think it's always been > clear that image formats cannot be used.