Hi all I'm following the below link for VM migration from one compute node to the another from the controller node using devstack .. http://www.mirantis.com/blog/tutorial-openstack-live-migration-with-kvm-hypervisor-and-nfs-shared-storage/ I'm able to migrate the instance from one compute node to the other compute node using the below command. nova live-migration b33b23f8-4510-4ed3-8cd1-2d68c8186e40 salaria1 The instance is able to migrate properly and that i have confirmed using the sudo virsh list command over the newer compute node. However the problem is when i type nova list at the same time.The status of instance is stuck at migrating and does not changes even after some time. Moreover when i type nova show <instance -id> command,the old host of the instance is reflected instead of the new one. Please help regarding this. Thanks Abhishek Jain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140402/38e34da9/attachment.html>