[Openstack-operators] failed to spawn?
Sharif Islam
islamsh at indiana.edu
Thu Jul 14 13:44:51 UTC 2011
On 07/14/2011 08:20 AM, Leandro Reox wrote:
> Where's your glance server located? On the same node ? Can you telnet
> the glance API port to see if connects ? TCP 9292 ,
Yes. I can telnet to both 9292 and 9191 from the compute nodes.
here the services running in the controller node (which has glance api
and registry running):
# ps -eaf|grep glance
glance 989 1 0 09:35 ? 00:00:00 /usr/bin/python
/usr/bin/glance-api -d -v --log-config=/etc/glance/logging-api.conf
glance 1006 1 0 09:35 ? 00:00:00 /usr/bin/python
/usr/bin/glance-registry -d -v
--log-config=/etc/glance/logging-registry.conf
The REST API works as well:
{"images": [{"name": null, "container_format": "ami", "disk_format":
"ami", "checksum": "b7207b3f7d2c512ce835835008d74560", "id": 7, "size":
1476395008}, {"name": null, "container_format": "aki", "disk_format":
"aki", "checksum": "65912c22ce14a2886cbe2bf40243df78", "id": 6, "size":
4407632}, {"name": null, "container_format": "ari", "disk_format":
"ari", "checksum": "8106433c49662a8b84c47c5f411294bf", "id": 5, "size":
91708}]}
However, in the controller node, this happens:
# glance details
Failed to show details. Got error:
Unable to connect to server. Got error: [Errno 111] ECONNREFUSE
I used euca-bundle-image to register and upload images, didn't use
glance. Could that be the issue here?
# euca-describe-images
IMAGE ami-00000007
ubuntu_bucket/maverick-server-uec-amd64.img.manifest.xml
available public i386 machine aki-00000006
IMAGE aki-00000006
ubuntu_bucket/maverick-server-uec-amd64-vmlinuz-virtual.manifest.xml
available public i386 kernel
IMAGE ari-00000005
ramdisk-bucket/maverick-server-uec-amd64-loader.manifest.xml
available public x86_64 ramdisk
--sharif
> if that fail it
> seems like your glance service is down ...
>
___
More information about the Openstack-operators
mailing list