Re: [libvirt] [PATCH] qemu: Do not report unsafe migration for local files

2013-04-11 Thread Jiri Denemark
On Thu, Apr 11, 2013 at 11:47:03 -0600, Eric Blake wrote: > On 04/11/2013 10:32 AM, Jiri Denemark wrote: > > When migrating a domain with disk images stored locally (and using > > storage migration), we should not complain about unsafe migration no > > matter what cache policy is used for that disk

Re: [libvirt] [PATCH] qemu: Do not report unsafe migration for local files

2013-04-11 Thread Eric Blake
On 04/11/2013 10:32 AM, Jiri Denemark wrote: > When migrating a domain with disk images stored locally (and using > storage migration), we should not complain about unsafe migration no > matter what cache policy is used for that disk. > --- > src/qemu/qemu_migration.c | 10 +++--- > 1 file cha

[libvirt] [PATCH] qemu: Do not report unsafe migration for local files

2013-04-11 Thread Jiri Denemark
When migrating a domain with disk images stored locally (and using storage migration), we should not complain about unsafe migration no matter what cache policy is used for that disk. --- src/qemu/qemu_migration.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/q