Tuesday, 2016-06-28

*** cheneydc has joined #openstack-trove00:55
openstackgerritAli Asgar Adil proposed openstack/trove: Ophaned Volume Not Removed on Instance Delete  https://review.openstack.org/33472200:58
*** aliadil has quit IRC01:00
*** tqtran has quit IRC01:01
*** rcernin has quit IRC01:11
*** Raman_ has quit IRC01:52
*** tqtran has joined #openstack-trove01:59
*** tqtran has quit IRC02:03
*** imandhan has quit IRC02:05
*** imandhan has joined #openstack-trove02:06
*** imandhan has quit IRC02:08
*** pmackinn has quit IRC02:31
*** chlong has quit IRC02:37
*** chlong has joined #openstack-trove02:49
*** arist has quit IRC03:24
*** arist has joined #openstack-trove03:24
*** links has joined #openstack-trove03:50
*** tqtran has joined #openstack-trove04:01
*** tqtran has quit IRC04:06
*** diga has joined #openstack-trove04:18
*** irdkehn has quit IRC04:26
*** dkehn_ has quit IRC04:26
*** sgotliv__ has joined #openstack-trove04:27
*** rcernin has joined #openstack-trove04:46
*** mariusv has joined #openstack-trove05:03
*** mariusv has quit IRC05:03
*** mariusv has joined #openstack-trove05:03
*** mariusv has quit IRC05:03
*** mariusv has joined #openstack-trove05:11
*** mariusv has joined #openstack-trove05:11
*** bwe_ has joined #openstack-trove05:12
*** M00nr41n has quit IRC05:13
*** imandhan has joined #openstack-trove05:21
*** Ravikiran_K has quit IRC05:31
*** rcernin has quit IRC05:37
*** mariusv has quit IRC05:37
*** bwe__ has joined #openstack-trove05:40
*** bwe__ has quit IRC05:43
*** bwe_ has quit IRC05:43
*** dkehn has joined #openstack-trove05:50
*** irdkehn has joined #openstack-trove05:53
*** M00nr41n has joined #openstack-trove06:07
*** rcernin has joined #openstack-trove06:09
*** Ravikiran_K has joined #openstack-trove06:22
*** bwe_ has joined #openstack-trove06:36
*** pcaruana has joined #openstack-trove06:46
*** cheneydc has quit IRC06:53
*** tesseract- has joined #openstack-trove06:59
*** imandhan has quit IRC07:14
openstackgerritChangBo Guo(gcb) proposed openstack/trove: Config: no need to set default=None  https://review.openstack.org/33481307:39
*** dmk0202 has joined #openstack-trove08:06
haypohello. gate-trove-functional-dsvm-mysql failed twice on my PyMySQL change. screen-tr-tmgr.txt contains errors like " TroveError: Service not active, status: failed to spawn" http://logs.openstack.org/00/184400/5/check/gate-trove-functional-dsvm-mysql/ec96fa7/logs/screen-tr-tmgr.txt.gz09:25
hayposcreen-tr-api.txt.gz contains warnings "Manager name ('datastore_manager') not defined, using 'mysql' options instead."09:26
haypoin trove configuration, i see "connection = mysql+pymysql://root:secretmysql@127.0.0.1/trove?charset=utf8" which looks correct09:29
*** johnma has joined #openstack-trove09:42
haypoOh, wait, I found an important error in screen-tr-cond.txt.gz! pymysql doesn't seem to be installed on DevStack!?09:51
*** tosky has joined #openstack-trove09:57
*** xb_ has joined #openstack-trove10:18
*** diga has quit IRC10:48
*** pmackinn has joined #openstack-trove11:50
*** links has quit IRC12:40
xb_I've noticed that my trove instances on Liberty do not update their flavor ID when the instance has been resized, nova show the correct new flavor12:42
xb_is this a limitation, or does anyone know if this has been fixed in Mitaka?12:43
dougshelley66xb_ usually that would indicate that the resize failed. Do you have any errors in your task manager log?12:48
dougshelley66xb_ sorry i may have mis-read what you wrote-  are you saying that nova has the correct flavor after the resize?12:48
dougshelley66if so, i haven't seen that but sounds like a bug12:49
xb_okay, thanks. I see it now: Conflict: Cannot 'confirmResize' instance 1857a75c-5bc3-4ec0-8ee4-e51edd9243dd while it is in vm_state active (HTTP 409)12:50
xb_finally got this image working with a resize, trove shows instance as active and nova shows the correct new flavor12:52
*** links has joined #openstack-trove12:52
xb_thought the trove model wasn't getting updated properly.. I'll try and track down why this confirmResize is happening12:52
xb_or why it's failing, rather12:53
*** miqui has joined #openstack-trove12:56
dougshelley66ok thanks12:59
*** M00nr41n has quit IRC13:05
xb_turns out that resize_confirm_window is set in nova13:25
*** aliadil has joined #openstack-trove13:32
*** fifieldt has joined #openstack-trove13:43
*** delattec has joined #openstack-trove14:14
*** cdelatte has quit IRC14:16
*** delattec has quit IRC14:20
*** M00nr41n has joined #openstack-trove14:27
*** trevormc has joined #openstack-trove14:36
*** links has quit IRC14:38
*** cdelatte has joined #openstack-trove14:40
*** cdelatte has quit IRC14:42
*** krotscheck_dcm is now known as krotscheck14:48
haypodougshelley66: hi. any idea why trove conductor failed with "ImportError: No module named pymysql" in SQLAlchemy (in the MySQL dialect), whereas pip freeze says the PyMySQL is installed?14:54
haypodougshelley66: i'm diging logs of the gate-trove-functional-dsvm-mysql job of my PyMySQL change https://review.openstack.org/#/c/184400/14:54
*** cdelatte has joined #openstack-trove14:55
*** itisha has joined #openstack-trove15:02
dougshelley66haypo that isn't he conductor failing - those errors are originating at the guest15:05
*** cdelatte has quit IRC15:05
dougshelley66the notification mechanism propagates errors from the guest to conductor15:05
dougshelley66that error indicates that the guest image doesn't have pymysql on it15:05
dougshelley66IIRC there are requirements files in trove-integration that are used during guest creation15:06
dougshelley66peterstac ^^^^?15:06
haypodougshelley66: guest image? what is that?15:08
*** M00nr41n has quit IRC15:08
*** M00nr41n has joined #openstack-trove15:10
haypodougshelley66: this thing https://github.com/openstack/trove-integration ?15:11
*** bwe_ has quit IRC15:13
*** M00nr41n has quit IRC15:14
openstackgerritVictor Stinner proposed openstack/trove-integration: Install PyMySQL on guest  https://review.openstack.org/33508615:14
dougshelley66haypo the tests that are failing are "integration tests" that actually do tests on a vm spun with trove. Trove has a guest image that is built in the gate that is used when a trove instance is booted15:14
dougshelley66that image needs to have all the stuff on it to run the guest agent15:15
dougshelley66in the case of devstack, the image rsyncs the guest agent code from the "host"15:15
dougshelley66just realized that peterstac is on vacation...15:15
openstackgerritVictor Stinner proposed openstack/trove: Switch from MySQL-python to PyMySQL  https://review.openstack.org/18440015:16
haypodougshelley66: i tried https://review.openstack.org/33508615:16
dougshelley66ok that looks good15:18
haypodougshelley66: i don't know if the package exists in the Fedora/Ubuntu used to build the image!15:18
dougshelley66so there is something about the image being prebuilt - i'm not the expert on that - maybe we need amrith to pitch in?15:20
*** M00nr41n has joined #openstack-trove15:20
*** M00nr41n has quit IRC15:24
*** M00nr41n has joined #openstack-trove15:29
*** cdelatte has joined #openstack-trove15:31
*** cdelatte has quit IRC15:34
*** dmk0202 has quit IRC15:42
haypodougshelley66: do you know which versions of Ubuntu & Fedora are used to build the guest image? PyMySQL is only packaged since Ubuntu 15.10 and Fedora 2215:43
haypomaybe i should modify scripts/files/requirements/{fedora,ubuntu}-requirements-default.txt instead to get PyMySQL from PyPI?15:43
dougshelley66i know ubuntu is 14.0415:48
dougshelley66fedora isn't currently built for the gate tests15:49
*** tesseract- has quit IRC15:56
*** cdelatte has joined #openstack-trove16:12
openstackgerritVictor Stinner proposed openstack/trove-integration: Install PyMySQL on guest  https://review.openstack.org/33508616:13
haypodougshelley66: ok. i updated my change to use pip rather than the ubuntu package16:13
*** cdelatte has quit IRC16:22
*** bwe_ has joined #openstack-trove16:47
*** cdelatte has joined #openstack-trove16:49
*** pcaruana has quit IRC16:49
*** rcernin has quit IRC16:51
*** cdelatte has quit IRC16:53
*** tqtran has joined #openstack-trove16:59
*** tosky has quit IRC17:06
*** tosky has joined #openstack-trove17:07
*** cdelatte has joined #openstack-trove17:11
*** hoonetorg has quit IRC17:19
openstackgerritThai Tran proposed openstack/trove-dashboard: WIP Fixing gate errors  https://review.openstack.org/33514317:28
*** bwe__ has joined #openstack-trove17:29
*** bwe_ has quit IRC17:30
*** imandhan has joined #openstack-trove17:35
*** bwe_ has joined #openstack-trove17:36
*** bwe__ has quit IRC17:38
*** tosky has quit IRC17:41
*** rcernin has joined #openstack-trove17:44
*** bwe_ has quit IRC17:54
*** Ravikiran_K has quit IRC18:23
*** cdelatte has joined #openstack-trove18:24
*** pcaruana has joined #openstack-trove18:25
*** cdelatte has quit IRC18:25
openstackgerritMerged openstack/trove-specs: Add support for dsv-volume-type mappings  https://review.openstack.org/32398918:26
*** fifieldt has quit IRC19:01
*** xb_ has quit IRC19:03
openstackgerritMorgan Jones proposed openstack/trove: Implement Instance Upgrade  https://review.openstack.org/32606419:06
*** fifieldt has joined #openstack-trove19:16
*** dan_nguyen has joined #openstack-trove19:24
openstackgerritMorgan Jones proposed openstack/trove-specs: Quota Update  https://review.openstack.org/33288519:50
*** hoonetorg has joined #openstack-trove19:54
*** bwe_ has joined #openstack-trove20:25
*** bwe_ has quit IRC20:25
*** cdelatte has joined #openstack-trove21:11
*** dmk0202 has joined #openstack-trove21:11
*** aliadil has quit IRC21:17
*** dmk0202 has quit IRC21:42
*** itisha has quit IRC21:50
*** cdelatte has quit IRC22:05
*** trevormc has quit IRC22:12
*** miqui has quit IRC22:49
*** dan_nguyen has quit IRC22:57
*** rcernin has quit IRC23:03

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