Re: [Openstack] It is stuck when attach the volume to the vm.

2012-12-17 Thread Lei Zhang
Hi Alberto, I have fix this issue already. The root cause is that the controller(where the cinder service located) block the 8776 port and the node can not access the cinder service. After enable the port on the IPtables, it works. thanks you. On Tue, Dec 18, 2012 at 2:00 PM, Lei Zhang wrote:

Re: [Openstack] It is stuck when attach the volume to the vm.

2012-12-17 Thread Lei Zhang
Hi Alberto, I found the error message from computer.log on the node. Did you meet this before? 2012-12-18 00:57:42 DEBUG nova.openstack.common.rpc.amqp [-] unpacked context: {'project_name': u'admin', 'user_id': u'9e0e905b3305477587d5f85889b43955', 'roles': [u'admin'], 'timestamp': u'2012-12-18T0

Re: [Openstack] It is stuck when attach the volume to the vm.

2012-12-17 Thread Alberto Molina Coballes
Hi Lei, I was facing a similar issue with nova-volume on essex, so I'm not sure if this can be useful to you ... Where are you looking for errors? I found volume attach errors at nova-compute.log of node where instance is running I hope this help you Alberto ___

[Openstack] It is stuck when attach the volume to the vm.

2012-12-17 Thread Lei Zhang
Hi all, I have set up multi-host openstack env. It works well, except for cinder. When I create new volume, it is successful. But when attach it to one VM, it stuck and I can not found any error in the log file. Who can give me some advise or help about how to address this issue. Here is the cur