wadeholler

Untitled

Feb 22nd, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. deploy error:
  2.  
  3. TASK: [neutron | Starting neutron-dhcp-agent container] ***********************
  4. failed: [cpn00013] => {"changed": true, "failed": true}
  5. msg: APIError(HTTPError(u'500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.22/containers/neutron_dhcp_agent/start',),)
  6. failed: [cpn00011] => {"changed": true, "failed": true}
  7. msg: APIError(HTTPError(u'500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.22/containers/neutron_dhcp_agent/start',),)
  8. failed: [cpn00012] => {"changed": true, "failed": true}
  9. msg: APIError(HTTPError(u'500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.22/containers/neutron_dhcp_agent/start',),)
  10.  
  11. FATAL: all hosts have already failed -- aborting
  12.  
  13. docker.service has been updated with "shared"
  14. service restarted
  15. container start still fails
  16.  
  17. [root@cpn00012 kolla]# grep shared /lib/systemd/system/docker.service
  18. MountFlags=shared
  19. [root@cpn00012 kolla]# ps -ef | grep docker
  20. root 617446 1 1 15:26 ? 00:00:09 /usr/bin/docker daemon -H fd://
  21. root 623474 346473 0 15:36 pts/1 00:00:00 grep --color=auto docker
  22. [root@cpn00012 kolla]# docker start neutron_dhcp_agent
  23. Error response from daemon: Cannot start container 2ded000ecd14556245f93089eb85f11cdbbb7875f9c3b82e2b78a41584897456: Path /run/netns is mounted on /run but it is not a shared mount.
  24. Error: failed to start containers: neutron_dhcp_agent
  25. [root@cpn00012 kolla]# cat /proc/self/mountinfo | grep run
  26. 24 60 0:19 / /run rw,nosuid,nodev shared:21 - tmpfs tmpfs rw,mode=755
  27. 101 24 0:35 / /run/user/0 rw,nosuid,nodev,relatime shared:55 - tmpfs tmpfs rw,size=79218136k,mode=700
  28.  
  29. precheck ran ok after I did the update to docker.service.
Advertisement
Add Comment
Please, Sign In to add comment