Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-02 Thread Daniel P. Berrange
On Wed, Nov 02, 2016 at 10:43:44AM +, Lee Yarwood wrote: > On 02-11-16 08:55:08, Carlton, Paul (Cloud Services) wrote: > > Lee > > > > I see this in a multiple node devstack without shared storage, although > > that shouldn't be relevant > > > > I do a live migration of an instance > > > >

Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-02 Thread Lee Yarwood
On 02-11-16 08:55:08, Carlton, Paul (Cloud Services) wrote: > Lee > > I see this in a multiple node devstack without shared storage, although that > shouldn't be relevant > > I do a live migration of an instance > > I then hard reboot it > > I you are not seeing the same outcome I'll look at

Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-02 Thread Carlton, Paul (Cloud Services)
Lee I see this in a multiple node devstack without shared storage, although that shouldn't be relevant I do a live migration of an instance I then hard reboot it I you are not seeing the same outcome I'll look at this again Paul Carlton Software Engineer Cloud Services Hewlett Packard

Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-02 Thread Lee Yarwood
On 01-11-16 15:22:57, Carlton, Paul (Cloud Services) wrote: > Lee > > That change is in my test version or was till I reverted it with > https://review.openstack.org/#/c/391418, > > If you live migrate with the change you mentioned the instance goes to error > when you try to hard reboot Hey

Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-01 Thread Carlton, Paul (Cloud Services)
Lee That change is in my test version or was till I reverted it with https://review.openstack.org/#/c/391418, If you live migrate with the change you mentioned the instance goes to error when you try to hard reboot Paul Carlton Software Engineer Cloud Services Hewlett Packard

Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-01 Thread Lee Yarwood
On 01-11-16 12:02:55, Carlton, Paul (Cloud Services) wrote: > Daniel > > Yes, thanks, but the thing is this does not occur with regular volumes! > The process seems to be you need to connect the volume then the encryptor. > In pre migration at the destination I connect the volume and then setup

Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-01 Thread Carlton, Paul (Cloud Services)
Daniel Yes, thanks, but the thing is this does not occur with regular volumes! The process seems to be you need to connect the volume then the encryptor. In pre migration at the destination I connect the volume and then setup the encryptor and that works fine, but in post migration at

Re: [openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-01 Thread Daniel P. Berrange
On Tue, Nov 01, 2016 at 11:22:25AM +, Carlton, Paul (Cloud Services) wrote: > I'm working on a bug https://bugs.launchpad.net/nova/+bug/1633033 with the > live migration of > > instances with encrypted volumes. I've submitted a work in progress version > of a patch > >

[openstack-dev] [nova] [cinder] Issue with live migration of instances with encrypted volumes

2016-11-01 Thread Carlton, Paul (Cloud Services)
I'm working on a bug https://bugs.launchpad.net/nova/+bug/1633033 with the live migration of instances with encrypted volumes. I've submitted a work in progress version of a patch https://review.openstack.org/#/c/389608 but I can't overcome an issue with an iscsi command failure that only