Re: [libvirt] [PATCH] qemu: Check duplicate WWNs also for hotplugged disks

2015-07-10 Thread Martin Kletzander
On Thu, Jul 09, 2015 at 07:56:33PM +0200, Peter Krempa wrote: In commit 714b38cb232bcbbd7487af4c058fa6d0999b3326 I tried to avoid having two disks with the same WWN in a VM. I forgot to check the hotplug paths though which make it possible bypass that check. Reinforce the fix by checking the wwn

Re: [libvirt] [PATCH] qemu: Check duplicate WWNs also for hotplugged disks

2015-07-10 Thread Peter Krempa
On Fri, Jul 10, 2015 at 08:29:18 +0200, Martin Kletzander wrote: On Thu, Jul 09, 2015 at 07:56:33PM +0200, Peter Krempa wrote: In commit 714b38cb232bcbbd7487af4c058fa6d0999b3326 I tried to avoid having two disks with the same WWN in a VM. I forgot to check the hotplug paths though which make

[libvirt] [PATCH] qemu: Check duplicate WWNs also for hotplugged disks

2015-07-09 Thread Peter Krempa
In commit 714b38cb232bcbbd7487af4c058fa6d0999b3326 I tried to avoid having two disks with the same WWN in a VM. I forgot to check the hotplug paths though which make it possible bypass that check. Reinforce the fix by checking the wwn when attaching the disk. Resolves: