Wednesday, 2021-03-24

*** tosky has quit IRC00:09
*** __ministry has quit IRC00:32
*** __ministry has joined #openstack-trove00:32
*** rcernin has quit IRC01:34
*** rcernin has joined #openstack-trove01:45
*** rcernin has quit IRC01:46
*** rcernin has joined #openstack-trove01:46
*** sapd1 has joined #openstack-trove02:36
*** rcernin has quit IRC02:45
*** sapd1 has quit IRC02:56
*** rcernin has joined #openstack-trove02:57
*** rcernin has quit IRC02:57
*** rcernin has joined #openstack-trove02:58
*** rcernin has quit IRC03:31
*** rcernin has joined #openstack-trove03:38
*** rcernin has quit IRC03:52
*** rcernin has joined #openstack-trove03:52
*** rcernin has quit IRC03:53
*** rcernin has joined #openstack-trove03:54
*** __ministry1 has joined #openstack-trove05:49
*** __ministry has quit IRC05:51
*** __ministry1 is now known as __ministry05:51
*** yasemind has joined #openstack-trove07:02
yasemindhi, i want to install devstack with trove for unit testing. I use ubuntu 18.04 LTS and stable/victoria devstack branch, it gave an error > http://paste.openstack.org/show/803851/ . any idea ?07:04
yasemindi use http://paste.openstack.org/show/803853/ the local.conf07:05
*** ahsen has joined #openstack-trove07:45
*** __ministry has quit IRC07:45
*** __ministry has joined #openstack-trove07:48
*** gokhani has joined #openstack-trove07:58
lxkongyasemind: you should scroll up the devstack log for the errors.07:58
*** rcernin has quit IRC08:09
yasemindlxkong does it enough > http://paste.openstack.org/show/803855/08:18
*** gokhani has quit IRC08:36
*** gokhani has joined #openstack-trove08:40
*** tosky has joined #openstack-trove08:41
*** rcernin has joined #openstack-trove08:52
*** rcernin has quit IRC08:57
*** rcernin has joined #openstack-trove09:08
__ministryHi lxkong, I have a bug and I want report it to fix. I will must create a story in storyboard not bugs.launchpad, do me right?09:15
*** e0ne has joined #openstack-trove09:19
*** e0ne has quit IRC09:22
*** e0ne has joined #openstack-trove09:24
*** rcernin has quit IRC09:32
*** sapd1 has joined #openstack-trove09:40
lxkongyasemind: i still need more log, please paste the whole devstack log09:47
lxkong__ministry: storyboard please. https://docs.openstack.org/trove/latest/contributor/contributing.html09:48
yasemindlxkong in my terminal show that > http://paste.openstack.org/show/803858/09:50
*** e0ne has joined #openstack-trove09:56
*** rcernin has joined #openstack-trove09:57
*** rcernin has quit IRC10:02
*** e0ne has quit IRC10:09
*** rcernin has joined #openstack-trove10:12
*** rcernin has quit IRC10:22
lxkongyasemind: maybe you are hitting this bug https://storyboard.openstack.org/#!/story/2008559 which has been fixed on master.10:27
lxkongi will try to reproduce your issue by setting up a new devstack environment10:28
yasemindlxkong okey, i will try master branch for trove10:30
ahsenlxkong Hi, I still can't run Trove backup function. It fails. Earlier error was caused by our network settings but I couldn't figure out this one. It says "Exception: Cannot parse backup output:" http://paste.openstack.org/show/803859/ Do you have any idea what causes this error? And here is the full guestagent log10:36
ahsenhttp://paste.openstack.org/show/803860/ Thank you.10:36
*** rcernin has joined #openstack-trove11:01
*** rcernin has quit IRC11:01
*** ahsen has quit IRC11:02
*** ahsen has joined #openstack-trove11:03
*** rcernin has joined #openstack-trove11:04
*** sapd1 has quit IRC11:37
yasemindlxkong i tried to install devstack with stable/victoria but trove is master branch, it is working11:56
*** rcernin has quit IRC11:58
yasemindi think there is a bug for trove to stable/victoria branch11:58
*** rcernin has joined #openstack-trove12:06
*** ahsen has quit IRC12:20
*** rcernin has quit IRC12:22
yasemindlxkong i try to run trovestack https://github.com/openstack/trove/tree/master/integration, i try to run ./trovestack int-tests but it gave an error http://paste.openstack.org/show/803864/ , Should I do any special thing for run the test ?12:42
*** ahsen has joined #openstack-trove12:52
*** e0ne has joined #openstack-trove13:18
*** sapd1 has joined #openstack-trove14:00
*** gokhani has quit IRC15:09
*** __ministry1 has joined #openstack-trove15:21
openstackgerritBo Tran proposed openstack/trove master: Improve guest agent when start  https://review.opendev.org/c/openstack/trove/+/78278615:23
*** __ministry1 has quit IRC16:38
openstackgerritBo Tran proposed openstack/trove master: Add meta_data field for database instance to save some information  https://review.opendev.org/c/openstack/trove/+/78282917:36
*** rcernin has joined #openstack-trove18:19
*** rcernin has quit IRC18:23
lxkongahsen: you can log into the trove instance, take a look at the log of the container "db_backup"18:45
lxkongyasemind: yes, that may be the bug i mentioned yesterday18:46
lxkongi will propose a patch when i can reproduce18:46
lxkongyasemind: have you read this https://docs.openstack.org/trove/latest/contributor/functional_test.html before running trove functional test?18:48
yasemindlxkong i run ADMIN_PASSWORD=password SERVICE_PASSWORD=password tox -e trovestack unit-tests  mysql mysql 5.7.29 but it gave an error, does it work?18:50
lxkongwhy you are running with "unit-tests"?18:50
yasemindsorry i run ADMIN_PASSWORD=password SERVICE_PASSWORD=password tox -e trovestack gate-tests mysql mysql 5.7.2918:51
lxkongwhat's the error?18:51
yasemindlxkong http://paste.openstack.org/show/803883/ i didint understand it18:56
lxkongyasemind: i guess there is a datastore named "Test_Datastore_1" created but didn't remove after test failed.19:26
lxkongyou can try to remove all its versions and the datastore itself, then run the gate-tests again.19:27
lxkongyasemind: or can you try to help change some code to see it could solve this issue?19:27
lxkongin Line 87 in /opt/stack/trove/trove/tests/api/datastores.py, change rd_client to rd_admin19:28
lxkongis there any ds version in ds "Test_Datastore_1"?19:29
lxkongthe code in test_create_inactive_datastore_by_admin function has already taken the existing ds into account, I'm not sure why it's not detected in your test.19:30
lxkongso would you please change the code first to see if it could solve the failure?19:31
yasemindlxkong  there isnt any "Test_Datastore_1" datastore, there is only mysql datastore19:40
yasemindi checked again, it created itself19:43
yasemindbut i cant delete it19:43
lxkongwould you please change the code first to see if it could solve the failure?19:43
yasemindokey i changed the code, i wait for normal instance to be created step19:44
openstackgerritLingxian Kong proposed openstack/trove master: Fix test_create_inactive_datastore_by_admin  https://review.opendev.org/c/openstack/trove/+/78285119:49
*** e0ne has quit IRC19:51
*** ahsen has quit IRC20:08
yasemindlxkong again give an error http://paste.openstack.org/show/803886/20:11
yasemindhttp://paste.openstack.org/show/803887/20:14
lxkongthis error is different with the previous one which could be solved by changing the code.20:17
lxkongthis is another error, trove instance creation failed20:17
lxkongyou need to check the trove-guestagnet log20:17
yasemindcan i ssh to virtual machine? i think trove-guestagent log in the vm ?20:21
yasemindcan i see log in devstack machine ?20:22
yasemindlxkong20:22
*** yasemind has quit IRC20:24
lxkongyou can either ssh to the instance or if the trove controller can communicate with trove-guestagent, you can publish the trove-guestagent log to swift20:25
*** rcernin has joined #openstack-trove21:01
*** rcernin has quit IRC21:01
*** rcernin has joined #openstack-trove21:02
openstackgerritLingxian Kong proposed openstack/trove master: [Doc] Add another method to check guest agent log  https://review.opendev.org/c/openstack/trove/+/78286021:18
openstackgerritLingxian Kong proposed openstack/trove stable/victoria: Stop using pip-and-virtualenv diskimage element  https://review.opendev.org/c/openstack/trove/+/78286221:26
openstackgerritMerged openstack/trove master: [Doc] Add another method to check guest agent log  https://review.opendev.org/c/openstack/trove/+/78286022:00
*** rcernin has quit IRC22:11
*** rcernin has joined #openstack-trove22:26
*** rcernin has quit IRC22:31
*** rcernin has joined #openstack-trove22:32
openstackgerritMerged openstack/trove master: Fix test_create_inactive_datastore_by_admin  https://review.opendev.org/c/openstack/trove/+/78285123:35

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!