Re: [libvirt] [PATCH v3] This patch gives an error when migration is attempted with both --live and --offline options.

2016-03-02 Thread Nitesh Konkar
Hello Michal, As far as I understand, the migration when requested from any of the APIs, would still succeed with both flags specified at once. Sending a follow up patch. Warm Regards, Nitesh Konkar. -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [PATCH v3] This patch gives an error when migration is attempted with both --live and --offline options.

2016-02-26 Thread Michal Privoznik
On 26.02.2016 12:52, Ján Tomko wrote: > On Wed, Feb 24, 2016 at 01:06:05AM -0500, Nitesh Konkar wrote: >> Signed-off-by: Nitesh Konkar >> --- >> tools/virsh-domain.c | 2 ++ >> 1 file changed, 2 insertions(+) >> > > ACK; now pushed. > The API still does not refuse

Re: [libvirt] [PATCH v3] This patch gives an error when migration is attempted with both --live and --offline options.

2016-02-26 Thread Ján Tomko
On Wed, Feb 24, 2016 at 01:06:05AM -0500, Nitesh Konkar wrote: > Signed-off-by: Nitesh Konkar > --- > tools/virsh-domain.c | 2 ++ > 1 file changed, 2 insertions(+) > ACK; now pushed. Jan -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH v3] This patch gives an error when migration is attempted with both --live and --offline options.

2016-02-23 Thread Nitesh Konkar
Signed-off-by: Nitesh Konkar --- tools/virsh-domain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 43c8436..b9f678f 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -9838,6 +9838,8 @@