
outbackdingo at gmail
Aug 16, 2011, 8:12 AM
Post #1 of 1
(28 views)
Permalink
|
|
nova.compute.manager failed to spawn Timeout waiting for device sdc to be created
|
|
Ok..... setup the following 2 XCP hosts Version 1.1Beta, one being the master 1 Shared HBA 1 Shared iSCSI 2 Networks, 1 public, 1 private 10.10.10.X for storage I installed openstack compute in a Ubuntu VM instance on the XCP pool following http://wiki.openstack.org/XenServerDevelopment my instances for openstack are setup for 10.10.10.X network which exists on the XCP host, however the instance im launching them from is on a public ip as is the management interfaces of the XCP hosts, there is a secondary 10.10.10.X network on the XCP pool everything appears to have installed fine..... but i get 2011-08-16 10:42:10,557 ERROR nova.compute.manager [-] Instance '3' failed to spawn. Is virtualization enabled in the BIOS? Details: Timeout waiting for device sdc to be created sample nova flavor-list +----+-----------+-----------+------+----------+-------+------------+----------+ | ID | Name | Memory_MB | Swap | Local_GB | VCPUs | RXTX_Quota | RXTX_Cap | +----+-----------+-----------+------+----------+-------+------------+----------+ | 1 | m1.tiny | 512 | | 0 | | | | | 2 | m1.small | 2048 | | 20 | | | | | 3 | m1.medium | 4096 | | 40 | | | | | 4 | m1.large | 8192 | | 80 | | | | | 5 | m1.xlarge | 16384 | | 160 | | | | +----+-----------+-----------+------+----------+-------+------------+----------+ dingo at control:~$ nova image-list +----+-----------+--------+ | ID | Name | Status | +----+-----------+--------+ | 1 | ramdisk | ACTIVE | | 2 | kernel | ACTIVE | | 3 | lucid_ami | ACTIVE | +----+-----------+--------+ nova list +----+------+--------+----------+ | ID | Name | Status | Networks | +----+------+--------+----------+ +----+------+--------+----------+ nova boot test --flavor 2 --image 3 +-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | addresses | {} | | adminPass | qEJaYzkcnjNuEreX | | created | 2011-08-16T15:01:51Z | | flavor | {u'id': u'2', u'links': [{u'href': u' http://206.208.61.183:8774/flavors/2', u'rel': u'bookmark'}]} | | hostId | | | id | 10 | | image | {u'id': u'3', u'links': [{u'href': u' http://206.208.61.183:8774/images/3', u'rel': u'bookmark'}]} | | links | [{u'href': u'http://206.208.61.183:8774/v1.1/servers/10', u'rel': u'self'}, {u'href': u'http://206.208.61.183:8774/servers/10', u'rel': u'bookmark'}] | | metadata | {} | | name | test | | progress | 0 | | status | BUILD | | updated | 2011-08-16T15:01:51Z | | uuid | e28355f3-57bd-499f-b8d4-50240bd9d0c6 | +-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ nova list +----+------+--------+---------------------+ | ID | Name | Status | Networks | +----+------+--------+---------------------+ | 10 | test | BUILD | private=10.10.10.10 | +----+------+--------+---------------------+ nova list +----+------+--------+---------------------+ | ID | Name | Status | Networks | +----+------+--------+---------------------+ | 10 | test | ERROR | private=10.10.10.10 | +----+------+--------+---------------------+ cat /etc/nova/nova.conf --verbose --nodaemon --sql_connection=mysql://root:xxxxxx at 127.0.0.1/nova --network_manager=nova.network.manager.FlatManager --image_service=nova.image.glance.GlanceImageService --flat_network_bridge=xenbr0 --connection_type=xenapi --xenapi_connection_url=https://206.208.61.163 --xenapi_connection_username=root --xenapi_connection_password=xxxxxx --flat_injected=false --rescue_timeout=86400 --allow_admin_api=true --use_ipv6=true --ipv6_backend=account_identifier --ca_path=./nova/CA --glance_api_servers=206.208.61.183:9292 --xenapi_remap_vbd_dev=true --logdir=/var/log/nova Logs will follow -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20110816/18c791b5/attachment.html>
|