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

柯俊兆 kojiunjau at gmail.com
Thu Jan 28 03:25:05 UTC 2016


Hi Jitendra

Thank you  for your response soon.
My OpenStack nova service-list in below

ubuntu at asus:/opt/stack/logs$ nova service-list
+----+--------------------+---------------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary             | Host                | Zone     | Status  |
State | Updated_at                 | Disabled Reason |
+----+--------------------+---------------------+----------+---------+-------+----------------------------+-----------------+
| 1  | nova-osapi_compute | 0.0.0.0             | internal | enabled |
down  | -                          | -               |
| 3  | nova-metadata      | 0.0.0.0             | internal | enabled |
down  | -                          | -               |
| 5  | nova-conductor     | asus                | internal | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
| 7  | nova-cert          | asus                | internal | enabled |
up    | 2016-01-28T03:17:05.000000 | -               |
| 8  | nova-network       | asus                | internal | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
| 9  | nova-scheduler     | asus                | internal | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
| 10 | nova-consoleauth   | asus                | internal | enabled |
up    | 2016-01-28T03:17:02.000000 | -               |
| 11 | nova-compute       | asus                | nova     | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
| 12 | nova-network       | nova-compute        | internal | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
| 13 | nova-compute       | nova-compute        | x86_64   | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
| 14 | nova-network       | pismo-192-168-1-99  | internal | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
| 15 | nova-compute       | pismo-192-168-1-99  | ARM      | enabled |
up    | 2016-01-28T03:17:00.000000 | -               |
| 16 | nova-network       | pismo-192-168-1-100 | internal | enabled |
up    | 2016-01-28T03:17:00.000000 | -               |
| 17 | nova-compute       | pismo-192-168-1-100 | ARM      | enabled |
up    | 2016-01-28T03:16:58.000000 | -               |
+----+--------------------+---------------------+----------+---------+-------+----------------------------+-----------------+


Best regards,
Jau


2016-01-27 19:06 GMT+08:00 Jitendra Kumar Bhaskar <jitendra.b at pramati.com>:

> Can you please paste the output of nova service-list ?
>
> Regards
> *Jitendra*
> +91-9989743042
>
>
>
>
>
> On Wed, Jan 27, 2016 at 9:35 AM, 柯俊兆 <kojiunjau at gmail.com> wrote:
>
>> 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~
>>
>> _______________________________________________
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to     : openstack at lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160128/27050f0e/attachment.html>


More information about the Openstack mailing list