Wednesday, 2021-06-16

opendevreviewMerged openstack/trove master: Fix sqlalchemy engine listener  https://review.opendev.org/c/openstack/trove/+/79655013:01
lowercaseI'm getting this error from trove. 18:36
lowercase3PWP3HJbAP&Guc8xz!ofd18:36
lowercaseoslo_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
lowercaseI 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 to18:40
lowercasei may have fixed it by configuring proxy settings into the docker systemd unit file19:05
lxkonglowercase: your neutron network can't access docherhub without the proxy, right?20:30
lowercaseI'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 works20:34
lowercaseSo, 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 into20:35
lowercaseand as a good engineer, im ignoring that problem and trying with mysql 5.7 instead lol20:41
lxkonglowercase: I remember I've tested mysql 8 before and it worked20:47
lxkongsee commit d1af33f17b0994ac1d0ca5acca91f2f29bc82ce920:48
lowercaseExcellent. Do you know what version of openstack got this commit?20:56
lowercaseOct 2020, would that be Wallby or unrealeased?20:56
lowercaseLooking at the release date of Wallaby is 2021-04-14, I assume it made it into that release. Thanks21:03
lowercaseLast real question: What other databases have you tested that works? Cassandra? Postgresql? mariadb?21:05
lxkonglowercase: 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/!