Re: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk

2016-08-25 Thread Koniszewski, Pawel
Herne [mailto:jjhe...@linux.vnet.ibm.com] > Sent: Thursday, August 25, 2016 3:22 PM > To: Corey S McQuay ; Koniszewski, Pawel > ; libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read > only disk > > On 08/17/2016 05:10 PM, Jason J. Herne

Re: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk

2016-08-25 Thread Jason J. Herne
, August 5, 2016 8:34 PM To: jjhe...@linux.vnet.ibm.com; libvir-list@redhat.com Cc: Corey S. McQuay Subject: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk From: "Corey S. McQuay" Currently Libvirt allows attempts to migrate read only disks. Qemu cannot handle th

Re: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk

2016-08-17 Thread Jason J. Herne
...@linux.vnet.ibm.com; libvir-list@redhat.com Cc: Corey S. McQuay Subject: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk From: "Corey S. McQuay" Currently Libvirt allows attempts to migrate read only disks. Qemu cannot handle this as read only disks cannot be written

Re: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk

2016-08-11 Thread Corey S McQuay
Subject: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk From: "Corey S. McQuay" Currently Libvirt allows attempts to migrate read only disks. Qemu cannot handle this as read only disks cannot be written to on the destination system. The end result is a cry

Re: [libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk

2016-08-10 Thread Koniszewski, Pawel
virt] [PATCH v1] qemu-migration: Disallow migration of read only > disk > > From: "Corey S. McQuay" > > Currently Libvirt allows attempts to migrate read only disks. Qemu cannot > handle this as read only disks cannot be written to on the destination system. > Th

[libvirt] [PATCH v1] qemu-migration: Disallow migration of read only disk

2016-08-05 Thread Corey S. McQuay
From: "Corey S. McQuay" Currently Libvirt allows attempts to migrate read only disks. Qemu cannot handle this as read only disks cannot be written to on the destination system. The end result is a cryptic error message and a failed migration. This patch causes migration to fail earlier and pro