Hello
Following the documentation to install on CentOS64, I never got to the instance Active. Not sure what I'm doing wrong.
I'm running controller and compute node on a single CentOS64(VM).
Please shed some light. Whatelse to look for to fix this??
$ more /var/log/nova/scheduler.log
2013-11-21 16:05:55.977 6905 WARNING nova.openstack.common.loopingcall [-] task run outlasted interval by 9.294922 sec
2013-11-21 16:28:49.589 6905 ERROR nova.scheduler.filter_scheduler [req-759a9e37-133b-4935-8ec1-83ffa8053498 b68eb1df2d4f48a1b099b05a7386ebe9 00
f43b8a5b204c45903f03b401401d44] [instance: 6fbd6fd9-852c-4273-8dbb-4d65a5da29cc] Error from last host: controller (node controller): [u'Tracebac
k (most recent call last):\n', u' File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1037, in _build_instance\n set_acces
s_ip=set_access_ip)\n', u' File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1410, in _spawn\n LOG.exception(_(\'Instanc
e failed to spawn\'), instance=instance)\n', u' File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1407, in _spawn\n bloc
k_device_info)\n', u' File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 2070, in spawn\n block_device_info, context=
context)\n', u' File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3205, in _create_domain_and_network\n domain = sel
f._create_domain(xml, instance=instance, power_on=power_on)\n', u' File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 31
39, in _create_domain\n raise e\n', u"libvirtError: internal error no supported architecture for os type 'hvm'\n"]
2013-11-21 16:28:49.649 6905 WARNING nova.scheduler.driver [req-759a9e37-133b-4935-8ec1-83ffa8053498 b68eb1df2d4f48a1b099b05a7386ebe9 00f43b8a5b
204c45903f03b401401d44] [instance: 6fbd6fd9-852c-4273-8dbb-4d65a5da29cc] Setting instance to ERROR state.
[root@controller .ssh]# nova show 6fbd6fd9-852c-4273-8dbb-4d65a5da29cc
+--------------------------------------+-----------------------------------------------------------------------------------------------+
| Property | Value |
+--------------------------------------+-----------------------------------------------------------------------------------------------+
| status | ERROR |
| updated | 2013-11-22T00:28:49Z |
| OS-EXT-STS:task_state | None |
| OS-EXT-SRV-ATTR:host | controller |
| key_name | mykey |
| image | CirrOS 0.3.1 (af54e4b2-746a-4a07-ad96-5347fde43961) |
| hostId | 397482846b28a9f27f67a93614f42a07c349fdc2cba5290c0049d261 |
| OS-EXT-STS:vm_state | error |
| OS-EXT-SRV-ATTR:instance_name | instance-00000001 |
| OS-SRV-USG:launched_at | None |
| OS-EXT-SRV-ATTR:hypervisor_hostname | controller |
| flavor | m1.tiny (1) |
| id | 6fbd6fd9-852c-4273-8dbb-4d65a5da29cc |
| security_groups | [{u'name': u'default'}] |
| OS-SRV-USG:terminated_at | None |
| user_id | b68eb1df2d4f48a1b099b05a7386ebe9 |
| name | cirrOS |
| created | 2013-11-22T00:27:07Z |
| tenant_id | 00f43b8a5b204c45903f03b401401d44 |
| OS-DCF:diskConfig | MANUAL |
| metadata | {} |
| os-extended-volumes:volumes_attached | [] |
| accessIPv4 | |
| accessIPv6 | |
| fault | {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2013-11-22T00:28:49Z'} |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-AZ:availability_zone | nova |
| config_drive | |
+--------------------------------------+-----------------------------------------------------------------------------------------------+
Thanks,
samky2005