Re: [Openstack] Live Migration + Ceph + ConfigDrive

2015-07-10 Thread Tyler Wilson
I was able to apply this patch https://review.openstack.org/#/c/123073/ and it seems to work, about 10-15 second delay in the network though but that's probably neutron related. On Fri, Jul 10, 2015 at 1:52 PM, Tyler Wilson wrote: > Hey All, > > I was able to deploy a kilo cluster with ceph to t

Re: [Openstack] Live Migration + Ceph + ConfigDrive

2015-07-10 Thread Tyler Wilson
Hey All, I was able to deploy a kilo cluster with ceph to test this out and am getting the following error: 2015-07-10 20:50:35.765 138421 DEBUG nova.virt.libvirt.driver [-] [instance: 86888dfb-43fa-496c-bc36-be03aa1b8c1b] Starting monitoring of live migration _live_migration /usr/lib/python2.7/s

Re: [Openstack] Live Migration + Ceph + ConfigDrive

2015-05-07 Thread Pádraig Brady
On 07/05/15 18:28, Tyler Wilson wrote: > Hello All, > > Thank you for the replies! Will this patch be usable in Juno? > > On Thu, May 7, 2015 at 3:18 AM, Pádraig Brady > wrote: > > On 07/05/15 09:50, Sebastien Han wrote: > > Actually the issue is that the con

Re: [Openstack] Live Migration + Ceph + ConfigDrive

2015-05-07 Thread Tyler Wilson
Hello All, Thank you for the replies! Will this patch be usable in Juno? On Thu, May 7, 2015 at 3:18 AM, Pádraig Brady wrote: > On 07/05/15 09:50, Sebastien Han wrote: > > Actually the issue is that the configdrive is store a file on the fs > under /var/lib/nova/instances/$uuid/config.drive > >

Re: [Openstack] Live Migration + Ceph + ConfigDrive

2015-05-07 Thread Pádraig Brady
On 07/05/15 09:50, Sebastien Han wrote: > Actually the issue is that the configdrive is store a file on the fs under > /var/lib/nova/instances/$uuid/config.drive > AFAIR the other problem is the format of that file that is not supported by > libvirt for the live migration. > > I think you have t

Re: [Openstack] Live Migration + Ceph + ConfigDrive

2015-05-07 Thread Sebastien Han
a code. I think you can do it in Juno too. > > > -- Original -- > From: "Tyler Wilson";; > Date: Thu, May 7, 2015 09:16 AM > To: "Openstack@lists.openstack.org"; > Subject: [Openstack] Live Migration + Ceph + ConfigDrive

Re: [Openstack] Live Migration + Ceph + ConfigDrive

2015-05-06 Thread killingwolf
org"; Subject: [Openstack] Live Migration + Ceph + ConfigDrive Hello All, Currently in Juno we are seeing an issue with attempting to live-migrate an instance with a configdrive attached. "NoLiveMigrationForConfigDriveInLibVirt: Live migration of instances with config drives is not su

[Openstack] Live Migration + Ceph + ConfigDrive

2015-05-06 Thread Tyler Wilson
Hello All, Currently in Juno we are seeing an issue with attempting to live-migrate an instance with a configdrive attached. "NoLiveMigrationForConfigDriveInLibVirt: Live migration of instances with config drives is not supported in libvirt unless libvirt instance path and drive data is shared acr