Wednesday, 2019-04-17

*** jamesmcarthur has joined #openstack-trove00:15
*** jamesmcarthur has quit IRC00:31
*** jamesmcarthur has joined #openstack-trove00:31
*** jamesmcarthur has quit IRC00:35
*** itlinux has joined #openstack-trove02:09
*** itlinux has quit IRC02:52
*** itlinux has joined #openstack-trove02:54
*** chhagarw has joined #openstack-trove03:24
*** chhagarw has quit IRC03:28
*** itlinux has quit IRC03:43
*** chhagarw has joined #openstack-trove04:09
*** sapd1 has quit IRC04:50
openstackgerritTony Breeds proposed openstack/trove-dashboard stable/pike: Fix README syntax to meet PyPI requirements  https://review.openstack.org/65328805:47
openstackgerritTony Breeds proposed openstack/trove-dashboard stable/queens: Fix README syntax to meet PyPI requirements  https://review.openstack.org/65329005:47
*** pcaruana has joined #openstack-trove06:11
*** chhagarw has quit IRC06:22
*** chhagarw has joined #openstack-trove06:22
*** tosky has joined #openstack-trove07:29
openstackgerritLingxian Kong proposed openstack/trove master: Nova keypair support  https://review.openstack.org/65173808:06
*** rcernin has quit IRC08:13
openstackgerritzhufl proposed openstack/trove master: Pass kwargs to exception to get better format of error message  https://review.openstack.org/65334908:21
*** rcernin has joined #openstack-trove08:27
*** nolwenn has joined #openstack-trove08:40
openstackgerritKasper Hasior proposed openstack/trove master: Changing file owner when upgrading mariadb  https://review.openstack.org/64958108:41
*** ygbo has joined #openstack-trove08:49
openstackgerritKasper Hasior proposed openstack/trove master: Add Cassandra datastore upgrade  https://review.openstack.org/65122509:01
openstackgerritKasper Hasior proposed openstack/trove master: Fix cloudinit mariadb scenario test error  https://review.openstack.org/65298409:52
*** pcaruana has quit IRC12:30
*** pcaruana has joined #openstack-trove12:53
ygboHi all, when trove is configured in the tenant model, if a subnet has not be assigned a shared subnet pool, database instances are in the "Not Assigned" state. When looking at the related nova instance it does get an IP from the subnet, but trove does not see this IP and the database is not accessible. Has any one else met this issue?13:15
ygbo(In a devstack, not tested on test platform yet).13:15
openstackgerritBartosz Zurkowski proposed openstack/trove master: Add Cluster Backup API for Galera Cluster  https://review.openstack.org/65343613:43
openstackgerritBartosz Zurkowski proposed openstack/trove master: Add Cluster Backup API for Galera Cluster  https://review.openstack.org/65343613:58
*** itlinux has joined #openstack-trove14:19
*** itlinux has quit IRC14:22
*** itlinux has joined #openstack-trove15:35
*** ygbo has quit IRC16:05
*** chhagarw has quit IRC17:43
*** chhagarw has joined #openstack-trove17:48
*** chhagarw has quit IRC18:23
*** chhagarw has joined #openstack-trove18:23
*** chhagarw has quit IRC18:55
mlozalxkong: I was able to manually start the guest-agent.service by adding log_file and log_dir in /etc/trove/conf.d/guest_info.conf20:09
mlozaalso I addded transport_url in that config because it was trying to connect to a localhost rabbitmq server20:11
mlozathe trove guest instance is based on ubuntu xenial20:12
mlozaI built the image under xenial host20:13
mlozawhat seems to be causing that log_file and log_dir parameters arent injected guest_info.conf ?20:13
*** pcaruana has quit IRC20:43
mlozalxkong: here is the log file for guest-agent.service https://clbin.com/DIRUH21:05
mlozatrove instance still stuck in building state21:05
*** zigo has quit IRC22:58
*** jamesmcarthur has joined #openstack-trove23:07
*** jamesmcarthur has quit IRC23:23
lxkongmloza: hi, you were building the image using dev_mode as true or false?23:25
*** itlinux has quit IRC23:26
lxkongygbo: what do you mean by 'trove does not see this IP and the database is not accessible'?23:26
lxkongybgo: if you could see this msg, please stay in the irc channel (using irc bouncer, etc.) otherwise you will miss the answer.23:27
mlozalxkong: false23:34
lxkongmloza: hmm...23:34
lxkongnot sure i should tell you the truth, the dev_mode is still in experimental as the doc said :-(23:34
mloza./trovestack build-image mysql ubuntu xenial false23:34
lxkongmloza: in production, you should use dev_mode=true at the moment.23:35
lxkongmloza: there are some issues i've known are waiting for being fixed.23:35
mlozaok. i will build another image then23:36
lxkongmloza: sorry for the inconvenience23:36
lxkongi'm trying very hard to improve23:36
lxkongbut i appreciate any help23:36
lxkongmloza: btw, for the error you met using `dev_mode=false`, could you please create a task in https://storyboard.openstack.org/#!/project/openstack/trove?23:37
*** tosky has quit IRC23:38
mlozaok, i will once i get this sorted out23:38
mloza"If dev_mode=true, the script assumes to be running on the host of trove-taskmanager, otherwise, CONTROLLER_IP needs to be specified explicitly." -- so this means, the trove guest agent will need to ssh to CONTROLLER_IP and copy the trove source code?23:40
mlozano worries23:41
*** itlinux has joined #openstack-trove23:44
*** itlinux has quit IRC23:44
lxkongmloza: yes, that's the previous behavior before dev_mode was introduced23:45
lxkongbut i believe people won't do that when running trove in production23:45
lxkonge.g. we have built build trove debian packages and wrote our own image building element23:46
lxkongthat's the reason why i introduced dev_mode param for the image building23:46
lxkongand in future, dev_mode=false will be considered to be used for production23:47
mlozacan CONTROLLER_IP be just a ordinary VM that has the trove source code or it should be the openstack controller?23:47
lxkongno need to be the openstack controller23:47
lxkong1. trove guest agent need to connect to the IP23:47
lxkong2. trove guest agent could ssh into that IP to download code23:48
lxkongso there are several params to treak23:48
mlozaalright23:49
mlozai will test it out23:50
mlozabtw, the trove version that i have is 10.0.023:50
mlozathis is in kolla-ansible23:51
lxkongmloza: i started to involve in Trove as PTL since the end of Stein, so i'm not sure if 10.0.0 could work perfectly(hopefully yes)23:52
lxkongmloza: and i appreciate any help for you for Trove improvement23:52
mlozalets see23:52
mlozahope this works23:53
mlozaactually my co-worker was the one who figured out the python3 error in guest-agent.service23:54
lxkongmloza: if you see there is any bug or issue, just create bug in https://storyboard.openstack.org/#!/project/openstack/trove23:55
mlozaso i added transport_url, log_file and log_dir and then guest-agent.service was able to start23:55
mlozaok will do23:55
lxkongmloza: thanks23:57
mlozanp23:57
mlozaCONTROLLER_IP=10.0.0.1 PATH_DEVSTACK_OUTPUT=/opt/stack ./trovestack build-image mysql ubuntu xenial true23:59
mlozathis is good?23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!