*** flwang has quit IRC | 00:20 | |
*** flwang has joined #openstack-trove | 00:38 | |
*** dixiaoli has joined #openstack-trove | 00:57 | |
*** gcb has joined #openstack-trove | 01:34 | |
*** gouthamr has quit IRC | 02:08 | |
*** links has joined #openstack-trove | 03:51 | |
*** gcb has quit IRC | 04:13 | |
*** gcb has joined #openstack-trove | 04:26 | |
*** pcaruana has joined #openstack-trove | 04:52 | |
*** hoonetorg has quit IRC | 06:05 | |
*** davedatrange has joined #openstack-trove | 06:18 | |
davedatrange | Hello! Getting "INFO trove.guestagent.datastore.service [-] DB server is not installed or is in restart mode, so for now we'll skip determining the status of DB on this instance.". Mysql Server is installed and running. Could anyone help or lead me in the right direction ? | 06:20 |
---|---|---|
*** hoonetorg has joined #openstack-trove | 06:22 | |
*** davedatrange has quit IRC | 06:24 | |
magicboiz | <davedatrange>: check trovetagent log files: ssh into instance, and check /var/log dir. Also check upstart/systemd logs | 06:33 |
*** rcernin has joined #openstack-trove | 06:46 | |
fanzhang | Hi guys, I have created a replica node of redis in trove, but how can I be aware of that the redis instance has one or more slaves ? | 06:53 |
*** tesseract has joined #openstack-trove | 07:13 | |
*** gcb has quit IRC | 07:22 | |
*** gcb has joined #openstack-trove | 07:22 | |
*** davedatrange has joined #openstack-trove | 07:23 | |
Hui | hello, I want to ask a question | 08:11 |
wong | :) | 08:12 |
wong | is there a project leader in this channel? | 08:12 |
fanzhang | amrith is PTL of trove.. | 08:13 |
wong | the ceo of tesora? | 08:14 |
wong | maybe he is busy,have no time to join us | 08:15 |
Hui | when I create a mongodb cluster, in the instance, I find a file "/etc/mongos.conf", how is this file generated? | 08:15 |
fanzhang | Hui: see the code in trove.taskmanager.models.FreshInstanceTasks#create_instance . files = self.get_injected_files(datastore_manager) . It's generated by taskmanager and injected into instance. | 08:18 |
*** zhaochao has quit IRC | 08:41 | |
*** zhaochao has joined #openstack-trove | 08:42 | |
*** tosky has joined #openstack-trove | 08:48 | |
*** tosky has quit IRC | 09:23 | |
*** wong has quit IRC | 09:26 | |
*** wong has joined #openstack-trove | 09:26 | |
caisan | Hui, /etc/mongos.conf is located on mongos(query router) instance ? | 09:30 |
*** tosky has joined #openstack-trove | 09:31 | |
Hui | yes | 09:41 |
Hui | and this instance shows that this file is error, so I want to know how is this file generated | 09:44 |
Hui | caisan, can you give me some advices | 09:50 |
*** wong has quit IRC | 09:50 | |
*** wong__ has joined #openstack-trove | 09:50 | |
caisan | Hui, i cannot find the file named /etc/mongos.conf, all the config entry about mongo is in /etc/mongo.conf | 09:55 |
*** dixiaoli has quit IRC | 09:56 | |
caisan | Hui, you build a sharding cluster ? | 09:56 |
caisan | Hui, what is you realse version about your Trove, mine is Newton | 09:57 |
*** dixiaoli has joined #openstack-trove | 10:12 | |
*** dixiaoli has quit IRC | 10:13 | |
Hui | mine is mitaka | 10:16 |
Hui | I find that mongos instance will read the mongos.conf, but the script is writed in mongod.conf, so maybe I need to modify the image or the trove | 10:34 |
*** tosky has quit IRC | 11:04 | |
*** smatzek has joined #openstack-trove | 11:21 | |
*** rcernin has quit IRC | 11:36 | |
*** rcernin has joined #openstack-trove | 11:36 | |
*** laurelm has quit IRC | 12:07 | |
*** peterstac has quit IRC | 12:07 | |
*** vgnbkr has quit IRC | 12:07 | |
*** tosky has joined #openstack-trove | 12:35 | |
*** mugsie has joined #openstack-trove | 12:52 | |
*** zhurong has joined #openstack-trove | 12:56 | |
*** fanzhang has quit IRC | 12:57 | |
*** kylek3h has joined #openstack-trove | 12:58 | |
*** zhurong has quit IRC | 13:10 | |
*** gouthamr has joined #openstack-trove | 13:14 | |
*** davedatrange has quit IRC | 14:03 | |
*** links has quit IRC | 14:37 | |
*** fishbone_ has joined #openstack-trove | 15:20 | |
*** davedatrange has joined #openstack-trove | 15:36 | |
fishbone_ | hello all, cana nyone help with an issue in ocata, with trove guest, I am getting error: ERROR root RuntimeError: Manager class not registered for datastore manager None | 15:40 |
fishbone_ | however in the debug logs the datastore manager shows as mysql | 15:40 |
fishbone_ | I have the trove-taskmanager configured to use nova config drives | 15:41 |
fishbone_ | This worked perfectly prior to upgrading to ocata, is there a new implementation method? | 15:41 |
*** itlinux has joined #openstack-trove | 16:29 | |
*** flwang has quit IRC | 17:02 | |
fishbone_ | does anyone know what could be causing the error ERROR root RuntimeError: Manager class not registered for datastore manager None | 17:02 |
*** flwang has joined #openstack-trove | 17:04 | |
*** harlowja has joined #openstack-trove | 17:08 | |
*** davedatrange has quit IRC | 17:11 | |
*** tosky has quit IRC | 17:12 | |
*** tesseract has quit IRC | 17:25 | |
*** rcernin has quit IRC | 17:25 | |
*** gouthamr has quit IRC | 17:32 | |
*** tosky has joined #openstack-trove | 17:56 | |
*** gouthamr has joined #openstack-trove | 17:59 | |
*** pcaruana has quit IRC | 18:49 | |
*** itlinux has quit IRC | 19:35 | |
*** davedatrange has joined #openstack-trove | 20:00 | |
davedatrange | got a oslo_messaging.rpc.server TypeError: __init__() got an unexpected keyword argument 'context'. can somebody help, please ? | 20:01 |
davedatrange | and INFO trove.guestagent.datastore.service [-] DB server is not installed or is in restart mode, so for now we'll skip determining the status of DB on this instance. | 20:05 |
*** davedatrange has quit IRC | 20:09 | |
*** davedatrange has joined #openstack-trove | 20:10 | |
*** smatzek has quit IRC | 20:14 | |
amrith | davedatrange you are probably (most likely) running trove controller and guest from different vintages. And very old vintage, if I recall correctly. that issue was fixed over a year ago | 20:20 |
davedatrange | amrith so..you mean my guest image with trove guestagent is not up to date ? | 20:23 |
davedatrange | my controller is ocata atm | 20:23 |
amrith | davedatrange that could be the case | 20:38 |
amrith | I'm not sure what the vintage of your guest image | 20:39 |
amrith | it sounds like the issue is that the guest and the controller are out of whack | 20:39 |
amrith | but that's a huge guess | 20:39 |
*** rcernin has joined #openstack-trove | 20:44 | |
*** davedatrange has quit IRC | 20:50 | |
*** fishbone_ has quit IRC | 21:01 | |
*** smatzek has joined #openstack-trove | 21:02 | |
*** gouthamr has quit IRC | 21:05 | |
*** harlowja has quit IRC | 21:13 | |
*** itlinux has joined #openstack-trove | 21:13 | |
*** smatzek has quit IRC | 21:19 | |
*** rcernin has quit IRC | 21:53 | |
*** itlinux has quit IRC | 22:55 | |
*** gouthamr has joined #openstack-trove | 23:16 | |
*** tosky has quit IRC | 23:29 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!