Re: [Openstack-operators] Live migration failures

2017-11-02 Thread Mike Lowe
I did not, it appears to be related to changing libvirt versions. It’s no longer as tolerant of being sloppy with device addresses. The last change for this section of code was a year ago if I read the git blame correctly. > On Nov 2, 2017, at 2:11 PM, Chris Friesen

Re: [Openstack-operators] Live migration failures

2017-11-02 Thread Chris Friesen
On 11/02/2017 08:48 AM, Mike Lowe wrote: After moving from CentOS 7.3 to 7.4, I’ve had trouble getting live migration to work when a volume is attached. As it turns out when a live migration takes place the libvirt driver rewrites portions of the xml definition for the destination hypervisor

Re: [Openstack-operators] Live migration failures

2017-11-02 Thread Mike Lowe
Look at comment #2, it’s me. > On Nov 2, 2017, at 11:34 AM, Sergio Cuellar Valdes > wrote: > > Hi Mike, > > Which version of OpenStack are you using ? Do the normal migrations work ? > > I found a bug that looks like your problem [1] > > [1]

Re: [Openstack-operators] Live migration failures

2017-11-02 Thread Sergio Cuellar Valdes
Hi Mike, Which version of OpenStack are you using ? Do the normal migrations work ? I found a bug that looks like your problem [1] [1] https://bugs.launchpad.net/nova/+bug/1715569 Cheers, Sergio On 2 November 2017 at 08:48, Mike Lowe wrote: > After moving from CentOS 7.3 to

[Openstack-operators] Live migration failures

2017-11-02 Thread Mike Lowe
After moving from CentOS 7.3 to 7.4, I’ve had trouble getting live migration to work when a volume is attached. As it turns out when a live migration takes place the libvirt driver rewrites portions of the xml definition for the destination hypervisor and gets it wrong. Here is an example.