Instance forever spawning with RDO quickstart example "running an instance"
Hi there,
I've followed RDO's http://openstack.redhat.com/Quickstart (quickstart) example, specifically to get to know what Openstack has to offer. I'm running this on a supported server (HP DL380 G5) and RHEL6.5. The installation went as described. A few days later I wanted to continue with the rest of the quick start guide, for example the http://openstack.redhat.com/Running_an_instance (running an instance) part. At Step 5: Launch the instance, I've launched the F19 image, and anxious to see what happens next, I'm waiting and waiting for the task "spawning" to complete. The instance F19-1 I've created is in that state for 40 minutes now. I've selected a sizing of m1.small with no additional settings on a server that has 8GB of RAM and a quad-core Xeon with a 72GB hard drive.
I've tried googling this issue "stuck at spawning" and found very little metoo's that are comparable to my set up. It's either a situation where things have worked before, or with a multi node setup, or after an upgrade. I'm following a quick start guide to the letter and have no clue of where to start looking.
For example, I've found https://ask.openstack.org/en/question/28734/instance-failed-to-spawn-you-must-call-aug-init-first-to-initialize-augeas/ (this) question and see the do_aug_close: you must call 'aug-init' first to initialize Augeas error too, but from what I understand, the symlink that's supposed to be missing, is already there.
The https://ask.openstack.org/en/question/29274/vm-stucking-at-spawning/ (other) issue I found tell's me nothing I can relate to since that seems to be a multi node setup with a lot of (debug) logging that's new to me and doesn't give me any lead.
I'd be happy to show logs, but which one? I can add everything but don't want to make this site less usable by dumping a load of logfiles which only mean something to the more experienced.
One thing I'd like to add, which might, or might not be related, or give an additional clue: While I was waiting for the instance to spawn, I continued with the next part of the quickstart: which is http://openstack.redhat.com/Floating_IP_range (setting up a floating ip-range). I determined I had to use neutron, instead of nova after reading http://openstack.redhat.com/Difference_between_Floating_IP_and_private_IP (this) explanation. So I:
- sourced the keystone file,
- and started the command:
neutron net-create public --router:external=True
and that command is also waiting for about 30 minutes now to complete. I've looked in the neutron logs, they're new to me and don't seem to contain any obvious errors. When looking at the load:
load average: 0.68, 0.61, 0.60
and memory usage:
[root@ceres nova(keystone_admin)]# free total used free shared buffers cached Mem: 8057236 7783404 273832 0 142996 2547512 -/+ buffers/cache: 5092896 2964340 Swap: 2097144 52 2097092
and iostat
I don ...