[Openstack-operators] Issues booting an image

Trygve Laugstøl trygvis at inamo.no
Wed Aug 1 10:09:07 UTC 2012


On Tue, Jul 31, 2012 at 07:07:36PM -0400, Trygve Laugstøl wrote:
> On Tue, Jul 31, 2012 at 02:45:24PM -0400, Trygve Laugstøl wrote:
> > Hi!
> 
> [snip]
> 
> With good help from #openstack I've figured out that the nova-api
> module is trying to send a message to the RabbitMQ but the message is
> never received on the MQ. If I look at the MQ's summary page, I can
> see that no queue has ever gotten a single message.
> 
> This is the only output from nova-api.log:
> 
> ------------------------------------------
> 2012-08-01 00:50:45 DEBUG nova.compute.api [req-da562dc0-766c-404b-a935-d148042f8989 be16ba89676a4f27a04edc3aa65ed0b3 e86d1678663748d58b79d1e0bea3bb37] Sending create to scheduler for e86d1678663748d58b79d1e0bea3bb37/be16ba89676a4f27a04edc3aa65ed0b3's from (pid=1454) _schedule_run_instance /usr/lib/python2.7/dist-packages/nova/compute/api.py:599
> 2012-08-01 00:50:45 DEBUG nova.rpc.amqp [req-da562dc0-766c-404b-a935-d148042f8989 be16ba89676a4f27a04edc3aa65ed0b3 e86d1678663748d58b79d1e0bea3bb37] Making asynchronous cast on scheduler... from (pid=1454) cast /usr/lib/python2.7/dist-packages/nova/rpc/amqp.py:351
> 2012-08-01 00:50:45 DEBUG nova.rpc.amqp [req-da562dc0-766c-404b-a935-d148042f8989 be16ba89676a4f27a04edc3aa65ed0b3 e86d1678663748d58b79d1e0bea3bb37] Pool creating new connection from (pid=1454) create /usr/lib/python2.7/dist-packages/nova/rpc/amqp.py:60
> 2012-08-01 00:50:45 INFO nova.rpc.common [req-da562dc0-766c-404b-a935-d148042f8989 be16ba89676a4f27a04edc3aa65ed0b3 e86d1678663748d58b79d1e0bea3bb37] Connected to AMQP server on 192.168.90.41:5672
> ------------------------------------------
> 
> I can send and receive messages through the MQ on some test queues I
> made myself.

For the archive, this was because the box running RabbitMQ was on the
low side with disk so it blocked all the connections. Cleaning some
stuff made everything more happy.

-- 
Trygve



More information about the OpenStack-operators mailing list