<div dir="ltr"><div><div><div><div><div>Hi All<br><br></div>I am a biginner in Openstack <br></div>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.<br></div>I can launch a instance in x86_64 machine and work fine. It run cirros-0.3.4-x86_64-uec success<br></div>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.<br></div><div><br></div><div>-----------------------------------Begin of message-----------------------------------</div><div>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"]<br>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"]<br>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.<br>Traceback (most recent call last):<br><br>  File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 150, in inner<br>    return func(*args, **kwargs)<br><br>  File "/opt/stack/nova/nova/scheduler/manager.py", line 78, in select_destinations<br>    dests = self.driver.select_destinations(ctxt, spec_obj)<br><br>  File "/opt/stack/nova/nova/scheduler/filter_scheduler.py", line 74, in select_destinations<br>    raise exception.NoValidHost(reason=reason)<br><br>NoValidHost: No valid host was found. There are not enough hosts available.<br>-----------------------------------End of message-----------------------------------<br><br>Anyone knows how to solve "Bus 'ide.1' 
not found" this problem? <br><br></div><div>Thank you~<br></div></div>