Re: [libvirt] [PATCH v2 07/11] qemu: domain: Reject shared disk access if backing format does not support it

2017-11-23 Thread Ján Tomko
On Wed, Nov 22, 2017 at 11:56:50AM +0100, Peter Krempa wrote: Disk sharing between two VMs may corrupt the images if the format driver does not support it. Check tha the user declared use of a supported s/tha/that/g storage format when they want to share the disk. Resolves: https://bugzilla.

[libvirt] [PATCH v2 07/11] qemu: domain: Reject shared disk access if backing format does not support it

2017-11-22 Thread Peter Krempa
Disk sharing between two VMs may corrupt the images if the format driver does not support it. Check tha the user declared use of a supported storage format when they want to share the disk. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1511480 --- src/qemu/qemu_domain.c