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

2016-09-26 Thread Corey S. McQuay
message stating that migrating read only disks is not supported. Signed-off-by: Corey S. McQuay Reviewed-by: Jason J. Herne Reviewed-by: Boris Fiuczynski --- src/qemu/qemu_migration.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/qemu/qemu_migration.c b/src/qemu

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

2016-09-20 Thread Corey S. McQuay
message stating that migrating read only disks is not supported. Signed-off-by: Corey S. McQuay Reviewed-by: Jason J. Herne Reviewed-by: Boris Fiuczynski --- src/qemu/qemu_migration.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/qemu/qemu_migration.c b/src/qemu

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

2016-09-14 Thread Corey S. McQuay
message stating that migrating read only disks is not supported. Signed-off-by: Corey S. McQuay Reviewed-by: Jason J. Herne Reviewed-by: Boris Fiuczynski --- src/qemu/qemu_migration.c | 25 + 1 file changed, 25 insertions(+) diff --git a/src/qemu/qemu_migration.c b/src

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

2016-08-11 Thread Corey S McQuay
On 08/10/2016 09:16 AM, Koniszewski, Pawel wrote: -Original Message- From: libvir-list-boun...@redhat.com [mailto:libvir-list- boun...@redhat.com] On Behalf Of Corey S. McQuay Sent: Friday, August 5, 2016 8:34 PM To: jjhe...@linux.vnet.ibm.com; libvir-list@redhat.com Cc: Corey S. McQuay

[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 e