Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker 1.13 run registry:2 with failure #30289

Closed
jeffrey4l opened this issue Jan 19, 2017 · 1 comment
Closed

docker 1.13 run registry:2 with failure #30289

jeffrey4l opened this issue Jan 19, 2017 · 1 comment

Comments

@jeffrey4l
Copy link

Description

In OpenStack Kolla's gate, docker-engine 1.13 break the OpenStack Kolla's gate. we can following error

2017-01-19 17:48:40.990131 | + docker run -d -p 4000:5000 --restart=always -v /tmp/kolla_registry/:/var/lib/registry --name registry registry:2
2017-01-19 17:48:41.006408 | Unable to find image 'registry:2' locally
2017-01-19 17:48:41.567693 | 2: Pulling from library/registry
2017-01-19 17:48:41.567821 | b7f33cc0b48e: Pulling fs layer
2017-01-19 17:48:41.567869 | 46730e1e05c9: Pulling fs layer
2017-01-19 17:48:41.567912 | 458210699647: Pulling fs layer
2017-01-19 17:48:41.567951 | 0cf045fea0fd: Pulling fs layer
2017-01-19 17:48:41.567989 | b78a03aa98b7: Pulling fs layer
2017-01-19 17:48:41.568207 | b78a03aa98b7: Waiting
2017-01-19 17:48:41.568232 | 0cf045fea0fd: Waiting
2017-01-19 17:48:41.828536 | b7f33cc0b48e: Download complete
2017-01-19 17:48:41.830303 | 458210699647: Verifying Checksum
2017-01-19 17:48:41.830384 | 458210699647: Download complete
2017-01-19 17:48:41.876223 | 46730e1e05c9: Verifying Checksum
2017-01-19 17:48:41.876265 | 46730e1e05c9: Download complete
2017-01-19 17:48:41.987847 | b7f33cc0b48e: Pull complete
2017-01-19 17:48:42.046069 | b78a03aa98b7: Verifying Checksum
2017-01-19 17:48:42.046123 | b78a03aa98b7: Download complete
2017-01-19 17:48:42.070152 | 0cf045fea0fd: Verifying Checksum
2017-01-19 17:48:42.070192 | 0cf045fea0fd: Download complete
2017-01-19 17:48:42.335858 | 46730e1e05c9: Pull complete
2017-01-19 17:48:42.755117 | 458210699647: Pull complete
2017-01-19 17:48:42.842054 | 0cf045fea0fd: Pull complete
2017-01-19 17:48:42.903121 | b78a03aa98b7: Pull complete
2017-01-19 17:48:42.915174 | Digest: sha256:0e40793ad06ac099ba63b5a8fae7a83288e64b50fe2eafa2b59741de85fd3b97
2017-01-19 17:48:42.922706 | Status: Downloaded newer image for registry:2
2017-01-19 17:48:42.968377 | 2d5db353e4d5533037e85024f5ed0763e29e0bcbae921e2cf67d49cb7310d458
2017-01-19 17:48:43.172667 | docker: Error response from daemon: linux init cgroups path: mkdir /docker: not a directory.

No idea why and how it happen. and it happen on CentOS. I can not re-produce this locally. But after pin the docker-engine to 1.12.6, it works in gate.

You can get more logs from[0][1]. and [2] is the system log.

[0] http://logs.openstack.org/44/422344/2/check/gate-kolla-dsvm-build-centos-binary-centos-7-nv/6da6787/
[1] http://logs.openstack.org/44/422344/2/check/gate-kolla-dsvm-build-centos-binary-centos-7-nv/6da6787/console.html#_2017-01-19_03_31_56_398836
[2] http://logs.openstack.org/44/422344/2/check/gate-kolla-dsvm-build-centos-binary-centos-7-nv/6da6787/logs/

@jeffrey4l
Copy link
Author

This is same with #30586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants