Advertisement
Guest User

error_docker

a guest
Apr 9th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 KB | None | 0 0
  1. root@cluster3-2:/home/adara# openstack appcontainer run --name container --net network=ee56f952-8ff1-4752-991f-605d29d71985 cirros ping 8.8.8.8
  2. +-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  3. | Field | Value |
  4. +-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  5. | addresses | None |
  6. | links | [{u'href': u'http://cluster3-2:9517/v1/containers/69cc16eb-91f9-4a5d-88f7-0e180037620e', u'rel': u'self'}, {u'href': u'http://cluster3-2:9517/containers/69cc16eb-91f9-4a5d-88f7-0e180037620e', u'rel': u'bookmark'}] |
  7. | image | cirros |
  8. | labels | {} |
  9. | disk | 0 |
  10. | security_groups | None |
  11. | image_pull_policy | None |
  12. | task_state | None |
  13. | user_id | 3b136545b47b40709b78b1e36cdcdc63 |
  14. | uuid | 69cc16eb-91f9-4a5d-88f7-0e180037620e |
  15. | hostname | None |
  16. | environment | {} |
  17. | memory | 512M |
  18. | project_id | a391261cffba4f4c827ab7420a352fe1 |
  19. | status | Creating |
  20. | workdir | None |
  21. | auto_remove | False |
  22. | auto_heal | False |
  23. | host | None |
  24. | image_driver | None |
  25. | status_detail | None |
  26. | status_reason | None |
  27. | name | container |
  28. | restart_policy | None |
  29. | ports | None |
  30. | command | "ping" "8.8.8.8" |
  31. | runtime | None |
  32. | cpu | 1.0 |
  33. | interactive | False |
  34. +-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  35. root@cluster3-2:/home/adara# openstack appcontainer list
  36. +--------------------------------------+-----------+--------+--------+------------+-----------+-------+
  37. | uuid | name | image | status | task_state | addresses | ports |
  38. +--------------------------------------+-----------+--------+--------+------------+-----------+-------+
  39. | 69cc16eb-91f9-4a5d-88f7-0e180037620e | container | cirros | Error | None | | [] |
  40. +--------------------------------------+-----------+--------+--------+------------+-----------+-------+
  41.  
  42. zun.log
  43. ============
  44.  
  45. rying paths: ['/var/lib/zun/.docker/config.json', '/var/lib/zun/.dockercfg'] find_config_file /usr/local/lib/python2.7/dist-packages/docker/utils/config.py:21
  46. 2018-04-09 15:05:07.844 3685 DEBUG docker.utils.config [req-04650a9b-7f6e-4b01-aeaf-d0d767f8b8d8 3b136545b47b40709b78b1e36cdcdc63 a391261cffba4f4c827ab7420a352fe1 default - -] No config file found find_config_file /usr/local/lib/python2.7/dist-packages/docker/utils/config.py:28
  47. 2018-04-09 15:05:07.847 3685 DEBUG zun.container.docker.driver [req-04650a9b-7f6e-4b01-aeaf-d0d767f8b8d8 3b136545b47b40709b78b1e36cdcdc63 a391261cffba4f4c827ab7420a352fe1 default - -] Creating container with image cirros name container create /usr/local/lib/python2.7/dist-packages/zun/container/docker/driver.py:184
  48. 2018-04-09 15:05:09.112 3685 DEBUG zun.network.kuryr_network [req-631aaeb6-a6f2-4760-987a-090d5d62ea25 - - - - -] Calling docker.create_network to create network ee56f952-8ff1-4752-991f-605d29d71985, ipam_options {'Config': [{'Subnet': u'5.5.5.0/24', 'Gateway': u'5.5.5.1'}], 'Driver': 'kuryr', 'Options': {'neutron.net.shared': 'False', 'neutron.subnet.uuid': u'0b50a659-9d85-4a75-b15b-075297c90cfb', 'neutron.pool.uuid': None}}, options {'neutron.net.shared': 'False', 'neutron.subnet.uuid': u'0b50a659-9d85-4a75-b15b-075297c90cfb', 'neutron.pool.uuid': None, 'neutron.net.uuid': u'ee56f952-8ff1-4752-991f-605d29d71985'} create_network /usr/local/lib/python2.7/dist-packages/zun/network/kuryr_network.py:117
  49. 2018-04-09 15:05:11.628 3685 ERROR zun.compute.manager [req-631aaeb6-a6f2-4760-987a-090d5d62ea25 - - - - -] Error occurred while calling Docker create API: Docker internal error: 500 Server Error: Internal Server Error ("failed to update store for object type *libnetwork.endpointCnt: dial tcp 10.11.142.2:2379: getsockopt: connection refused").: DockerError: Docker internal error: 500 Server Error: Internal Server Error ("failed to update store for object type *libnetwork.endpointCnt: dial tcp 10.11.142.2:2379: getsockopt: connection refused").
  50. 2018-04-09 15:05:11.646 3685 DEBUG zun.compute.claims [req-631aaeb6-a6f2-4760-987a-090d5d62ea25 - - - - -] Aborting claim: [Claim: 512 memory, 1.00 VCPU] abort /usr/local/lib/python2.7/dist-packages/zun/compute/claims.py:106
  51. 2018-04-09 15:05:11.647 3685 DEBUG oslo_concurrency.lockutils [req-631aaeb6-a6f2-4760-987a-090d5d62ea25 - - - - -] Lock "compute_resources" acquired by "zun.compute.compute_node_tracker.abort_container_claim" :: waited 0.000s inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:273
  52. 2018-04-09 15:05:11.657 3685 DEBUG oslo_concurrency.lockutils [req-631aaeb6-a6f2-4760-987a-090d5d62ea25 - - - - -] Lock "compute_resources" released by "zun.compute.compute_node_tracker.abort_container_claim" :: held 0.010s inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:285
  53. 2018-04-09 15:05:11.744 3685 DEBUG oslo_concurrency.lockutils [req-631aaeb6-a6f2-4760-987a-090d5d62ea25 - - - - -] Lock "69cc16eb-91f9-4a5d-88f7-0e180037620e" released by "zun.compute.manager.do_container_create" :: held 5.524s inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:285
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement