opendevreview | Merged openstack/trove master: Fix sqlalchemy engine listener https://review.opendev.org/c/openstack/trove/+/796550 | 13:01 |
---|---|---|
lowercase | I'm getting this error from trove. | 18:36 |
lowercase | 3PWP3HJbAP&Guc8xz!ofd | 18:36 |
lowercase | oslo_messaging.rpc.server docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=6-15-21&fromImage=mysql: Internal Server Error ("Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)") | 18:36 |
lowercase | I see localhost in the url, which makes me think docker is attempting to use itself as a docker image registry, but then the registry-1.docker.io makes me think its attempting to get out tot he internet but is unable to | 18:40 |
lowercase | i may have fixed it by configuring proxy settings into the docker systemd unit file | 19:05 |
lxkong | lowercase: your neutron network can't access docherhub without the proxy, right? | 20:30 |
lowercase | I'm not really sure. I was able to curl it from the mysql server and docker hub returned just fine. But when I put the proxy into the systemd file, not as an environment variable and not in the /etc/docker/config.json. In the systemd file, it works | 20:34 |
lowercase | So, mysql 8 is complaining about this: https://github.com/docker-library/mysql/issues/541 I'm not sure how this fits into Trove or how to patch it just yet, but this is what im currently running into | 20:35 |
lowercase | and as a good engineer, im ignoring that problem and trying with mysql 5.7 instead lol | 20:41 |
lxkong | lowercase: I remember I've tested mysql 8 before and it worked | 20:47 |
lxkong | see commit d1af33f17b0994ac1d0ca5acca91f2f29bc82ce9 | 20:48 |
lowercase | Excellent. Do you know what version of openstack got this commit? | 20:56 |
lowercase | Oct 2020, would that be Wallby or unrealeased? | 20:56 |
lowercase | Looking at the release date of Wallaby is 2021-04-14, I assume it made it into that release. Thanks | 21:03 |
lowercase | Last real question: What other databases have you tested that works? Cassandra? Postgresql? mariadb? | 21:05 |
lxkong | lowercase: currently only mysql and postgresql have been tested in trove upstream CI. MariaDB 10.4 should also work. All others are not supported. | 22:52 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!