Friday, 2015-06-26

*** bhunter71 has joined #openstack-trove00:10
*** ramashri has joined #openstack-trove00:16
openstackgerritPetr Malik proposed openstack/trove: Implement guestagent Configuration Manager  https://review.openstack.org/19185900:23
*** Longgeek has joined #openstack-trove00:38
*** IanGovett has quit IRC00:42
*** Longgeek has quit IRC00:44
*** Forresp has joined #openstack-trove00:56
*** Forresp has quit IRC01:00
*** tobe has joined #openstack-trove01:05
*** david-ly_ has joined #openstack-trove01:06
*** david-lyle has quit IRC01:09
*** ramashri has quit IRC01:11
*** csoukup has joined #openstack-trove01:21
*** ViswaV has quit IRC01:54
*** erkules_ has joined #openstack-trove01:57
*** erkules has quit IRC02:00
*** johnma has quit IRC02:07
*** Forresp has joined #openstack-trove02:12
*** ashleigh_ has joined #openstack-trove02:31
*** annashen has joined #openstack-trove02:32
*** csoukup has quit IRC02:33
*** ashleighfarnham has quit IRC02:33
*** Longgeek has joined #openstack-trove02:40
*** Longgeek has quit IRC02:52
*** pmackinn has quit IRC03:29
openstackgerritPetr Malik proposed openstack/trove: Implement guestagent Configuration Manager  https://review.openstack.org/19185903:29
openstackgerritPetr Malik proposed openstack/trove: Configuration Groups for Redis  https://review.openstack.org/19186003:29
*** Longgeek has joined #openstack-trove03:44
*** Longgeek has quit IRC03:46
*** Longgeek has joined #openstack-trove03:47
*** david-ly_ is now known as david-lyle03:51
*** annashen has quit IRC03:57
*** annashen has joined #openstack-trove04:11
*** SlickNik_ has joined #openstack-trove04:13
*** annashen has quit IRC04:14
*** annashen has joined #openstack-trove04:19
*** tobe has quit IRC04:40
*** bhunter71 has quit IRC04:45
*** jaredroh_ has joined #openstack-trove04:54
*** jaredroh_ has quit IRC05:01
*** tobe has joined #openstack-trove05:19
*** annashen has quit IRC05:29
openstackgerritSushil Kumar proposed openstack/trove: Fixes the failing unit-tests  https://review.openstack.org/19572005:50
*** links has joined #openstack-trove05:55
*** Shaik has joined #openstack-trove06:04
*** tobe has quit IRC06:05
*** tianqing has joined #openstack-trove06:07
ShaikHi, I'm having issue with Mongodb db instance creation, mongo service is not working in db instance06:08
tianqingget into the intances, and see the log06:09
ShaikGetting this error: Failed: error connecting to db server: no reachable servers06:09
tianqingget why can not connecting to db server..06:10
ShaikI see the the log to start the mongod service06:12
Shaiksudo start mongod || true06:12
tianqingwhy can not start mongd?06:12
ShaikI mean i see the command to start mongod service but later on hearbeat command failing.06:13
Shaiknot sure what was the issue06:13
tianqingthe mongod is start?06:14
tianqinggo to see how the guestagent to check mongod's status...06:15
sushilkmShaik, r u using the latest code or some branch06:17
Shaikmongod service is not running06:18
Shaiki'm using the kilo version06:18
sushilkmokies06:19
sushilkmany error message that u get06:19
ShaikNo06:19
ShaikCan i paste my logs?06:20
sushilkmthat wud help identifying the resolutions06:20
Shaikhttp://paste.openstack.org/show/321276/06:23
sushilkmcan u check if mongodb is actually running or not on ur VM06:25
*** annashen has joined #openstack-trove06:30
*** Shaik has quit IRC06:30
*** Shaik has joined #openstack-trove06:32
ShaikNo, Mongod service is not running06:33
Shaik@sushilkm,@tianqing. Mongod service is not running06:35
*** tobe has joined #openstack-trove06:40
*** coolsvap|away is now known as coolsvap06:44
ShaikI did not see single line in /var/log/mongodb/mongodb.log06:47
SlickNik_Shaik, which version of mongodb are you using on your image?06:48
Shaikversion is 3.0.406:49
SlickNik_Also, can you run a "service mongodb status" on your guest and tell us what the output is?06:50
Shaikmongodb: unrecognized service06:50
Shaikis it "service mongod status" ?06:51
Shaikmongod stop/waiting06:51
Shaikthis is the output for "service mongod status"06:51
*** coolsvap is now known as coolsvap|away06:56
SlickNik_Shaik -- yes "service mongod status" is good07:06
Shaikbut it service is not running07:06
SlickNik_Yes, I see that07:07
SlickNik_Looks like the guest agent did try to start mongod from the logs07:08
SlickNik_But it seems like it either failed or started and then stopped.07:09
SlickNik_I'm not sure which.07:09
SlickNik_Can you please try to start it by hand "sudo start mongod" and look at what the output is?07:09
vkmcShaik, did you allocated enough storage for the journals_07:14
vkmcs/allocated/allocate07:14
ShaikI'm not sure about that, Could you please let me know how to verify that?07:17
vkmcShaik, check mongodb logs, precisely, under /var/log/mongodb07:18
vkmcin the guest07:18
vkmclast time I launched a mongo instance I had to allocate a volume of 5gigs07:18
Shaikthere is no single line in mongodb.log07:20
vkmcyou are in Ubuntu?07:22
*** annashen has quit IRC07:23
vkmcyes you are07:23
* vkmc read the backlog07:23
*** erkules_ is now known as erkules07:24
*** erkules has joined #openstack-trove07:24
vkmctry to restart the service using the command SlickNik mentioned07:24
SlickNik_Shaik, looking at your paste output it looks like your config has smallfiles=false -- what size of volume are you using for your MongoDB instance? If your volume size is too small (less than 3-4 GB) that would prevent mongo from starting.07:28
ShaikOk07:29
Shaiklet me create one more instance with volume size 507:30
openstackgerritMasaki Matsushita proposed openstack/trove: Make FlavorView return flavor ID as string  https://review.openstack.org/19590207:35
ShaikI'm getting same error even i have created with db instance with volume size 607:37
SlickNik_Did you try manually starting the service? Does it start up?07:38
Shaikshould i run this command "sudo start mongod" ?07:40
SlickNik_yes please, and tell us what you find.07:41
Shaikks@mongodb:~$ sudo start mongod mongod start/running, process 232007:41
Shaikbut service is not running.07:42
sushilkmoops, i was disconnected and cant see this chat07:42
openstackgerritMasaki Matsushita proposed openstack/python-troveclient: Fix flavor-show problems with UUID  https://review.openstack.org/19394007:43
SlickNik_Shaik, so it looks like mongo is failing to start. You mentioned you're not seeing any mongo logs at all? Can you double check that?07:43
sushilkmyes thats the problem of volume size, i too tried creating this with latest trove and got similar problem07:44
vkmcsushilkm, did you try to launch a cluster btw? :)07:45
ShaikI don't see logs in /var/log/mongodb/mongodb.log07:45
sushilkmvkmc, not cluster, i tried only single instance07:46
vkmcsushilkm, k k07:46
vkmcShaik, what about /var/lib/mongodb, do you have a any journal file there?07:46
vkmcShaik, also, check if you don't have a /var/log/mongodb/mongod.log07:47
openstackgerritMasaki Matsushita proposed openstack/python-troveclient: Make subcommands accept flavor name and cluster name  https://review.openstack.org/18957307:48
*** Shaik_ has joined #openstack-trove07:55
*** Shaik_ has quit IRC07:56
*** Shaik_ has joined #openstack-trove07:56
Shaik_Hi07:57
sushilkmHello Shaik_07:57
Shaik_file is exist07:57
*** Shaik has quit IRC07:58
sushilkmwhich file log or journal07:58
Shaik_log file07:58
Shaik_mongod.log07:58
sushilkmso what does it say07:58
*** Glass_saga_ has joined #openstack-trove07:59
Shaik_added logs to http://paste.openstack.org/show/321295/08:01
*** jaredroh_ has joined #openstack-trove08:02
sushilkmcan u run the mongostat manually to test if mongodb has started08:02
sushilkmdo u have only one file in /var/log/mongodb08:02
Shaik_Failed: error connecting to db server: no reachable servers08:03
Shaik_I have 2 files08:03
Shaik_mongod.log and mongodb.log08:03
sushilkmcan u paste contents of both08:04
Shaik_but there is not content in mongodb.log08:04
sushilkmokies08:04
sushilkmok try a mongodb start and check the contents of mongod.log08:04
*** jaredroh_ has quit IRC08:06
Shaik_executed sudo mongod08:17
Shaik_http://paste.openstack.org/show/321299/ updated08:18
sushilkmit looks it has started08:19
sushilkmcan u check mongostat08:19
Shaik_ mongostat --host 10.0.0.100 -n 1 insert query update delete getmore command flushes mapped  vsize   res faults qr|qw ar|aw netIn netOut conn     time     *0    *0     *0     *0       0     1|0       0  80.0M 356.0M 49.0M      0   0|0   0|0   79b    10k    1 08:21:4108:22
sushilkmso this is working now08:22
Shaik_But I had executed below command08:23
Shaik_sudo mkdir -p /data/db sudo mkdir -p /data/log sudo chown -R  mongodb:mongodb /data/db/ sudo chown -R  mongodb:mongodb /data/log08:23
Shaik_to start mongod08:23
Shaik_and I don't see logs for that08:24
sushilkmkeep a record of that08:24
sushilkmmay be we need to file bug08:24
sushilkmok anyways now can u see trove-guest logs08:24
*** nexusz99 has joined #openstack-trove08:41
*** nexusz99 has quit IRC08:42
Shaik_Now guest agent running08:42
*** tobe has quit IRC09:02
*** husanu5 has joined #openstack-trove09:09
*** husanu5 has quit IRC09:18
*** husanu2 has joined #openstack-trove09:23
*** nexusz99 has joined #openstack-trove09:24
*** husanu2 has quit IRC09:28
*** nexusz99 has quit IRC09:29
*** Shaik_ has quit IRC09:32
*** tosky has joined #openstack-trove09:32
*** exploreshaifali has joined #openstack-trove09:33
*** nexusz99 has joined #openstack-trove09:33
*** k4n0 has joined #openstack-trove10:13
*** annashen has joined #openstack-trove10:24
*** annashen has quit IRC10:28
*** links has quit IRC10:36
*** nexusz99 has quit IRC10:48
*** nexusz99 has joined #openstack-trove10:49
*** IanGovett has joined #openstack-trove10:56
*** mariusv has joined #openstack-trove11:00
*** mariusv has quit IRC11:00
*** mariusv has joined #openstack-trove11:00
*** mariusv has quit IRC11:01
*** kbyrne has quit IRC11:16
*** links has joined #openstack-trove11:17
*** sgotliv has quit IRC11:18
*** sgotliv has joined #openstack-trove11:19
*** links has quit IRC11:19
*** nexusz99 has quit IRC11:19
*** kbyrne has joined #openstack-trove11:20
*** kbyrne has quit IRC11:21
*** kbyrne has joined #openstack-trove11:21
*** tianqing has quit IRC11:24
*** Forresp_ has joined #openstack-trove11:52
*** Forresp__ has joined #openstack-trove11:53
*** Forresp has quit IRC11:54
*** Forresp_ has quit IRC11:57
*** pmackinn has joined #openstack-trove12:17
*** Longgeek_ has joined #openstack-trove12:17
*** amrith is now known as _amrith_12:17
openstackgerritDuk Loi proposed openstack/python-troveclient: Add root-disable api  https://review.openstack.org/19602112:19
*** exploreshaifali has quit IRC12:20
*** Longgeek has quit IRC12:21
openstackgerritDuk Loi proposed openstack/trove: Add support for root-disable  https://review.openstack.org/19602512:24
*** Longgeek has joined #openstack-trove12:41
*** Longgeek_ has quit IRC12:45
*** tomblank has joined #openstack-trove13:04
*** johnma has joined #openstack-trove13:25
*** tosky_ has joined #openstack-trove13:27
*** tosky is now known as Guest935713:28
*** tosky_ is now known as tosky13:28
*** tosky_ has joined #openstack-trove13:31
*** tosky is now known as Guest5966113:31
*** tosky_ is now known as tosky13:31
*** Guest9357 has quit IRC13:31
*** Guest59661 has quit IRC13:32
openstackgerritMorgan Jones proposed openstack/trove-specs: Cluster Scaling  https://review.openstack.org/19192513:49
openstackgerritMorgan Jones proposed openstack/trove-specs: Cluster Scaling  https://review.openstack.org/19192513:55
*** Forresp__ has quit IRC14:04
*** _amrith_ is now known as amrith14:04
*** Forresp has joined #openstack-trove14:19
*** Forresp_ has joined #openstack-trove14:20
*** Forresp has quit IRC14:24
*** Forresp_ has quit IRC14:27
*** sgotliv has quit IRC14:34
*** k4n0 has quit IRC14:50
*** amrith is now known as _amrith_14:55
*** bhunter71 has joined #openstack-trove15:18
*** radez is now known as radez_g0n315:30
*** radez_g0n3 is now known as radez15:30
*** _amrith_ is now known as amrith15:40
*** ViswaV has joined #openstack-trove15:51
*** johnma has quit IRC15:52
*** ViswaV_ has joined #openstack-trove15:55
*** ViswaV has quit IRC15:56
*** johnma has joined #openstack-trove16:07
*** jaredroh_ has joined #openstack-trove16:16
*** amrith is now known as _amrith_16:18
*** exploreshaifali has joined #openstack-trove16:43
*** shayneburgess_ has left #openstack-trove16:45
*** esmute__ has joined #openstack-trove16:47
*** shayneburgess_ has joined #openstack-trove16:48
*** ramashri has joined #openstack-trove16:53
*** tomblank has quit IRC16:53
*** pmackinn has quit IRC16:57
*** Longgeek has quit IRC17:02
*** annashen has joined #openstack-trove17:03
*** tomblank has joined #openstack-trove17:07
*** ViswaV_ has quit IRC17:09
*** johnma has quit IRC17:13
*** tomblank has quit IRC17:19
*** ViswaV has joined #openstack-trove17:22
*** nexusz99 has joined #openstack-trove17:23
*** ViswaV_ has joined #openstack-trove17:24
*** ViswaV has quit IRC17:26
*** Forresp has joined #openstack-trove17:28
*** Forresp has quit IRC17:32
openstackgerritMatthew Van Dijk proposed openstack/trove: Support authentication in the MongoDB guest agent  https://review.openstack.org/18773417:39
*** pmackinn has joined #openstack-trove17:44
*** esmute__ has quit IRC17:45
openstackgerritMatthew Van Dijk proposed openstack/trove: MongoDB user management - access grant/revoke/show  https://review.openstack.org/19082117:49
*** ViswaV_ has quit IRC17:50
openstackgerritMatthew Van Dijk proposed openstack/trove: MongoDB user management - create/list/show/delete  https://review.openstack.org/18998917:51
*** esmute__ has joined #openstack-trove17:56
*** johnma has joined #openstack-trove17:59
*** Longgeek has joined #openstack-trove18:02
*** ViswaV has joined #openstack-trove18:03
*** hogepodge has quit IRC18:06
*** annashen has quit IRC18:08
*** Longgeek has quit IRC18:08
*** annashen has joined #openstack-trove18:08
openstackgerritMatthew Van Dijk proposed openstack/trove: MongoDB user management - access grant/revoke/show  https://review.openstack.org/19082118:12
*** tosky has quit IRC18:14
sushilkmpeterstac yt18:26
*** nexusz99 has quit IRC18:27
peterstacsushilkm, hi18:27
sushilkmRegarding https://review.openstack.org/#/c/19572018:27
sushilkmI did some investigation18:27
sushilkmand it looks it was a bug with older sqlalchemy18:27
sushilkmSee this18:28
sushilkmhttp://paste.openstack.org/show/321425/18:28
peterstacok, maybe drop a note in the bug then? (preferably with a reference ;))18:29
sushilkmand i found few more people complaining this18:29
sushilkmhttp://stackoverflow.com/questions/5729500/how-does-sqlalchemy-handle-unique-constraint-in-table-definition18:29
sushilkmyep i wud do that, thanks18:29
sushilkmFine, I have updated the info in bug18:33
*** _amrith_ is now known as amrith18:38
peterstacsushilkm, thx!  I'll run some quick tests ..18:40
sushilkmThanks peterstac18:40
*** hogepodge has joined #openstack-trove18:41
*** esmute__ has quit IRC18:50
peterstacsushilkm: No, thank you ;)18:52
sushilkmWelcome buddy, after all we all are contributors ;)18:53
sushilkmhad a question, how do we setup the stable/kilo environment18:54
*** ramashri has quit IRC19:02
*** tomblank has joined #openstack-trove19:07
*** rjaiswal has joined #openstack-trove19:14
*** esmute__ has joined #openstack-trove19:17
*** tomblank has quit IRC19:32
*** ramashri has joined #openstack-trove19:56
*** nexusz99 has joined #openstack-trove19:57
*** nexusz99 has quit IRC20:02
*** Longgeek has joined #openstack-trove20:04
*** ramashri has quit IRC20:07
*** Longgeek has quit IRC20:09
*** pmackinn has quit IRC20:11
*** pmackinn has joined #openstack-trove20:27
*** esmute__ has quit IRC20:31
*** ramashri has joined #openstack-trove20:33
*** esmute__ has joined #openstack-trove20:33
*** sgotliv has joined #openstack-trove20:52
*** johnma has quit IRC21:00
openstackgerritMerged openstack/trove: Fixes the failing unit-tests  https://review.openstack.org/19572021:19
*** Longgeek has joined #openstack-trove21:22
*** mattgriffin has joined #openstack-trove21:22
*** rjaiswal has quit IRC21:24
*** openstack has joined #openstack-trove21:24
*** Longgeek has quit IRC21:26
*** esmute__ has quit IRC21:32
*** mattgriffin has quit IRC21:41
*** esmute__ has joined #openstack-trove21:41
*** nexusz99 has joined #openstack-trove21:46
*** nexusz99 has quit IRC21:51
*** esmute__ has quit IRC21:52
*** esmute__ has joined #openstack-trove21:54
*** esmute__ has quit IRC21:54
*** esmute__ has joined #openstack-trove21:56
*** rwsu has quit IRC21:56
openstackgerritSharika Pongubala proposed openstack/trove: User management for Vertica clusters and instances  https://review.openstack.org/19440221:59
*** esmute__ has quit IRC22:01
*** ashleigh_ has quit IRC22:02
*** ashleighfarnham has joined #openstack-trove22:04
openstackgerritOpenStack Proposal Bot proposed openstack/trove: Updated from global requirements  https://review.openstack.org/19041322:05
*** esmute__ has joined #openstack-trove22:08
*** exploreshaifali has quit IRC22:15
*** annashen has quit IRC22:22
*** annashen has joined #openstack-trove22:22
*** jaredroh_ has quit IRC22:23
*** Forresp has joined #openstack-trove22:25
*** Forresp_ has joined #openstack-trove22:26
*** jaredroh_ has joined #openstack-trove22:28
*** Forresp has quit IRC22:29
*** annashen has quit IRC22:39
*** pmackinn has quit IRC22:46
*** annashen has joined #openstack-trove22:50
*** nexusz99 has joined #openstack-trove22:58
*** nexusz99 has quit IRC23:02
*** jaredroh_ has quit IRC23:04
*** jaredroh_ has joined #openstack-trove23:06
*** jaredroh_ has quit IRC23:10
*** johnma has joined #openstack-trove23:11
*** annashen has quit IRC23:14
*** Longgeek has joined #openstack-trove23:22
*** annashen has joined #openstack-trove23:26
*** annashen has quit IRC23:31
*** Longgeek has quit IRC23:44
*** ashleighfarnham has quit IRC23:50
*** ramashri has quit IRC23:52
*** Forresp_ has quit IRC23:54

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