Friday, 2016-05-06

*** chlong has quit IRC00:05
*** jinxing has joined #openstack-trove00:13
*** jinxing has quit IRC00:15
*** itlinux has quit IRC00:36
amrithpmackinn, yt?01:13
tellesnobregaamrith, hey, quick question to you... when we talked about avoiding API change on the cinder snapshot spec, the suggestion is to implementing cinder as another backup strategy. This means that the only way to use cinder snapshots is to set that on the config file, correct?01:16
*** jinxing has joined #openstack-trove01:16
*** chlong has joined #openstack-trove01:30
*** egafford has joined #openstack-trove01:34
*** egafford has quit IRC02:10
*** arist has quit IRC02:22
*** arist has joined #openstack-trove02:23
openstackgerritPeter Stachowski proposed openstack/trove: Add New Relic License module driver  https://review.openstack.org/30734602:43
*** egafford has joined #openstack-trove03:09
openstackgerritPeter Stachowski proposed openstack/trove: Add New Relic License module driver  https://review.openstack.org/30734603:15
*** achatterjee has joined #openstack-trove03:15
*** itlinux has joined #openstack-trove03:18
achatterjeeHi, I am installing Trove from mitaka installation documentation. After completing all necessary configuration and enabling the service, when I hit trove list, I get ERROR: Service Unavailable (HTTP 503). Can someone tell me what I am missing here?03:19
*** egafford has quit IRC03:22
*** amit213 has quit IRC03:33
*** amit213 has joined #openstack-trove03:33
*** achatterjee_ has joined #openstack-trove03:41
*** links has joined #openstack-trove04:02
*** mingdang1 has joined #openstack-trove04:18
achatterjeeHi, I am installing Trove from mitaka installation documentation. After completing all necessary configuration and enabling the service, when I hit 'trove list', I get ERROR: Service Unavailable (HTTP 503). Any insight would be helpful.04:57
*** mingdang1 has quit IRC05:14
openstackgerritPeter Stachowski proposed openstack/python-troveclient: Add support for modules in cluster-grow  https://review.openstack.org/31322905:32
openstackgerritPeter Stachowski proposed openstack/python-troveclient: Add support for modules in cluster-grow  https://review.openstack.org/31322905:35
openstackgerritPeter Stachowski proposed openstack/trove: Add support for modules in cluster create/grow  https://review.openstack.org/31323205:40
openstackgerritPeter Stachowski proposed openstack/trove: Add support for modules in cluster create/grow  https://review.openstack.org/31323205:53
*** mingdang1 has joined #openstack-trove06:14
*** mingdang1 has quit IRC06:19
*** pmackinn has quit IRC06:23
*** achatterjee_ has quit IRC06:47
*** achatterjee_ has joined #openstack-trove06:48
*** achatterjee has quit IRC06:51
*** kfox1111 has quit IRC06:53
*** hlkv6 has joined #openstack-trove07:07
hlkv6hello there07:07
hlkv6I am having a bit of problems with Trove image and getting a running Mysql07:07
hlkv6install done with RDO and Trove install went ok07:07
hlkv6I can also launch instances, using an image I built - since I didnt find any working images07:08
hlkv6- on Mitaka BTW. If anyone has input I would be grateful07:08
*** itlinux has quit IRC07:14
*** openstackstatus has quit IRC07:38
*** openstackstatus has joined #openstack-trove07:40
*** ChanServ sets mode: +v openstackstatus07:40
*** chlong has quit IRC07:54
*** dmk0202 has joined #openstack-trove08:08
hlkv6when running trove-guestagent it doesn't start the Mysql server08:26
hlkv6it installs files: conf.d_1b442219-62e4-4143-b053-1ace0830acb6 and my.cnf_1b442219-62e4-4143-b053-1ace0830acb608:26
hlkv6and then logs bomb out, because my.cnf does not exist :-(08:26
hlkv6any input to fix this?08:26
*** pcaruana has joined #openstack-trove08:36
*** tesseract has joined #openstack-trove08:56
*** tesseract is now known as Guest4293008:56
*** tosky has joined #openstack-trove09:47
*** jinxing has quit IRC10:18
*** mingdang1 has joined #openstack-trove10:21
*** mingdang1 has quit IRC10:26
amrithtellesnobrega, let's chat later today. I think the answer to your question is yes. only way to setup this is through conf.10:32
*** mingdang1 has joined #openstack-trove10:39
*** dmk0202 has quit IRC10:57
*** dmk0202 has joined #openstack-trove10:57
*** mingdang1 has quit IRC11:23
openstackgerritamrith proposed openstack/trove: Make timeouts datastore specific  https://review.openstack.org/30367111:29
tellesnobregaamrith, thanks. When you have some time ping me, I'm might not be here (PTO) but if I'm we can talk11:37
amrithnow?11:37
tellesnobregasure11:38
amrithwassup11:38
amrithyour question yesterday was ...11:38
tellesnobregaanswered :)11:38
tellesnobregaI just wanted to make sure I understood correctly11:39
amriththat was easy11:39
amrithhttp://www.staples-3p.com/s7/is/image/Staples/s0105150_sc7?$splssku$11:39
tellesnobregalol11:39
amrithhow goes the spec/code/testing of snapshot?11:39
amrithI think there's a short line of people waiting for you to finish that so they can do the same thing for other db's11:40
tellesnobregawas browsing through the code and saw that strategies are only set on config file, first thought this might not be as good (forcing the user to use cinder snapshot instead of the current way, I would prefer to allow use of both, but it makes sense to avoid changing the API11:40
tellesnobregaI'm on board with that, and after your code is done we can come back to this11:41
tellesnobregaon the status part, I'm going through the comments and updating the spec and started some basic coding, not ready for testing yet, but i hope that by next week we will some good progress with that11:42
amrithyes, you are correct. this is a current limitation. I'm trying to fix a related issue for storage in general11:45
amrithat launch time, choose volume type. at backup time, choose backup strategy11:45
amrithetc.,11:45
tellesnobregaawesome, when you are done, we can come back to that, but that is pretty much what I had to ask11:45
amrithwell, if you are writing snapshot as a strategy, my assumption was that I'd clean it up like all the other strategies to accommodate the new structure11:46
amrithbut yes11:46
amriththat's the general idea.11:46
amrithyou get snapshots as a strategy in, we fix up all strategies later11:46
amriththat makes it possible to delink the two projects11:46
tellesnobregacool11:46
amrithsince it wouldn't make sense to gate yours on my finishing the rest.11:46
amrithwhich may or may not all land in newton11:46
tellesnobrega+111:47
tellesnobregathanks11:47
amrithwill catch you later tellesnobrega ... got to run and get to work now.11:48
tellesnobregaamrith, see ya11:48
hlkv6trove-guestagent seems to do a backup of Mysql cnf files, but then database wont start?11:54
hlkv6any ideas for a fix?11:54
hlkv6https://gist.github.com/kramshoej/b2713f778df376e033688e31f150de7b11:55
*** mingdang1 has joined #openstack-trove11:58
*** amrith is now known as _amrith_12:29
*** alejandrito has joined #openstack-trove12:52
*** achatterjee_ has quit IRC12:58
*** cguadall__ has quit IRC13:00
*** pcaruana has quit IRC13:25
*** ewilson has joined #openstack-trove13:28
*** _amrith_ is now known as amrith13:29
*** alejandrito has quit IRC14:05
*** catintheroof has joined #openstack-trove14:05
*** egafford has joined #openstack-trove14:07
*** catintheroof has quit IRC14:15
-openstackstatus- NOTICE: Zuul is currently recovering from a large number of changes, it will take a few hours until your job is processed. Please have patience and enjoy a great weekend!14:16
*** links has quit IRC14:17
*** catintheroof has joined #openstack-trove14:27
*** mingdang1 has quit IRC14:35
*** itisha has joined #openstack-trove14:43
*** itlinux has joined #openstack-trove14:46
-openstackstatus- NOTICE: Zuul has been restarted. As a results, we only preserved patches in the gate queue. Be sure to recheck your patches in gerrit if needed.14:47
*** ewilson has quit IRC14:50
*** itlinux has quit IRC14:51
openstackgerritamrith proposed openstack/trove-integration: Trove image build fails getting percona key  https://review.openstack.org/31358915:01
*** Guest42930 has quit IRC15:05
*** david-lyle has joined #openstack-trove15:06
*** stewie925 has joined #openstack-trove15:17
*** itlinux has joined #openstack-trove15:22
openstackgerritamrith proposed openstack/trove: Mysql GTID replication fails when data inserted  https://review.openstack.org/31359615:22
openstackgerritamrith proposed openstack/trove: Pass optional timeout to service commands  https://review.openstack.org/31359815:24
openstackgerritamrith proposed openstack/trove: Enhance mongod pid find for multiple distros  https://review.openstack.org/31360115:29
openstackgerritamrith proposed openstack/trove: blacklist_regex is not an option  https://review.openstack.org/31360215:31
openstackgerritamrith proposed openstack/trove: Do not remove root user on disable  https://review.openstack.org/31360515:33
*** dmk0202 has quit IRC15:33
*** pmackinn has joined #openstack-trove15:33
*** pmackinn has quit IRC15:33
openstackgerritamrith proposed openstack/trove: Reuse Cassandra connections  https://review.openstack.org/31360615:34
*** dmk0202 has joined #openstack-trove15:34
*** catintheroof has quit IRC15:36
*** jinxing has joined #openstack-trove15:36
*** dmk0202 has quit IRC15:39
*** davideagnello has joined #openstack-trove15:57
*** ewilson has joined #openstack-trove16:21
*** mvandijk has quit IRC16:24
*** vipul- has quit IRC16:26
*** catintheroof has joined #openstack-trove16:27
*** vipuls has joined #openstack-trove16:27
*** mvandijk has joined #openstack-trove16:30
*** dmk0202 has joined #openstack-trove16:40
*** mageshgv has joined #openstack-trove16:43
*** tosky has quit IRC16:43
*** tosky has joined #openstack-trove16:45
*** sgotliv has joined #openstack-trove16:49
*** dmk0202 has quit IRC16:55
*** dmk0202 has joined #openstack-trove16:57
*** dmk0202 has quit IRC17:01
openstackgerritAli Asgar Adil proposed openstack/trove: Fix grammatical mistakes, "it's" to "its"  https://review.openstack.org/31364817:34
*** crinkle has joined #openstack-trove18:01
*** tosky has quit IRC18:08
*** sgotliv has quit IRC18:10
openstackgerritDoug Shelley proposed openstack/trove: Change service candidates list for MariaDB  https://review.openstack.org/31366318:16
*** kfox1111 has joined #openstack-trove18:37
*** catintheroof has quit IRC18:41
*** ewilson has quit IRC19:10
kfox1111does anyone use trove pxc with lbaas?19:10
amrithkfox1111, there was someone on IRC some months ago saying they did, I'll try and see if I can grep eavesdrop19:11
kfox1111looking for a nice OS::Neutron::HealthMonitor19:11
*** ewilson has joined #openstack-trove19:18
kfox1111how frustrating....19:20
kfox1111so many openstack projects don't seem to really test their stuff out in real world use cases....19:20
kfox1111both neutron lbaasv1 and v2 don't have a way to have an alternate port for healthchecks, so it doesn't seem like you can do mysql cluster check. :/19:21
*** ewilson has quit IRC19:25
*** rcernin has joined #openstack-trove19:26
*** ewilson has joined #openstack-trove19:26
*** dmk0202 has joined #openstack-trove20:05
amrithpeterstac, any ideas what to do about ... https://review.openstack.org/#/c/311350/20:05
peterstacamrith, we didn't have releasenotes in troveclient in mitaka, but I though the gate was set up not to run it in stable/mitaka ...20:08
amrithwe do have them20:09
amrithin mitaka20:09
amriththat's why I'm scratching my head20:09
amrithsee my update on ps 120:09
amrithI did a git clone onto remotes/origin/stable/mitaka20:09
amrithand I have a releasenotes dir20:09
amritham I missing something?20:09
amrithI guess I could go look at troveclient and see when the releasenotes commit happened, I didn't do that.20:10
peterstachere it is: https://review.openstack.org/#/c/301894/20:11
peterstacapr 1320:11
amriththx, checking20:11
peterstacunless it was cherry-picked back to mitaka ...20:11
amrithlook at https://review.openstack.org/#/c/313596/20:12
amrithit passes20:12
amrithlook at anything in the mitaka tab on the dashboard20:12
amriththere are a bunch that pass releasenotes20:12
amrithI think a recheck :)20:12
amrithhttps://review.openstack.org/#/q/%28project:openstack/trove%20OR%20project:openstack/trove-integration%20OR%20project:openstack/trove-specs%20OR%20project:openstack/trove-dashboard%20OR%20project:openstack/python-troveclient%29%20AND%20status:open%20AND%20branch:stable/mitaka20:13
amriththat's the mitaka dashboard20:13
amrithI just pushed a bunch of cherry picks and they all passed releasenotes20:13
peterstacamrith, that review was from trove, not troveclient20:13
amrithoh, yes20:13
amrithdamn20:13
peterstacwe did have releasenotes in trove20:13
amrithlet me go look at git log again20:13
amrithone second20:13
amrithok, not sure why it passed for me when I did that update in ps 120:14
amrithrelease notes isn't there in mitaka20:14
amriththis is an easy fix20:14
amrithI'll take care of it20:14
amriththx20:14
peterstacnp ;)20:14
amrithwell, I guess I got this one wrong20:16
amrithhttps://review.openstack.org/#/c/311517/20:16
amrithit should've been till newton ...20:16
amrithwe didn't have them in mitaka20:16
amrithwill fix20:16
amriththx peterstac ... https://review.openstack.org/31369220:29
*** openstackgerrit has quit IRC20:32
*** openstackgerrit has joined #openstack-trove20:32
*** arist has left #openstack-trove20:57
*** dmk0202 has quit IRC20:58
*** imandhan has joined #openstack-trove21:20
*** ewilson has quit IRC21:29
*** egafford has quit IRC21:35
*** amrith is now known as _amrith_21:45
*** ozialien10 has joined #openstack-trove21:51
*** davideagnello has quit IRC21:53
*** ewilson has joined #openstack-trove22:07
*** mingdang1 has joined #openstack-trove22:12
*** ewilson has quit IRC22:17
*** ewilson has joined #openstack-trove22:17
openstackgerritPeter Stachowski proposed openstack/trove-specs: Persist last error message and display on 'show'  https://review.openstack.org/31378022:29
*** david-lyle has quit IRC22:35
*** ewilson has quit IRC22:37
*** david-lyle has joined #openstack-trove22:37
*** ewilson has joined #openstack-trove22:51
*** _amrith_ is now known as amrith23:00
*** ewilson has quit IRC23:06
openstackgerritPeter Stachowski proposed openstack/trove: Notification exceptions not sent back correctly  https://review.openstack.org/31216623:10
openstackgerritPeter Stachowski proposed openstack/trove: Persist error messages and display on 'show'  https://review.openstack.org/31379123:10

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