Re: [libvirt] [PATCH] migration: support all toURI and proto combos

2015-09-09 Thread Nikolay Shirokovskiy
On 09.09.2015 17:13, Daniel P. Berrange wrote: > On Tue, Sep 08, 2015 at 02:14:32PM +0200, Jiri Denemark wrote: >> On Tue, Sep 08, 2015 at 13:43:09 +0300, Nikolay Shirokovskiy wrote: >>> Current implementation of 'toURI' migration interfaces does not support all >>> combinations of interface vers

Re: [libvirt] [PATCH] migration: support all toURI and proto combos

2015-09-09 Thread Daniel P. Berrange
On Tue, Sep 08, 2015 at 02:14:32PM +0200, Jiri Denemark wrote: > On Tue, Sep 08, 2015 at 13:43:09 +0300, Nikolay Shirokovskiy wrote: > > Current implementation of 'toURI' migration interfaces does not support all > > combinations of interface versions and protocol versions. For example > > 'toURI2

Re: [libvirt] [PATCH] migration: support all toURI and proto combos

2015-09-08 Thread Nikolay Shirokovskiy
On 08.09.2015 15:14, Jiri Denemark wrote: > On Tue, Sep 08, 2015 at 13:43:09 +0300, Nikolay Shirokovskiy wrote: >> Current implementation of 'toURI' migration interfaces does not support all >> combinations of interface versions and protocol versions. For example >> 'toURI2' >> with p2p flag wil

Re: [libvirt] [PATCH] migration: support all toURI and proto combos

2015-09-08 Thread Jiri Denemark
On Tue, Sep 08, 2015 at 13:43:09 +0300, Nikolay Shirokovskiy wrote: > Current implementation of 'toURI' migration interfaces does not support all > combinations of interface versions and protocol versions. For example 'toURI2' > with p2p flag will not migrate if driver supports only v3params proto.

[libvirt] [PATCH] migration: support all toURI and proto combos

2015-09-08 Thread Nikolay Shirokovskiy
Current implementation of 'toURI' migration interfaces does not support all combinations of interface versions and protocol versions. For example 'toURI2' with p2p flag will not migrate if driver supports only v3params proto. This is not convinient as drivers that starts to support migration have