*** tmatsu has joined #openstack-trove | 00:01 | |
*** fishbone_ has joined #openstack-trove | 00:43 | |
fishbone_ | When I run a guest instance I receive an error from the mysql service start command, MySQL system database not found. Please run mysql_install_db tool. | 00:44 |
---|---|---|
fishbone_ | the required /var/bin/mysql/mysql folder is in the image but is not there when the instance is launched, may that have something to do with the error? | 00:45 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/trove master: Updated from global requirements https://review.openstack.org/432120 | 01:21 |
*** gcb has joined #openstack-trove | 02:03 | |
*** Keverw has quit IRC | 02:14 | |
*** gouthamr has quit IRC | 02:20 | |
openstackgerrit | jian.song proposed openstack/trove master: Port operating_system to Python 3 https://review.openstack.org/419248 | 02:41 |
*** gcb has quit IRC | 03:39 | |
*** gcb has joined #openstack-trove | 03:52 | |
*** fishbone_ has quit IRC | 04:29 | |
*** gcb has quit IRC | 05:04 | |
*** tmatsu_ has joined #openstack-trove | 05:07 | |
*** tmatsu has quit IRC | 05:09 | |
*** rezroo has quit IRC | 05:13 | |
*** rezroo has joined #openstack-trove | 05:27 | |
*** gcb has joined #openstack-trove | 05:32 | |
*** rezroo has quit IRC | 05:58 | |
*** Jack_Iv has joined #openstack-trove | 05:58 | |
*** Administrator_ has joined #openstack-trove | 06:22 | |
*** tmatsu_ has quit IRC | 06:35 | |
*** tmatsu has joined #openstack-trove | 06:36 | |
*** pcaruana has joined #openstack-trove | 07:20 | |
*** rcernin has joined #openstack-trove | 07:20 | |
*** rcernin has quit IRC | 07:23 | |
*** rcernin has joined #openstack-trove | 07:23 | |
*** tmatsu_ has joined #openstack-trove | 07:25 | |
*** tmatsu has quit IRC | 07:29 | |
openstackgerrit | jian.song proposed openstack/trove master: Update elements information for doc https://review.openstack.org/438356 | 07:45 |
Jack_Iv | Helo folks | 08:40 |
Jack_Iv | is there a bug in newton? | 08:40 |
Jack_Iv | Error creating security group for instance: From port must be an integer. | 08:40 |
Jack_Iv | http://paste.openstack.org/show/600543/ | 08:41 |
*** tmatsu_ has quit IRC | 08:42 | |
*** tnowak has joined #openstack-trove | 08:50 | |
*** tosky has joined #openstack-trove | 09:08 | |
Jack_Iv | https://bugs.launchpad.net/trove/+bug/1668204 | 09:27 |
openstack | Launchpad bug 1668204 in OpenStack DBaaS (Trove) "From port must be an integer" [Undecided,New] | 09:27 |
*** tnowak has quit IRC | 09:34 | |
*** tmatsu has joined #openstack-trove | 09:41 | |
*** tmatsu has quit IRC | 09:45 | |
*** Administrator_ has quit IRC | 09:50 | |
*** Administrator_ has joined #openstack-trove | 09:50 | |
*** gcb has quit IRC | 09:55 | |
*** tnowak has joined #openstack-trove | 10:39 | |
Jack_Iv | Hey Folks, How to allocate floating IPs for trove instances? Can trove do it? | 10:39 |
azlev | Jack_Iv: you can allocate it using neutron | 11:04 |
Jack_Iv | I know, but can trove do it automatically while creating instances? I don't want to do it manually | 11:08 |
Jack_Iv | azlev: | 11:08 |
Jack_Iv | I found https://wiki.openstack.org/wiki/Trove/neutron-support#Floating_Ip_Management | 11:23 |
Jack_Iv | It does not actually | 11:23 |
Jack_Iv | or there is no smaple in the config | 11:24 |
Jack_Iv | s/sample | 11:24 |
azlev | Jack_Iv: I don't think that is trove role. I may be wrong but it's orchestration role. On the other hand, trove has some dns functions. O don't know your usecase, but maybe dns can fulfill this role | 11:45 |
*** gouthamr has joined #openstack-trove | 11:53 | |
Jack_Iv | I just want to build a database and access it from the whole internet | 12:08 |
Jack_Iv | my private networks are not routable | 12:08 |
Jack_Iv | and I need to allocate floating IPS, why Trove is not able to provide this simple functional that other components do | 12:09 |
*** kylek3h has quit IRC | 12:28 | |
tnowak | Jack_Iv: maybe you can somehow use "--nic" parameter in the troveclient | 12:35 |
Jack_Iv | no | 12:35 |
tnowak | maybe, as azlev says, it's just a quick fix to trove's heat templates | 12:38 |
tnowak | hi, any ideas why the same patch set failed 6h later? https://review.openstack.org/#/c/437369/4 | 12:40 |
*** gouthamr has quit IRC | 12:49 | |
tnowak | fishbone: for me (mariadb 10.1 on RHEL 7.2) it is quite different directory - /var/lib/mysql/data. where did you get your image from? | 12:52 |
*** kylek3h has joined #openstack-trove | 13:05 | |
*** gouthamr has joined #openstack-trove | 13:08 | |
tnowak | Jack_Iv: see stuff about Elastic IP in the very end of https://github.com/openstack/trove/blob/master/trove/templates/default.heat.template | 13:17 |
*** Jack_Iv has quit IRC | 13:25 | |
*** Jack_Iv has joined #openstack-trove | 13:26 | |
*** Jack_Iv has quit IRC | 13:30 | |
*** chhavi has joined #openstack-trove | 13:37 | |
*** spilla has joined #openstack-trove | 13:51 | |
*** chlong has joined #openstack-trove | 13:59 | |
*** pmackinn has joined #openstack-trove | 14:01 | |
*** tnowak has quit IRC | 14:02 | |
*** chlong has quit IRC | 14:04 | |
*** cdelatte has joined #openstack-trove | 14:08 | |
fishbone | tnowak: I created an ubuntu image through openstack directly. I did some analysis last night and did realize that the mounted drive does have a different directory structure than the image has prior to instantiation | 14:17 |
fishbone | tnowak: in the image the files are in /var/lib/mysql, and when the instance launches they are in /var/lib/mysql/data | 14:18 |
fishbone | tnowak: also I am using mysql-5.7, perhaps I am using the incorrect mysql version, I will check for these settings | 14:18 |
*** pmackinn has quit IRC | 14:20 | |
*** tnowak has joined #openstack-trove | 14:55 | |
*** chhavi has quit IRC | 15:03 | |
*** gcb has joined #openstack-trove | 15:10 | |
*** chlong has joined #openstack-trove | 15:25 | |
*** chlong_ has joined #openstack-trove | 15:27 | |
*** chlong_ has quit IRC | 15:28 | |
*** tqtran has joined #openstack-trove | 16:05 | |
*** rcernin has quit IRC | 16:15 | |
*** johnma has joined #openstack-trove | 16:27 | |
*** tnowak has quit IRC | 16:48 | |
*** rajinir_ has joined #openstack-trove | 17:05 | |
*** Jack_Iv has joined #openstack-trove | 17:13 | |
*** Jack_Iv has quit IRC | 17:13 | |
*** Jack_Iv has joined #openstack-trove | 17:14 | |
*** david-lyle has joined #openstack-trove | 17:44 | |
*** david-lyle has quit IRC | 17:45 | |
*** david-lyle has joined #openstack-trove | 17:46 | |
*** chlong has quit IRC | 17:55 | |
*** david-lyle has quit IRC | 17:58 | |
*** Jack_Iv has quit IRC | 17:59 | |
*** david-lyle has joined #openstack-trove | 18:01 | |
*** chlong has joined #openstack-trove | 18:10 | |
*** AJaeger has joined #openstack-trove | 18:14 | |
AJaeger | amrith: do you have a fix for stable/newton now, please? | 18:14 |
AJaeger | trove is the last project using the db macros and I'd really like to clean this up... | 18:15 |
openstackgerrit | amrith proposed openstack/trove master: DNM: testing gate https://review.openstack.org/438664 | 18:18 |
*** tosky has quit IRC | 18:22 | |
openstackgerrit | amrith proposed openstack/trove master: DNM: testing gate https://review.openstack.org/438664 | 18:30 |
openstackgerrit | amrith proposed openstack/trove master: Add support for module-reapply command https://review.openstack.org/417529 | 18:42 |
openstackgerrit | amrith proposed openstack/trove master: Fix module-instances command https://review.openstack.org/403287 | 18:42 |
openstackgerrit | amrith proposed openstack/trove master: Add support for module-reapply command https://review.openstack.org/417529 | 18:43 |
*** tnowak has joined #openstack-trove | 18:51 | |
*** Jack_Iv has joined #openstack-trove | 19:08 | |
*** pcaruana has quit IRC | 19:29 | |
*** spilla has quit IRC | 19:41 | |
*** Jack_Iv has quit IRC | 20:12 | |
*** Jack_Iv has joined #openstack-trove | 20:13 | |
*** Jack_Iv_ has joined #openstack-trove | 20:23 | |
*** Jack_Iv has quit IRC | 20:26 | |
*** Jack_Iv_ has quit IRC | 20:46 | |
*** Jack_Iv has joined #openstack-trove | 20:51 | |
*** rcernin has joined #openstack-trove | 20:52 | |
*** Jack_Iv has quit IRC | 20:57 | |
*** gouthamr has quit IRC | 21:33 | |
*** gouthamr has joined #openstack-trove | 21:42 | |
*** chlong has quit IRC | 21:50 | |
*** gouthamr has quit IRC | 22:08 | |
*** kylek3h has quit IRC | 22:55 | |
*** gouthamr has joined #openstack-trove | 23:22 | |
*** cdelatte has quit IRC | 23:36 | |
*** rcernin has quit IRC | 23:41 | |
*** gcb has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!