[Openstack] Create instance failed and got message "Bus 'ide.1' not found"

柯俊兆 kojiunjau at gmail.com
Wed Jan 27 04:05:14 UTC 2016


Hi All

I am a biginner in Openstack
I build a multi-node OpenStack platform (installed via Devstack) with two
types machine as compute (x86_64 and ARM A15), control/network/storage
server in the same x64 server.
I can launch a instance in x86_64 machine and work fine. It run
cirros-0.3.4-x86_64-uec success
In same local.conf,I  launch instance in ARM base machine use
cirros-0.3.4-arm-uec,but start failed and I found error message in
/opt/stack/logs/n-cond.log like below message.

-----------------------------------Begin of
message-----------------------------------
2016-01-27 11:38:41.567 ERROR nova.scheduler.utils
[req-822f0096-f886-443e-9a45-69ef0aa6a11e admin admin] [instance:
f3902fad-0c1c-4cdd-a6cb-4626c852df66] Error from last host:
pismo-192-168-1-100 (node pismo-192-168-1-100): [u'Traceback (most recent
call last):\n', u'  File "/opt/stack/nova/nova/compute/manager.py", line
1916, in _do_build_and_run_instance\n    filter_properties)\n', u'  File
"/opt/stack/nova/nova/compute/manager.py", line 2080, in
_build_and_run_instance\n    instance_uuid=instance.uuid,
reason=six.text_type(e))\n', u"RescheduledException: Build of instance
f3902fad-0c1c-4cdd-a6cb-4626c852df66 was re-scheduled: internal error:
process exited while connecting to monitor: qemu-system-arm: -device
ide-cd,bus=ide.1,unit=1,drive=drive-ide0-1-1,id=ide0-1-1: Bus 'ide.1' not
found\n\n"]
2016-01-27 11:38:47.489 ERROR nova.scheduler.utils
[req-822f0096-f886-443e-9a45-69ef0aa6a11e admin admin] [instance:
f3902fad-0c1c-4cdd-a6cb-4626c852df66] Error from last host:
pismo-192-168-1-99 (node pismo-192-168-1-99): [u'Traceback (most recent
call last):\n', u'  File "/opt/stack/nova/nova/compute/manager.py", line
1918, in _do_build_and_run_instance\n    filter_properties)\n', u'  File
"/opt/stack/nova/nova/compute/manager.py", line 2084, in
_build_and_run_instance\n    instance_uuid=instance.uuid,
reason=six.text_type(e))\n', u"RescheduledException: Build of instance
f3902fad-0c1c-4cdd-a6cb-4626c852df66 was re-scheduled: internal error:
process exited while connecting to monitor: qemu-system-arm: -device
ide-cd,bus=ide.1,unit=1,drive=drive-ide0-1-1,id=ide0-1-1: Bus 'ide.1' not
found\n\n"]
2016-01-27 11:38:47.868 WARNING nova.scheduler.utils
[req-822f0096-f886-443e-9a45-69ef0aa6a11e admin admin] Failed to
compute_task_build_instances: No valid host was found. There are not enough
hosts available.
Traceback (most recent call last):

  File
"/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line
150, in inner
    return func(*args, **kwargs)

  File "/opt/stack/nova/nova/scheduler/manager.py", line 78, in
select_destinations
    dests = self.driver.select_destinations(ctxt, spec_obj)

  File "/opt/stack/nova/nova/scheduler/filter_scheduler.py", line 74, in
select_destinations
    raise exception.NoValidHost(reason=reason)

NoValidHost: No valid host was found. There are not enough hosts available.
-----------------------------------End of
message-----------------------------------

Anyone knows how to solve "Bus 'ide.1' not found" this problem?

Thank you~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160127/30041351/attachment.html>


More information about the Openstack mailing list