Re: [openstack-dev] [Nova]Devstack live migration.

2015-04-24 Thread kk bk
Are you sure ?. I had few debugs on migrate_server of conductor/manager.py, it did not show up on n-api.log. Pls note, i did restart n-api to. 1) I am looking at the right process ?. Should i look somewhere else ? 2) Also, can you point me to the code where the context is actually set for

Re: [openstack-dev] [Nova]Devstack live migration.

2015-04-24 Thread Koniszewski, Pawel
As far as I know this calls migrate_server in conductor/manager.py Kind Regards, Pawel Koniszewski From: kk bk [mailto:kkbr...@gmail.com] Sent: Friday, April 24, 2015 12:19 AM To: openstack-dev@lists.openstack.org Subject: [openstack-dev] [Nova]Devstack live migration. I am trying

[openstack-dev] [Nova]Devstack live migration.

2015-04-23 Thread kk bk
I am trying to execute a live migration of a VM from node-1 to node-2. As i drill thro' the code it ends up calling function migrate_server of nova/nova/conductor/rpcapi.py This migrate_server ends up calling cctxt.call(context, 'migrate_server', **kw) I am trying to understand, what this call