Re: [libvirt] [PATCH] conf: Allow disks with identical WWN or serial

2016-06-24 Thread Daniel P. Berrange
On Fri, Jun 24, 2016 at 05:18:25PM +0200, Peter Krempa wrote: > On Fri, Jun 24, 2016 at 16:12:58 +0100, Daniel Berrange wrote: > > On Fri, Jun 24, 2016 at 05:07:43PM +0200, Peter Krempa wrote: > > > Disallowing them broke a use case of testing multipath configurations > > > for storage. The

Re: [libvirt] [PATCH] conf: Allow disks with identical WWN or serial

2016-06-24 Thread Peter Krempa
On Fri, Jun 24, 2016 at 16:12:58 +0100, Daniel Berrange wrote: > On Fri, Jun 24, 2016 at 05:07:43PM +0200, Peter Krempa wrote: > > Disallowing them broke a use case of testing multipath configurations > > for storage. The original intent was added as it made it impossible to > > use certain

Re: [libvirt] [PATCH] conf: Allow disks with identical WWN or serial

2016-06-24 Thread Daniel P. Berrange
On Fri, Jun 24, 2016 at 05:07:43PM +0200, Peter Krempa wrote: > Disallowing them broke a use case of testing multipath configurations > for storage. The original intent was added as it made it impossible to > use certain /dev/disk-by... links. > > Resolves:

[libvirt] [PATCH] conf: Allow disks with identical WWN or serial

2016-06-24 Thread Peter Krempa
Disallowing them broke a use case of testing multipath configurations for storage. The original intent was added as it made it impossible to use certain /dev/disk-by... links. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1349895 --- src/conf/domain_conf.c | 14 -- 1 file