*** stewie925 has joined #openstack-trove | 00:19 | |
stewie925 | hey pmalik | 00:20 |
---|---|---|
*** tqtran has quit IRC | 00:21 | |
*** cheneydc has joined #openstack-trove | 00:58 | |
*** imandhan has quit IRC | 01:18 | |
*** stewie925 has quit IRC | 01:48 | |
openstackgerrit | gecong proposed openstack/trove: loses-Bug: #1585427 https://review.openstack.org/320738 | 02:10 |
openstack | bug 1585427 in OpenStack DBaaS (Trove) "spelling mistake in function grant_access in guestagent/datastore/experimental/mongodb/manager.py" [Undecided,New] https://launchpad.net/bugs/1585427 - Assigned to gecong (ge-cong) | 02:10 |
*** pmackinn has quit IRC | 02:55 | |
*** sgotliv_ has joined #openstack-trove | 03:55 | |
*** links has joined #openstack-trove | 04:01 | |
*** Ravikiran_K has joined #openstack-trove | 05:21 | |
*** ig0r_ has joined #openstack-trove | 06:00 | |
*** ig0r_ has quit IRC | 06:17 | |
*** rcernin has joined #openstack-trove | 06:21 | |
*** sgotliv_ has quit IRC | 06:26 | |
openstackgerrit | gengchc proposed openstack/trove: Closes-Bug: #1585478 https://review.openstack.org/320791 | 06:35 |
openstack | bug 1585478 in OpenStack DBaaS (Trove) "Spelling error in fileļ¼ ./trove/tests/api/configurations.py" [Undecided,New] https://launchpad.net/bugs/1585478 - Assigned to gengchc (578043796-b) | 06:35 |
openstackgerrit | Merged openstack/trove: Fix Percona configuration test https://review.openstack.org/315247 | 06:42 |
*** tesseract has joined #openstack-trove | 06:47 | |
*** Ravikiran_K has quit IRC | 07:08 | |
*** hoonetorg has quit IRC | 07:43 | |
*** chlong has quit IRC | 07:46 | |
*** hoonetorg has joined #openstack-trove | 07:56 | |
*** ak has joined #openstack-trove | 08:04 | |
ak | Hi guys | 08:04 |
ak | Need some help regarding understanding of trove | 08:04 |
ak | trove presently supports only mysql as a service ? | 08:04 |
hlkv6 | _amrith_: regarding https://bugs.launchpad.net/trove/+bug/1583953 I dont feel helped at all | 08:05 |
openstack | Launchpad bug 1583953 in OpenStack DBaaS (Trove) "Guest agent incompatabilities with Mitaka" [Undecided,Invalid] | 08:05 |
hlkv6 | and I dont know if zigo can tell me which ubuntu package to use with Mitaka? | 08:05 |
*** ak has quit IRC | 08:15 | |
*** ak has joined #openstack-trove | 08:16 | |
ak | Hi guys | 08:17 |
ak | Where can I see upcoming works for Trove ? | 08:18 |
*** ig0r_ has joined #openstack-trove | 08:20 | |
ak | Does trove support postgres ? | 08:22 |
*** tosky has joined #openstack-trove | 08:26 | |
ak | Basically I want to create a image with Postgres | 08:27 |
ak | so wanted to check what all softwares i need to install | 08:28 |
*** dmk0202 has joined #openstack-trove | 08:28 | |
*** _hanhart has quit IRC | 08:32 | |
*** sgotliv_ has joined #openstack-trove | 08:58 | |
*** imandhan has joined #openstack-trove | 09:28 | |
*** itisha has joined #openstack-trove | 09:30 | |
ak | Hi guys am looking at this particular file trove-integration/scripts/files/elements/ubuntu-postgresql | 09:45 |
ak | I want to make some changes to install.d file so that I can install postgres 9.5 | 09:45 |
ak | is that possible ? | 09:45 |
*** cheneydc has quit IRC | 09:54 | |
*** imandhan has quit IRC | 09:57 | |
ak | can someone please explain what the following commands do | 10:36 |
ak | if test -f /sys/kernel/mm/transparent_hugepage/defrag; then echo never > /sys/kernel/mm/transparent_hugepage/defrag fi if test -f /sys/kernel/mm/transparent_hugepage/enabled; then echo always > /sys/kernel/mm/transparent_hugepage/enabled fi | 10:36 |
*** _amrith_ is now known as amrith | 10:40 | |
amrith | hlkv6, yt? | 10:52 |
amrith | your bug https://bugs.launchpad.net/trove/+bug/1583953 | 10:52 |
openstack | Launchpad bug 1583953 in OpenStack DBaaS (Trove) "Guest agent incompatabilities with Mitaka" [Undecided,Invalid] | 10:52 |
amrith | asked "... and would like a pointer to the official Trove image creation docs." | 10:53 |
amrith | I believe that I provided you with that | 10:53 |
amrith | In the rest of your bug report, I see nothing that appears like a question. If there is a problem, it isn't apparent what it is. for example, you don't say whether there is a problem or not. There's a short summary of all the things you did and it ends with a message that the status is RUNNING. | 10:54 |
amrith | So, as submitted, I know not what the "bug" is. | 10:55 |
amrith | ak, postgresql is supported | 10:55 |
amrith | the command(s) you list enable huge page support | 10:57 |
ak | ohk | 10:57 |
ak | is the same for postgres 9.5 too ? | 10:58 |
amrith | for more details, see here https://www.postgresql.org/docs/9.4/static/kernel-resources.html | 10:58 |
amrith | whether it is the same for 9.5 or not would be in the postgresql documentation | 10:58 |
amrith | and that is here | 10:58 |
amrith | https://www.postgresql.org/docs/current/static/kernel-resources.html | 10:58 |
*** openstackgerrit has quit IRC | 11:18 | |
*** openstackgerrit has joined #openstack-trove | 11:18 | |
ak | amrith does this support all postgres extensions do we need to install them | 11:33 |
ak | like POSTgis etc | 11:33 |
amrith | support for postgres extensions is something that you'll have to configure into your images (if you so desire) | 11:34 |
amrith | but those are largely postgres things and trove doesn't really intersect with them too much | 11:34 |
amrith | there are trove capabilities that you could use to make those installations and deployments easier, if you so desired | 11:35 |
amrith | like module support. | 11:35 |
amrith | but if you are attempting to build images for the first time, I strongly suggest you stick very close to the 'tried and tested path' | 11:35 |
amrith | till you are more comfortable with the results. | 11:35 |
amrith | and the process. | 11:35 |
amrith | once you are more comfortable with it, and are able to get the basic things working, then's the time to be adventerous. | 11:36 |
amrith | my 2c | 11:36 |
*** tellesnobrega has quit IRC | 11:58 | |
*** itisha has quit IRC | 11:59 | |
hlkv6 | amrith: yeah, you pointed med to the official Building Guest images, which is incomplete, and two books - one is more than a year old | 12:02 |
hlkv6 | sorry about a year old, certainly older than Mitaka | 12:04 |
hlkv6 | so question remains, what is the recommended method for building a production like guest image? | 12:05 |
hlkv6 | and if you say DIB, what version of Linux should I run that on :-) | 12:06 |
hlkv6 | sorry if you find me annoying, I will be happy to help write better docs | 12:07 |
*** delatte has quit IRC | 12:12 | |
*** amrith is now known as _amrith_ | 12:30 | |
*** ak has quit IRC | 12:43 | |
*** pmackinn has joined #openstack-trove | 12:51 | |
*** imandhan has joined #openstack-trove | 12:58 | |
*** imandhan has quit IRC | 13:02 | |
*** ig0r__ has joined #openstack-trove | 13:05 | |
*** ig0r_ has quit IRC | 13:08 | |
*** _amrith_ is now known as amrith | 13:41 | |
*** amrith is now known as _amrith_ | 13:43 | |
*** _amrith_ is now known as amrith | 13:44 | |
*** amrith is now known as _amrith_ | 13:45 | |
*** links has quit IRC | 13:48 | |
*** _amrith_ is now known as amrith | 13:49 | |
*** amrith is now known as _amrith_ | 13:49 | |
*** _amrith_ is now known as amrith | 13:50 | |
*** aliadil has joined #openstack-trove | 13:50 | |
openstackgerrit | amrith proposed openstack/trove: Correct typo in debug message https://review.openstack.org/320738 | 13:59 |
*** johnma has joined #openstack-trove | 14:29 | |
openstackgerrit | Peter Stachowski proposed openstack/python-troveclient: Fix CLI output of datastore-show https://review.openstack.org/321034 | 14:49 |
*** twm2016 has joined #openstack-trove | 14:50 | |
*** amrith is now known as _amrith_ | 15:01 | |
*** _amrith_ is now known as amrith | 15:04 | |
*** amrith is now known as _amrith_ | 15:05 | |
*** _amrith_ is now known as amrith | 15:09 | |
*** dmk0202 has quit IRC | 15:49 | |
pmalik | amrith, peterstac, vkmc, cp16net, johnma Hi. Could we possibly get some eyes on this: https://review.openstack.org/#/c/308707/ There are currently two other patch sets hanging from it. It actually already got +2 once but had to be rebased. Thx. | 15:52 |
johnma | will do pmalik | 15:52 |
amrith | pmalik, will look into it | 16:00 |
*** rcernin has quit IRC | 16:04 | |
*** stewie925 has joined #openstack-trove | 16:09 | |
*** links has joined #openstack-trove | 16:10 | |
*** tesseract has quit IRC | 16:13 | |
stewie925 | hi pmalik | 16:18 |
*** sgotliv_ has quit IRC | 16:21 | |
stewie925 | I have made changes to gerrit #312611 | 16:22 |
openstackgerrit | Morgan Jones proposed openstack/python-troveclient: Fix troveclient to support Mistral https://review.openstack.org/321110 | 16:32 |
openstackgerrit | STEW TY proposed openstack/trove: Rename called_once_with methods correctly https://review.openstack.org/312611 | 16:34 |
stewie925 | hello amrith can I ask you about rebasing | 16:53 |
stewie925 | this is with regards to the updates made to https://review.openstack.org/312611 | 16:54 |
openstackgerrit | Trevor McCasland proposed openstack/trove: Cleaned guestagent config for data_registry_ext https://review.openstack.org/284434 | 16:54 |
amrith | stewie925, sure. I'm in the middle of something and may take a while to reply | 16:54 |
amrith | we have a trove meeting at 2, (in 1h 5m) you could ask there as well | 16:55 |
amrith | there's little on the agenda today | 16:55 |
stewie925 | ah I see | 16:55 |
stewie925 | thank you - 2 pm EST at #openstack-meeting-alt, right? | 16:56 |
amrith | courtesy reminder for the 'regulars'. trove meeting at 2pm today johnma peterstac vgnbkr dougshelley66 pmalik vkmc pmackinn tellesnobrega SlickNik cp16net mvandijk_ | 16:56 |
amrith | yes stewie925 | 16:56 |
amrith | that's it | 16:56 |
stewie925 | thank you | 16:57 |
*** imandhan has joined #openstack-trove | 17:00 | |
*** johnma has quit IRC | 17:08 | |
*** tenobreg has joined #openstack-trove | 17:45 | |
*** tenobreg is now known as tellesnobrega | 17:46 | |
*** ig0r__ has quit IRC | 17:51 | |
*** links has quit IRC | 17:52 | |
amrith | getting close to meeting time. if you want to put something on the agenda, now's the last chance :) | 17:54 |
*** twm2016 has quit IRC | 18:00 | |
*** johnma has joined #openstack-trove | 18:10 | |
*** johnma has quit IRC | 18:11 | |
*** johnma has joined #openstack-trove | 18:11 | |
openstackgerrit | Merged openstack/python-troveclient: switch to keystoneauth https://review.openstack.org/290971 | 18:14 |
*** johnma_ has joined #openstack-trove | 18:15 | |
*** johnma has quit IRC | 18:19 | |
*** johnma_ is now known as johnma | 18:19 | |
openstackgerrit | STEW TY proposed openstack/trove: Rename called_once_with methods correctly https://review.openstack.org/312611 | 18:27 |
openstackgerrit | STEW TY proposed openstack/trove: Rename called_once_with methods correctly https://review.openstack.org/312611 | 18:28 |
openstackgerrit | Merged openstack/trove: Fixed PXC configuration detach does not work https://review.openstack.org/315313 | 18:45 |
*** sgotliv_ has joined #openstack-trove | 18:53 | |
peterstac | cp16net, you mentioned the PXC sucure stuff in the meeting | 18:59 |
peterstac | I've tried to clean that up in https://review.openstack.org/#/c/320697/ | 19:00 |
peterstac | Seemed to work setting up pxc clusters (I ran the scenario tests against the fix) | 19:00 |
peterstac | How did the issue you saw manifest itself? | 19:00 |
*** aliadil has quit IRC | 19:05 | |
cp16net | peterstac: the issue was that the admin was never set | 19:09 |
cp16net | so you couldnt list users or databases | 19:09 |
peterstac | ok - I think rearranging the order that things were done may have fixed the issue | 19:10 |
cp16net | maybe | 19:10 |
peterstac | I'm still running some tests, but it's looking good so far | 19:10 |
cp16net | if you fixed it thanks! | 19:10 |
cp16net | great | 19:10 |
*** arist has quit IRC | 19:10 | |
cp16net | verify with a cluster of 3 | 19:10 |
peterstac | well, I've got my fingers crossed ;) | 19:10 |
cp16net | i think that would have been the case that i hit | 19:11 |
peterstac | ok, I'll do that | 19:11 |
*** arist has joined #openstack-trove | 19:11 | |
cp16net | my comments there talk about what i saw | 19:12 |
cp16net | but i guess i left out how i found the issue | 19:12 |
openstackgerrit | Merged openstack/trove: Unsupported module driver not logged correctly https://review.openstack.org/314289 | 19:14 |
openstackgerrit | Peter Stachowski proposed openstack/trove: Unsupported module driver not logged correctly https://review.openstack.org/321195 | 19:16 |
pmackinn | cp16net, amrith: failed percona install http://bit.ly/1UdUSE1 | 19:27 |
*** sgotliv_ has quit IRC | 19:34 | |
openstackgerrit | Morgan Jones proposed openstack/python-troveclient: Fix troveclient to support Mistral https://review.openstack.org/321110 | 19:53 |
*** amrith is now known as _amrith_ | 20:05 | |
*** tqtran has joined #openstack-trove | 20:10 | |
peterstac | cp16net, I was able to spin up a cluster of 3 in pxc, and added a database/users (which were visible from the other instances) | 20:34 |
cp16net | peterstac: nice! :) | 20:37 |
pmackinn | oh man, mystery solved | 20:46 |
*** _amrith_ is now known as amrith | 21:26 | |
*** miqui has joined #openstack-trove | 21:36 | |
*** johnma has quit IRC | 21:40 | |
openstackgerrit | Peter Stachowski proposed openstack/trove: Fix secure method to work with PXC https://review.openstack.org/320697 | 21:40 |
peterstac | cp16net, I added some more tests to pxc_supported (and fixed the user ones) | 21:42 |
peterstac | can you look at https://review.openstack.org/#/c/320697 again? | 21:42 |
peterstac | thx!! | 21:42 |
*** miqui has quit IRC | 21:59 | |
openstackgerrit | STEW TY proposed openstack/trove: Rename called_once_with methods correctly https://review.openstack.org/312611 | 22:14 |
*** flwang has left #openstack-trove | 22:16 | |
*** imandhan has quit IRC | 22:31 | |
*** imandhan has joined #openstack-trove | 22:31 | |
*** imandhan has quit IRC | 22:36 | |
*** miqui has joined #openstack-trove | 22:54 | |
*** chlong has joined #openstack-trove | 23:05 | |
*** imandhan has joined #openstack-trove | 23:25 | |
openstackgerrit | STEW TY proposed openstack/trove: Rename called_once_with methods correctly https://review.openstack.org/312611 | 23:30 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!