Re: [Openstack] instance block migration

2013-12-04 Thread Paras pradhan
I don't see that as nova.conf option. Where do I find it? -Paras. On Wed, Dec 4, 2013 at 1:26 AM, sstrato.kong wrote: > you have to turn off the ‘config disk’ feature in nova.conf > > 2013. 12. 4., 오전 7:41, Paras pradhan 작성: > > > I have this flag in compute nodes' nova.conf file > > > > -- >

Re: [Openstack] instance block migration

2013-12-03 Thread sstrato.kong
you have to turn off the ‘config disk’ feature in nova.conf 2013. 12. 4., 오전 7:41, Paras pradhan 작성: > I have this flag in compute nodes' nova.conf file > > -- > block_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_NON_SHARED_INC > -- > > When I try to migrate an

[Openstack] instance block migration

2013-12-03 Thread Paras pradhan
I have this flag in compute nodes' nova.conf file -- block_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_NON_SHARED_INC -- When I try to migrate an instance I see the following error. Basically it says the instance's files are not found in destination compute node.