-
Notifications
You must be signed in to change notification settings - Fork 92
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 Image Version 20.04 Fails to Launch #2121
Comments
Hello I can't reproduce your issue cedricd@MacBook-Pro-de-Cedric-2 ~> docker run --name oio-sds -p 6007:6007 openio/sds:20.04
cedricd@MacBook-Pro-de-Cedric-2 ~> docker exec -it 489822c1df77 bash
[root@489822c1df77 /]# openio cluster list
+------------+-----------------+--------------------------------------+--------------------------------------+-------------+------------+------+-------+--------+
| Type | Addr | Service Id | Volume | Location | Slots | Up | Score | Locked |
+------------+-----------------+--------------------------------------+--------------------------------------+-------------+------------+------+-------+--------+
| account | 172.17.0.2:6009 | n/a | n/a | openiosds.0 | account | True | 94 | False |
| beanstalkd | 172.17.0.2:6014 | n/a | /var/lib/oio/sds/OPENIO/beanstalkd-0 | openiosds.0 | beanstalkd | True | 57 | False |
| meta0 | 172.17.0.2:6001 | n/a | /var/lib/oio/sds/OPENIO/meta0-0 | openiosds.0 | meta0 | True | 96 | False |
| meta1 | 172.17.0.2:6110 | n/a | /var/lib/oio/sds/OPENIO/meta1-0 | openiosds.0 | meta1 | True | 58 | False |
| meta2 | 172.17.0.2:6120 | n/a | /var/lib/oio/sds/OPENIO/meta2-0 | openiosds.0 | meta2 | True | 57 | False |
| oioproxy | 172.17.0.2:6006 | n/a | n/a | openiosds.0 | oioproxy | True | 91 | False |
| oioswift | 172.17.0.2:6007 | 1ab410f2-8dbe-5cf7-9052-8ec604642e36 | n/a | openiosds.0 | oioswift | True | 94 | False |
| rawx | 172.17.0.2:6200 | 172.17.0.2:6200 | /var/lib/oio/sds/OPENIO/rawx-0 | openiosds.0 | rawx | True | 57 | False |
| rdir | 172.17.0.2:6300 | n/a | /var/lib/oio/sds/OPENIO/rdir-0 | openiosds.1 | rdir | True | 92 | False |
+------------+-----------------+--------------------------------------+--------------------------------------+-------------+------------+------+-------+--------+ Have you tried "docker stop " and "docker rm " before? |
Yes, I did. Version 19.10 works just fine for me. (Another colleague tried running this image as well with the same result.) |
Can you paste your container logs ? cedricd@MacBook-Pro-de-Cedric-2 ~> docker run --name oio-sds -d -p 6007:6007 openio/sds:20.04
152523aa0e3a2f6d8a0f54e22a81792edf8192a7ff8e14f0e09bcbe0f8aa49c8
cedricd@MacBook-Pro-de-Cedric-2 ~> docker logs 152523 | grep meta1
cedricd@MacBook-Pro-de-Cedric-2 ~> docker exec -it 152523 bash
[root@152523aa0e3a /]# openio cluster list |
The code in the initial comment represents the container logs. However, sure, here are the filtered logs :)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
COMPONENT Latest Docker Image (version 20.04)
SUMMARY
When starting a Docker container using the latest image (version 20.04) with the command from the Docker Image Quickstart guide (https://docs.openio.io/latest/source/sandbox-guide/docker_image.html), the container terminates after a one-minute timeout.
STEPS TO REPRODUCE
Follow the instructions of the Docker Image Quickstart.
EXPECTED RESULTS
The docker container should start as described in the quickstart guide description without terminating after a minute.
ACTUAL RESULTS
The docker container terminates after roughly a minute.
The text was updated successfully, but these errors were encountered: