From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFqYq-00050z-VD for qemu-devel@nongnu.org; Wed, 13 Mar 2013 14:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFqYo-0000GC-8U for qemu-devel@nongnu.org; Wed, 13 Mar 2013 14:38:00 -0400 Received: from ackmail-cl001.ack.bcn.ackstorm.net ([62.97.115.21]:44412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFqYo-0000F3-26 for qemu-devel@nongnu.org; Wed, 13 Mar 2013 14:37:58 -0400 Received: from [10.254.0.18] (unknown [10.254.0.18]) by ackmail-cl001.ack.bcn.ackstorm.net (Postfix) with ESMTPA id B6532C1693 for ; Wed, 13 Mar 2013 19:01:47 +0100 (CET) Message-ID: <5140BF0C.5010909@ackstorm.es> Date: Wed, 13 Mar 2013 19:01:48 +0100 From: "Toni F. [ackstorm]" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problems with live migration Reply-To: toni.fuentes@ackstorm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, I have working with Openstack Folsom and with Glusterfs as shared storage for /instances. All working fine, but when i'm trying to use "nova live-migration": 2013-03-07 18:33:42 3140 ERROR nova.virt.libvirt.driver [-] [instance: 773164b5-5e5c-4328-a762-d91f50f2ac33] Live Migration failure: Timed out during operation: cannot acquire state change lock I know that the real command that openstack executes virsh migrate --live instance-00000036 qemu+ssh://nova-compute-lnx001/system When i execute that command the same error is showed error: Timed out during operation: cannot acquire state change lock Any idea about this error? Thanks a lot Regards