[Openstack-operators] Went to status ERROR due to "Message: Unknown, Code: Unknown"
云淡风轻
821696029 at qq.com
Wed Jul 13 08:21:39 UTC 2016
hi everyone,
I use below comman to create cluster with JSON:
openstack dataprocessing cluster create --json my_cluster_create_default.json
and
# rabbitmqctl list_users
Listing users ...
guest [administrator]
# rabbitmqctl list_user_permissions guest
Listing permissions for user "guest" ...
/ .* .* .*
# iptables -L -n |grep 5672
ACCEPT tcp -- 10.0.0.132 0.0.0.0/0 multiport dports 5671,5672 /* 001 amqp incoming amqp_10.0.0.132 */
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:5672
and then error occur in nova-compute.log
2016-07-13 14:47:26.750 3469 WARNING nova.virt.osinfo [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)
2016-07-13 14:47:26.827 3469 WARNING nova.virt.osinfo [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)
2016-07-13 14:47:26.876 3469 WARNING nova.virt.osinfo [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)
2016-07-13 14:47:27.045 3469 WARNING nova.virt.osinfo [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)
2016-07-13 14:47:27.467 3469 WARNING nova.virt.osinfo [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)
2016-07-13 14:47:27.469 3469 INFO nova.virt.libvirt.driver [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] [instance: 180d26c2-38c4-4633-8cca-ae6f2b88b4c3] Creating image
2016-07-13 14:47:27.596 3469 WARNING nova.virt.osinfo [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Cannot find OS information - Reason: (No configuration information found for operating system Empty)
2016-07-13 14:47:27.597 3469 INFO nova.virt.libvirt.driver [req-a93de45c-3f7c-463c-ba18-9046023382e6 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] [instance: bec9afe4-b7e6-4f84-840b-9c8cbc1a84e3] Creating image
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] Ins
tance failed network setup after 1 attempt(s)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager Traceback (most recent call last):
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1570, in _allocate_network_async
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager bind_host_id=bind_host_id)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/network/api.py", line 49, in wrapped
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager return func(self, context, *args, **kwargs)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/network/base_api.py", line 77, in wrapper
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager res = f(self, context, *args, **kwargs)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/network/api.py", line 283, in allocate_for_instance
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager nw_info = self.network_rpcapi.allocate_for_instance(context, **args)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/nova/network/rpcapi.py", line 163, in allocate_for_instance
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager macs=jsonutils.to_primitive(macs))
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 158, in call
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager retry=self.retry)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 90, in _send
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager timeout=timeout, retry=retry)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 470, in send
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager retry=retry)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 459, in _send
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager result = self._waiter.wait(msg_id, timeout)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 342, in wait
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager message = self.waiters.get(msg_id, timeout=timeout)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 244, in get
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager 'to message ID %s' % msg_id)
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager MessagingTimeout: Timed out waiting for a reply to message ID 579eff69755d4285997e9be2b75527c2
2016-07-13 14:48:26.771 3469 ERROR nova.compute.manager
2016-07-13 14:48:26.773 3469 ERROR nova.compute.manager [req-964f017f-0687-43e9-900a-da0b76fa1ccd 7fff70fbbf83441a9b3c4d91a5613825 6cb156a82d0f486a9f50132be9438eb6 - - -] [in
stance: 180d26c2-38c4-4633-8cca-ae6f2b88b4c3] Instance failed to spawn
and error log in heat
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource Traceback (most recent call last):
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 704, in _action_recorder
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource yield
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 775, in _do_action
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource yield self.action_handler_task(action, args=handler_args)
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/scheduler.py", line 314, in wrapper
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource step = next(subtask)
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 749, in action_handler_task
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource while not check(handler_data):
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/server.py", line 871, in check_create_complete
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource check = self.client_plugin()._check_active(server_id)
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/clients/os/nova.py", line 223, in _check_active
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource 'code': fault.get('code', _('Unknown'))
/var/log/heat/heat-engine.log:2016-07-13 14:49:28.281 3734 ERROR heat.engine.resource ResourceInError: Went to status ERROR due to "Message: Unknown, Code: Unknown"
what is wrong ?
how to query message informantion about message ID 579eff69755d4285997e9be2b75527c2 ? (who send to who?)
thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20160713/0d644dbf/attachment.html>
More information about the OpenStack-operators
mailing list