Re: [libvirt] [PATCH v2 2/6] qemuDomainValidateStorageSource: Relax PR validation

2018-07-10 Thread Peter Krempa
On Thu, Jul 05, 2018 at 09:44:34 +0200, Michal Privoznik wrote: > Rather than rejecting the user provided path and alias for the > managed PR reservation we will ignore the provided path. The > reason is that migration XML does contain path even for managed > reservations. > > Signed-off-by:

[libvirt] [PATCH v2 2/6] qemuDomainValidateStorageSource: Relax PR validation

2018-07-05 Thread Michal Privoznik
Rather than rejecting the user provided path and alias for the managed PR reservation we will ignore the provided path. The reason is that migration XML does contain path even for managed reservations. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 19 ++- 1 file