Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-27 Thread Uri Lublin
sudhir kumar wrote: Michael, any updates on this patch? Are you going to commit this or you have any other plans/patch ? I'm not sure having the inter-host migration is best implemented on the autotest-client side. Actually this is one of the few tests I think belong to the autotest-server

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-27 Thread sudhir kumar
On Wed, May 27, 2009 at 7:57 PM, Uri Lublin u...@redhat.com wrote: sudhir kumar wrote: Michael, any updates on this patch? Are you going to commit this or you have any other plans/patch ? I'm not sure having the inter-host migration is best implemented on the autotest-client side.

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-25 Thread sudhir kumar
Michael, any updates on this patch? Are you going to commit this or you have any other plans/patch ? On Tue, May 5, 2009 at 1:12 AM, Michael Goldish mgold...@redhat.com wrote: Thanks for the new patch. I'll comment on it later because I want to take some more time to review it. The login

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-25 Thread Michael Goldish
- sudhir kumar smalik...@gmail.com wrote: Michael, any updates on this patch? Are you going to commit this or you have any other plans/patch ? Currently we don't have a patch for remote migration other than yogi's. We would, however, like to take some time to think about it, because it

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-25 Thread sudhir kumar
Thanks for the feedback. Please provide your thoughts or RFC so that we can start a discussion to implement this feature. Meanwhile I will request you to give a try to this patch. I tested the patch once and found that setting the qemu path in the config is not as good. We can do it in the same

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-04 Thread yogi
Hello everyone, I like to resubmit patch to add support for remote migration in kvm-autotest, based on Michael Goldish's suggestions. To use this patch the following seven parameters should be added to the existing migration test remote_dst = yes hostip = localhost ip or name

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-04 Thread Michael Goldish
Thanks for the new patch. I'll comment on it later because I want to take some more time to review it. The login prompt problem is my fault -- please see my comment below. - yogi anant...@linux.vnet.ibm.com wrote: Hello everyone, I like to resubmit patch to add support for remote

[KVM-AUTOTEST] [PATCH] support for remote migration

2009-04-30 Thread yogi
Hello everyone, I like to submit patch to add support for remote migration in kvm-autotest. To use this patch the following four parameters should be added to the existing migration test remote = dst hostip = localhost ip or name remoteip = remote host ip or name

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-04-30 Thread David Huff
yogi wrote: Hello everyone, I like to submit patch to add support for remote migration in kvm-autotest. Thanks for the patch, Uri is out on vacation for a while. I'll apply the patch to my test repo and do some validation testing, however may be a little while untill it makes it in. -D

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-04-30 Thread Michael Goldish
- yogi anant...@linux.vnet.ibm.com wrote: Hello everyone, I like to submit patch to add support for remote migration in kvm-autotest. Sounds like a good idea. Also, the patch isn't too big, which I personally appreciate very much (makes it easier to read). To use this patch the