Re: [Openstack] Diagnosing RPC timeouts when attaching volumes

2012-06-22 Thread Lars Kellogg-Stedman
The timeout occurs when nova-compute is trying to do an rpc call to nova-volume. It looks like this is just the compute log. Do you have an error in the volume log? There were no errors in the volume log. It may have been a networking problem caused by the local iptables firewall on the

[Openstack] Diagnosing RPC timeouts when attaching volumes

2012-06-21 Thread Lars Kellogg-Stedman
Hello all, I've run into a series of frustrating problems trying to get images to attach correctly to running instances. The current issue is that after running a nova volume-attach ... command, I get the following in compute.log on the compute host: 2012-06-21 12:32:03 ERROR

Re: [Openstack] Diagnosing RPC timeouts when attaching volumes

2012-06-21 Thread Russell Bryant
On 06/21/2012 12:56 PM, Lars Kellogg-Stedman wrote: Hello all, I've run into a series of frustrating problems trying to get images to attach correctly to running instances. The current issue is that after running a nova volume-attach ... command, I get the following in compute.log on the