Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-08 Thread Pavel Boldin
Here you go: https://launchpad.net/~pboldin/+archive/ubuntu/libvirt-python Use it, but please keep in mind that this is a draft reupload. On Fri, Oct 2, 2015 at 11:38 PM, Mathieu Gagné wrote: > On 2015-10-02 4:18 PM, Pavel Boldin wrote: > > > > You have to pass device

Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-08 Thread Mathieu Gagné
Hi Pavel, On 2015-10-08 9:39 AM, Pavel Boldin wrote: > Here you go: https://launchpad.net/~pboldin/+archive/ubuntu/libvirt-python > > Use it, but please keep in mind that this is a draft reupload. > Thank you for your work. I'm sure a lot of people will benefit from it. Live migration is a

Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-05 Thread Daniel P. Berrange
On Fri, Oct 02, 2015 at 04:38:30PM -0400, Mathieu Gagné wrote: > On 2015-10-02 4:18 PM, Pavel Boldin wrote: > > > > You have to pass device names from /dev/, e.g., if a VM has > > ephemeral disk > > attached at /dev/vdb you need to pass in 'vdb'. Format expected by > >

Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-05 Thread Pavel Boldin
Daniel, It is done already in the proposed patch. But this one is about Wily having libvirt 1.2.16 and libvirt-python 1.2.15. Pavel On Mon, Oct 5, 2015 at 11:25 AM, Daniel P. Berrange wrote: > On Fri, Oct 02, 2015 at 04:38:30PM -0400, Mathieu Gagné wrote: > > On

Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-05 Thread Pavel Boldin
OK, I propose to move further discussions of the topic to this particular changeset review. Pavel On Mon, Oct 5, 2015 at 1:25 PM, Daniel P. Berrange wrote: > On Mon, Oct 05, 2015 at 01:10:45PM +0300, Pavel Boldin wrote: > > Daniel, > > > > It is done already in the

Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-05 Thread Daniel P. Berrange
On Mon, Oct 05, 2015 at 01:10:45PM +0300, Pavel Boldin wrote: > Daniel, > > It is done already in the proposed patch. > > But this one is about Wily having libvirt 1.2.16 and libvirt-python 1.2.15. Assuming you are refering to this patch:

Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-02 Thread Mathieu Gagné
On 2015-10-02 4:18 PM, Pavel Boldin wrote: > > You have to pass device names from /dev/, e.g., if a VM has > ephemeral disk > attached at /dev/vdb you need to pass in 'vdb'. Format expected by > migrate_disks is ",...". > > > This is the format expected by the `virsh' utility

[openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-02 Thread Pavel Boldin
Resending, forgot to subscribe. > You have to pass device names from /dev/, e.g., if a VM has ephemeral disk > attached at /dev/vdb you need to pass in 'vdb'. Format expected by > migrate_disks is ",...". > This is the format expected by the `virsh' utility and will not work in Python. The

Re: [openstack-dev] Fwd: [nova] live migration in Mitaka

2015-10-02 Thread Pavel Boldin
> Now the next challenge is with Ubuntu packages, only python-libvirt > 1.2.15 is available in Ubuntu Willy. :-/ > > Just create a PPA and build 1.2.17 from the git sources by copying the `debian` directory from the package. I can do it for you over the weekend if you want it. Pavel