Monday, 2017-01-23

*** thorst_ has joined #openstack-telemetry00:03
*** thorst_ has quit IRC00:08
*** hfu has joined #openstack-telemetry00:39
*** thorst_ has joined #openstack-telemetry00:50
*** thorst_ has quit IRC00:53
*** vint_bra has quit IRC01:20
*** donghao has quit IRC01:29
*** donghao has joined #openstack-telemetry01:31
openstackgerritJake Yip proposed openstack/gnocchi: Fix error message  https://review.openstack.org/42387901:38
*** thorst_ has joined #openstack-telemetry01:55
*** thorst_ has quit IRC01:56
openstackgerritMerged openstack/gnocchi: carbonara: add tests for each aggregation  https://review.openstack.org/42369701:56
*** jefrite has quit IRC02:20
*** jefrite has joined #openstack-telemetry02:27
*** xiaofandh12 has joined #openstack-telemetry02:30
*** donghao has quit IRC02:34
*** dave-mccowan has joined #openstack-telemetry02:38
*** thorst_ has joined #openstack-telemetry02:48
*** thorst_ has quit IRC02:48
*** dschultz has quit IRC02:55
*** gongysh has joined #openstack-telemetry03:05
*** sudipto has joined #openstack-telemetry03:31
*** sudipto_ has joined #openstack-telemetry03:31
openstackgerritJake Yip proposed openstack/gnocchi: Fix error message  https://review.openstack.org/42387903:39
*** jefrite has quit IRC03:43
*** jefrite has joined #openstack-telemetry03:49
*** dschultz has joined #openstack-telemetry03:52
*** dave-mccowan has quit IRC03:53
*** jefrite has quit IRC03:54
*** dave-mccowan has joined #openstack-telemetry04:04
openstackgerritHa Dung proposed openstack/aodh: Fix all current typo bugs on Aodh project.  https://review.openstack.org/42390004:06
*** dschultz has quit IRC04:15
*** dave-mccowan has quit IRC04:35
*** gongysh has quit IRC04:36
*** xiaofandh12 has quit IRC04:46
*** thorst_ has joined #openstack-telemetry04:49
*** dschultz has joined #openstack-telemetry04:52
*** rbak has quit IRC04:53
*** r-mibu has quit IRC04:53
*** r-mibu has joined #openstack-telemetry04:53
*** thorst_ has quit IRC04:54
*** donghao has joined #openstack-telemetry05:05
*** Jack_Iv has joined #openstack-telemetry05:12
*** gongysh has joined #openstack-telemetry05:16
*** Jack_Iv has quit IRC05:17
*** gongysh has quit IRC05:32
*** Gautam has joined #openstack-telemetry05:43
*** Jack_Iv has joined #openstack-telemetry05:56
*** nadya has joined #openstack-telemetry05:56
*** Jack_Iv has quit IRC05:56
*** Jack_Iv has joined #openstack-telemetry05:56
*** Jack_Iv_ has joined #openstack-telemetry06:00
*** Jack_Iv has quit IRC06:04
*** nadya has quit IRC06:07
*** Jack_Iv_ has quit IRC06:11
*** thorst_ has joined #openstack-telemetry06:50
*** Gautam has quit IRC06:53
*** thorst_ has quit IRC06:55
*** Gautam_ has joined #openstack-telemetry06:57
*** hfu has quit IRC07:07
*** Gautam_ has quit IRC07:07
*** hfu has joined #openstack-telemetry07:07
*** Gautam has joined #openstack-telemetry07:27
*** tesseract has joined #openstack-telemetry07:31
*** dschultz has quit IRC07:31
*** Gautam_ has joined #openstack-telemetry07:41
*** Gautam has quit IRC07:41
*** hfu has quit IRC07:48
*** jvarlamova has joined #openstack-telemetry08:09
*** swamireddy has quit IRC08:15
*** pcaruana has joined #openstack-telemetry08:17
*** swamireddy has joined #openstack-telemetry08:34
*** jvarlamova has quit IRC08:36
*** jvarlamova has joined #openstack-telemetry08:36
*** yprokule has joined #openstack-telemetry08:48
openstackgerritMehdi Abaakouk (sileht) proposed openstack/gnocchi: carbonara: resample() with scipy/numpy  https://review.openstack.org/42363208:50
*** Gautam has joined #openstack-telemetry08:50
*** thorst_ has joined #openstack-telemetry08:51
*** Gautam_ has quit IRC08:52
openstackgerritMehdi Abaakouk (sileht) proposed openstack/gnocchi: carbonara: resample() with scipy/numpy  https://review.openstack.org/42363208:54
*** Gautam_ has joined #openstack-telemetry08:55
*** thorst_ has quit IRC08:56
*** Gautam has quit IRC08:57
*** nadya has joined #openstack-telemetry08:57
*** shardy has joined #openstack-telemetry09:02
*** Gautam has joined #openstack-telemetry09:04
*** Gautam_ has quit IRC09:05
silehtjd__, I'm working on a custom pandas.Series() that doesn't use pandas09:09
jd__sileht: why am I not surprised09:10
silehtjd__, removing the pandas <-> numpy convertion is a huge perf win, BUT09:10
silehtjd__, I can't find a combine_first() that at least fast as pandas09:10
jd__sileht: we're gonna release this week so if there are things simpler u want to do before go ahead09:10
silehtjd__, I prefer to keep this for next cycle09:11
silehtjd__, we already have a good enhancement09:11
jd__yeah I imagine it's not that simple :)09:11
jd__clearly yeah :)09:11
* sileht need to find a numpy expert09:11
silehtjd__, I have one more algo to test to replace combine_first, but it involve loop, so I'm not sure it will perform well09:12
silehtjd__, numpy have a np.nditer() to iterate in a efficient manner09:12
silehtI will test that if that works, I have read in the doc that if you compile the nditer() loop in cython you got a other huge enhancement for free09:13
silehtjd__, currently combine_first is last pandas call that take more times than IO09:14
jd__sileht: and what magic does panda use to make it fast?09:14
*** Gautam has quit IRC09:14
silehtjd__, from what I have read the power of pandas is the 'indexer'09:14
silehtjd__, everything else is slow09:14
silehtand their combine_first() impelemtation uses some tricks around the indexer (That I don't really understand)09:15
jd__sileht: also don't forget to make a pass on review on gnocchi asap :)09:15
silehtjd__, sure09:15
silehtjd__, other topic, requirements teams have accept to have two libs that cover the same need, to save monasca from been retired from projects.txt09:16
silehtmonasca now vendor the old kakfa lib, packaged will be happy :)09:17
silehtpackaged/packagers09:17
jd__LOL09:18
jd__so you mean they put it into their source tree?09:18
silehtjd__, yes09:19
silehtjd__, if we remove pandas: http://paste.openstack.org/show/596005/09:19
jd__ah lala i don't know what to say, whatever09:19
jd__nice improvement sileht09:20
silehtjd__, merge() does twice pandas convertion with my pacth09:20
*** yprokule_ has joined #openstack-telemetry09:20
*** yprokule has quit IRC09:21
*** yprokule_ is now known as yprokule09:21
silehtarf, I have many review I have missed to push the send btn...09:24
*** yarkot has quit IRC09:29
*** efoley has joined #openstack-telemetry09:29
*** dschultz has joined #openstack-telemetry09:32
*** dschultz has quit IRC09:37
*** yassine has joined #openstack-telemetry09:37
*** yassine is now known as Guest1726809:37
openstackgerritMerged openstack/gnocchi: Fix error message  https://review.openstack.org/42387909:43
openstackgerritJake Yip proposed openstack/gnocchi: Remove redundant comma  https://review.openstack.org/42402909:45
openstackgerritMerged openstack/aodh: Fix all current typo bugs on Aodh project.  https://review.openstack.org/42390009:58
*** nadya has quit IRC10:04
openstackgerritMerged openstack/gnocchi: Remove workaround to upgrade from 2.2.0  https://review.openstack.org/41953810:06
openstackgerritMerged openstack/gnocchi: archive_policy: provide a boolean storage archive policy by default  https://review.openstack.org/41956110:06
openstackgerritMerged openstack/gnocchi: storage: add more debug information to trace behaviour  https://review.openstack.org/41953210:06
*** yprokule_ has joined #openstack-telemetry10:07
*** yprokule has quit IRC10:09
*** yprokule_ is now known as yprokule10:09
openstackgerritMerged openstack/aodh: enable cachetools for gnocchi alarms  https://review.openstack.org/41962810:10
*** Gautam has joined #openstack-telemetry10:18
openstackgerritMerged openstack/panko: add tempest plugin base  https://review.openstack.org/41967510:28
*** Jack_Iv has joined #openstack-telemetry10:31
*** Gautam_ has joined #openstack-telemetry10:32
*** Gautam has quit IRC10:32
openstackgerritMerged openstack/ceilometer: Simplify code of test_complex_query  https://review.openstack.org/42184510:33
*** nadya has joined #openstack-telemetry10:38
*** cdent has joined #openstack-telemetry10:42
*** nadya has quit IRC10:43
*** purplerbot has quit IRC10:46
*** Jack_Iv has quit IRC10:46
*** purplerbot has joined #openstack-telemetry10:48
*** nadya has joined #openstack-telemetry10:48
*** thorst_ has joined #openstack-telemetry10:52
openstackgerritMerged openstack/python-ceilometerclient: cleanup aodh mocks  https://review.openstack.org/41918610:56
openstackgerritMerged openstack/python-ceilometerclient: panko redirect  https://review.openstack.org/41918910:56
*** thorst_ has quit IRC10:57
openstackgerritMerged openstack/python-ceilometerclient: cleanup aodh redirect  https://review.openstack.org/41919011:02
*** efoley_ has joined #openstack-telemetry11:07
*** Gautam_ has quit IRC11:10
*** efoley has quit IRC11:11
*** vint_bra has joined #openstack-telemetry11:15
*** vint_bra has quit IRC11:16
openstackgerritMehdi Abaakouk (sileht) proposed openstack/ceilometer: tripleo: Fix logging of tripleo discovery  https://review.openstack.org/42406911:31
*** efoley__ has joined #openstack-telemetry11:53
openstackgerritAlexey Weyl proposed openstack/aodh: Add userdata field to all alarms  https://review.openstack.org/42040911:56
*** efoley_ has quit IRC11:57
*** thorst_ has joined #openstack-telemetry12:03
*** thorst_ has quit IRC12:04
*** Gautam has joined #openstack-telemetry12:04
*** Gautam has quit IRC12:04
*** Gautam has joined #openstack-telemetry12:05
*** dave-mccowan has joined #openstack-telemetry12:05
*** vint_bra has joined #openstack-telemetry12:13
*** Gautam has quit IRC12:17
*** Gautam has joined #openstack-telemetry12:18
*** shardy is now known as shardy_lunch12:22
*** Gautam has quit IRC12:24
*** dave-mccowan has quit IRC12:25
*** Guest17268 has quit IRC12:27
EmilienMjd__, sileht, pradk: FYI even with https://github.com/openstack/gnocchi/commit/3b99004f6e59e0f6c1dc46adbeb30356f85fd389 - it still fail with old panda12:28
jd__EmilienM: same error?12:29
EmilienMhttps://github.com/openstack/gnocchi/commit/3b99004f6e59e0f6c1dc46adbeb30356f85fd38912:29
EmilienMI think yes12:29
silehtjd__, perhaps this one: https://github.com/openstack/gnocchi/blob/master/gnocchi/carbonara.py#L84-L8612:29
jd__sileht: hm I would not think so since the ts here is "simple" and not a parsing12:30
EmilienMfyi2, number80 is working on updating panda atm12:30
EmilienMin RDo12:30
EmilienMbut it can take some time12:30
jd__I'm gonna run the test with pandas 0.17 to check12:30
jd__give me 10 minutes :)12:31
EmilienMI don't find the trace in gnocchi logs12:31
*** Gautam has joined #openstack-telemetry12:31
jd__EmilienM: the API returns 400, check tempest log12:31
EmilienMok12:33
jd__I can reproduce the failure locally12:35
jd__so it should be fixed in a few minutes12:35
EmilienMthanks12:35
*** gordc has joined #openstack-telemetry12:36
*** amoralej has joined #openstack-telemetry12:36
*** Guest17268 has joined #openstack-telemetry12:40
*** vint_bra has quit IRC12:41
jd__bug identified12:42
*** Jack_Iv has joined #openstack-telemetry12:43
*** dave-mccowan has joined #openstack-telemetry12:45
*** catintheroof has joined #openstack-telemetry12:45
*** vint_bra has joined #openstack-telemetry12:46
openstackgerritMerged openstack/panko: remove event redundancy  https://review.openstack.org/41961712:49
*** catintheroof has quit IRC12:50
jd__bug acquired12:51
jd__bug targetted12:51
jd__bug fixed… and new bug found :D12:56
EmilienMjd__: headshot?12:56
jd__always12:56
*** catintheroof has joined #openstack-telemetry12:58
gordcdrinking on a monday?13:00
jd__it's Monday?13:01
gordcgood answer.13:01
gordchr approves13:01
jd__EmilienM: so even I fix this bug there's a new bug, and this one is in Pandas so… we need to update Pandas, I'll fix our requirement list13:02
EmilienMoops13:02
openstackgerritMerged openstack/panko: remove event_* prefixes  https://review.openstack.org/41965213:02
openstackgerritgordon chung proposed openstack/gnocchi: increase timeout  https://review.openstack.org/42409813:04
jd__again13:04
openstackgerritJulien Danjou proposed openstack/gnocchi: Update Pandas requirements to 0.18  https://review.openstack.org/42410113:09
jd__EmilienM: sorry ^^^^13:09
EmilienMjd__: ack13:10
EmilienMI think the best thing would be to update pandas et voilà13:11
jd__EmilienM: clearly yes13:16
EmilienMjd__: that's what number80 does currently, to have 0.19 in RDO13:22
*** nadya has quit IRC13:24
*** vint_bra has quit IRC13:24
*** vint_bra has joined #openstack-telemetry13:24
*** amoralej is now known as amoralej|luch13:26
*** shardy_lunch is now known as shardy13:28
silehtjd__, the monthly uncatched mysql exception is there ! http://paste.openstack.org/show/596052/13:38
jd__sileht: ()#*(#@13:45
openstackgerritgordon chung proposed openstack/gnocchi: stop validating aggregation on init  https://review.openstack.org/42371613:46
openstackgerritMehdi Abaakouk (sileht) proposed openstack/gnocchi: indexer: catch another mysql exception  https://review.openstack.org/42411913:50
silehtjd__, ^13:50
*** tlian has joined #openstack-telemetry13:54
*** amoralej|luch is now known as amoralej13:58
*** jfluhmann has joined #openstack-telemetry14:08
*** thorst_ has joined #openstack-telemetry14:08
*** jfluhmann has quit IRC14:11
openstackgerritAlexey Weyl proposed openstack/aodh: Add userdata field to all alarms  https://review.openstack.org/42040914:12
*** Jack_Iv has quit IRC14:12
*** nadya has joined #openstack-telemetry14:13
*** jmlowe has quit IRC14:15
EmilienMjd__: if you have some little time, can you review https://review.openstack.org/419706 again and give more feedback? I want to propose it tomorrow at TC meeting14:16
*** jmlowe has joined #openstack-telemetry14:16
*** jmlowe has quit IRC14:16
openstackgerritgordon chung proposed openstack/gnocchi: drop gnocchi_<id>_container object  https://review.openstack.org/39857414:21
openstackgerritgordon chung proposed openstack/gnocchi: drop gnocchi_<id>_container object  https://review.openstack.org/39857414:22
*** Jack_Iv has joined #openstack-telemetry14:23
silehtjd__, my answer to oracle about the last mysql bug I have discovered, they have put won't fix: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1657989/comments/314:23
openstackLaunchpad bug 1657989 in mysql-5.7 (Ubuntu) "No more able to create non null datetime column" [High,Won't fix]14:23
*** fguillot has joined #openstack-telemetry14:24
silehtjd__, my next question is 'does mysql developers use database' ?14:24
jd__lol14:25
silehtthis database is a joke14:25
jd__sileht: this is exactly like check CHECK that u can put in your tables but that are not enforced14:25
jd__what the damn point14:26
silehtjd__, seriously you can't have the same schema between a new DB and an altered one... they can't be serious14:27
jd__sileht: it's not SGBD it's RDBMS in English ;)14:27
silehtoups14:27
jd__or DBMS if it's not Relational14:27
silehtous14:28
silehtoups14:28
*** catinthe_ has joined #openstack-telemetry14:29
*** Gautam has quit IRC14:31
openstackgerritgordon chung proposed openstack/ceilometer: set panko dispatcher if enabled  https://review.openstack.org/41850514:31
*** Gautam has joined #openstack-telemetry14:31
*** catintheroof has quit IRC14:32
openstackgerritMerged openstack/gnocchi: carbonara: resample() with scipy/numpy  https://review.openstack.org/42363214:34
*** Gautam has quit IRC14:36
*** cdent has quit IRC14:40
openstackgerritMerged openstack/gnocchi: increase timeout  https://review.openstack.org/42409814:46
*** Gautam has joined #openstack-telemetry14:58
*** rbak has joined #openstack-telemetry15:06
*** Jack_Iv has quit IRC15:08
*** jmlowe has joined #openstack-telemetry15:13
*** Gautam has quit IRC15:17
*** Gautam has joined #openstack-telemetry15:18
*** pshedimb has joined #openstack-telemetry15:18
pshedimbgordc, hi15:19
pshedimbI have a question wrt ceilomeger15:20
pshedimbceilometer*15:20
openstackgerritJulien Danjou proposed openstack/gnocchi: Update Pandas requirements to 0.18  https://review.openstack.org/42410115:20
pshedimbWhen I try to poll for cpu_l3_cache, I get this warning15:21
pshedimbWARNING ceilometer.compute.pollsters.cpu [-] Cannot inspect data of CPUL3CachePollster for 94866726-387b-41ef-88b5-31e664e1d015, non-fatal reason: Perf is not supported by current version of libvirt, and failed to inspect l3 cache usage of 94866726-387b-41ef-88b5-31e664e1d015, can not get info from libvirt: 'virConnect' object has no attribute 'domainListGetStats'15:21
pshedimbAny idea on how to update libvirt for devstack?15:21
*** Gautam has quit IRC15:22
pshedimbAnyone in ceilometer who can help me out?15:23
silehtpshedimb, libvirt is part of your operating system, it's not downloaded by devstack15:24
silehtpshedimb, devstack just does apt-get install python-libvirt15:24
gordc^ is smarter than me.15:24
*** Gautam has joined #openstack-telemetry15:29
*** nicodemus_ has joined #openstack-telemetry15:29
openstackgerritJulien Danjou proposed openstack/gnocchi: Add a release note about storage/incoming split  https://review.openstack.org/42419715:31
*** Gautam has quit IRC15:33
*** cdent has joined #openstack-telemetry15:37
*** efoley has joined #openstack-telemetry15:40
*** efoley__ has quit IRC15:41
*** shardy has quit IRC15:41
*** shardy has joined #openstack-telemetry15:42
pshedimbsileht, what I meant is how do I upgrade libvirt version to 2.4+, given that Ubuntu has 1.2.2 as the latest one available15:44
pshedimbIf I build libvirt version 2.4+ from source, how do I make devstack use the latest version instead of the default Ubuntu version (1.2.2)15:46
silehtpshedimb, cloudarchive ocata have the right version15:47
silehtit's 2.515:47
silehtpshedimb, something like 'sudo add-apt-repository cloud-archive:ocata' should work15:47
pshedimbsileht, Awesome. Thanks man :)15:47
*** efoley_ has joined #openstack-telemetry16:01
*** efoley has quit IRC16:05
*** sanchitmalhotra1 has joined #openstack-telemetry16:07
*** sanchitmalhotra has quit IRC16:08
*** sanchitmalhotra1 is now known as sanchitmalhotra16:08
*** pcaruana has quit IRC16:13
openstackgerritMerged openstack/gnocchi: indexer: catch another mysql exception  https://review.openstack.org/42411916:34
jmloweNow that I'm back, I'm going to try to tackle my gummed up gnocchi ceph backend16:35
jmlowecan I just move all of the measurement objects out then trickle them back in?16:35
openstackgerritMerged openstack/gnocchi: Remove redundant comma  https://review.openstack.org/42402916:36
*** nadya has quit IRC16:37
*** efoley__ has joined #openstack-telemetry16:38
gordcjmlowe: your measure_* files?16:38
jmloweyeah16:38
gordcjmlowe: not really. because there's an omap value associated with it.16:38
jmloweah, ok16:38
*** Jack_Iv has joined #openstack-telemetry16:38
gordcyou'd have to move out both... which seems like a lot of work16:39
cdentjd__: I suppose this is to be expected, but these questions are getting increasingly more difficult to answer16:39
jmloweI'm assuming most of my trouble is because a 'rados ls -p gnocchi' takes 15 min16:39
gordcjmlowe: hmm.. i don't know what performance is suppose to be like on taht command.16:39
gordcwe don't actually run that at any point in gnocchi16:40
gordcwhat was your "ceph health" again?16:40
gordcthat's probably your issue.16:41
*** efoley_ has quit IRC16:41
gordcbut i have no idea how to manage ceph ... only use it for dev16:41
*** hoonetorg has joined #openstack-telemetry16:42
*** hoonetorg has quit IRC16:45
*** hoonetorg has joined #openstack-telemetry16:47
*** dschultz has joined #openstack-telemetry16:49
*** vint_bra has quit IRC16:51
*** dschultz has quit IRC16:54
jmloweit's great, I turn on metricd and my osd's start timing out16:54
jmloweturn it off and I go healthy again16:54
*** dschultz has joined #openstack-telemetry16:56
gordcwith v3? maybe just try one agent and one worker?16:56
*** david-lyle_ has joined #openstack-telemetry16:57
*** efoley_ has joined #openstack-telemetry16:58
*** yprokule has quit IRC17:00
jmloweyeah, that's just one metricd worker17:00
jmlowenot sure what you mean by agent17:01
gordcjmlowe: like just one process/service. but seems like you doing that already17:02
*** efoley__ has quit IRC17:02
*** david-lyle_ has quit IRC17:03
*** vint_bra has joined #openstack-telemetry17:05
*** nadya has joined #openstack-telemetry17:05
*** nadya has quit IRC17:06
*** vint_bra has quit IRC17:10
*** vint_bra has joined #openstack-telemetry17:10
openstackgerritRoman Podoliaka proposed openstack/panko: WIP: add panko to event_dispatchers in ceilo  https://review.openstack.org/42424617:14
*** tesseract has quit IRC17:15
*** nadya has joined #openstack-telemetry17:17
*** nadya has quit IRC17:29
jd__cdent: kinda… though if you want to rephrase or want to answer a different question let me know :)17:30
jd__cdent: I want to poke your brain, not torture you17:30
cdenti'll let you know when the pain gets too great17:30
cdentthis new I might actually have to think17:30
*** sudipto has quit IRC17:30
*** sudipto_ has quit IRC17:30
*** sudipto_ has joined #openstack-telemetry17:31
*** sudipto has joined #openstack-telemetry17:31
*** sudipto has quit IRC17:31
*** sudipto_ has quit IRC17:31
jd__hehe17:44
*** david-lyle_ has joined #openstack-telemetry17:56
*** david-lyle_ has joined #openstack-telemetry17:57
*** Jack_Iv has quit IRC18:01
*** Jack_Iv has joined #openstack-telemetry18:02
*** david-lyle_ is now known as david-lyle18:05
*** Jack_Iv has quit IRC18:06
*** nadya has joined #openstack-telemetry18:07
*** efoley__ has joined #openstack-telemetry18:11
*** efoley_ has quit IRC18:14
gordcsileht: when you free, want to take a quick look at this: https://review.openstack.org/#/c/41850518:21
silehtgordc, it's panko I trust you are our expert !18:37
gordcsileht: genius expert18:38
openstackgerritMerged openstack/gnocchi: stop validating aggregation on init  https://review.openstack.org/42371618:39
*** efoley__ has quit IRC18:43
*** catintheroof has joined #openstack-telemetry18:45
*** catinthe_ has quit IRC18:47
openstackgerritMehdi Abaakouk (sileht) proposed openstack/gnocchi: Revert "indexer: fix datetime with mysql >= 5.7.17"  https://review.openstack.org/42428918:51
*** shardy is now known as shardy_afk18:55
jmloweI'm looking at an upgrade from mitaka to newton in the near future, is there a preserve the ceilometer events database in panko procedure written out somewhere?18:58
silehtjmlowe, you can just point your panko database url to the one you define previously in ceilometer19:01
jmlowethat's easy enough19:02
silehtjmlowe, we just split the code base, no schema change19:02
jmloweI'm assuming it won't hold forever19:02
jmlowebut I can defer and focus on the rest of the upgrade19:02
silehtjmlowe, when you have switch to panko you can't move back19:02
*** kukacz has quit IRC19:03
*** catinthe_ has joined #openstack-telemetry19:03
*** catintheroof has quit IRC19:06
*** amoralej is now known as amoralej|off19:13
*** Guest17268 has quit IRC19:26
*** cdent has quit IRC19:37
*** narasimha_SV has joined #openstack-telemetry19:38
narasimha_SVceilometer with gnocchi backed is failing at ceilometer-upgrade command19:40
narasimha_SVhttp://paste.openstack.org/show/596117/19:40
narasimha_SVthis is my ceilometer.conf19:40
narasimha_SVgnocchi services are up and running properly19:40
narasimha_SVgnocchi user is properly assigned to service project as admin19:40
narasimha_SVerror while ceilometer-upgrade command  http://paste.openstack.org/show/596119/19:41
narasimha_SVany configurations which is not proper in my ceilometer.conf19:42
narasimha_SV?19:42
gordcnarasimha_SV: did you try devstack like i told you?19:44
gordccheck your policy.json19:44
*** vint_bra has quit IRC19:45
*** nadya has quit IRC19:45
narasimha_SVyes19:46
narasimha_SVdevtsack is working fine19:47
narasimha_SVand i can see configurations are almost same19:47
*** vint_bra has joined #openstack-telemetry19:47
gordcnarasimha_SV: the credentials you're providing doesn't meet requirements of policy.json... you'll need to figure that uot.19:49
openstackgerritMerged openstack/gnocchi: Add a release note about storage/incoming split  https://review.openstack.org/42419719:49
*** Jack_Iv has joined #openstack-telemetry19:58
nicodemus_jmlowe, as a comparison, a rados -p gnocchi ls in my ceph cluster takes a little over 2 minutes with over 1M objects in the pool19:59
*** ddyer has quit IRC20:13
*** ddyer has joined #openstack-telemetry20:26
openstackgerritgordon chung proposed openstack/ceilometer: check panko during integration test  https://review.openstack.org/41858620:28
*** pradk- has joined #openstack-telemetry20:31
*** pradk has quit IRC20:31
openstackgerritMerged openstack/gnocchi: drop gnocchi_<id>_container object  https://review.openstack.org/39857420:38
openstackgerritMerged openstack/gnocchi: Update Pandas requirements to 0.18  https://review.openstack.org/42410120:38
*** narasimha_SV has quit IRC20:38
*** pradk- is now known as pradk20:58
pshedimbsileht, Ubuntu Xenial does not support cloud-archive:ocata, its only supporting till newton21:01
pshedimbDoes Yakkety Yak support Ocata?21:02
*** adriant has joined #openstack-telemetry21:06
*** Jack_Iv has quit IRC21:17
*** Jack_Iv has joined #openstack-telemetry21:18
*** jmlowe has quit IRC21:19
*** Jack_Iv has quit IRC21:26
*** Jack_Iv has joined #openstack-telemetry21:26
*** Jack_Iv has quit IRC21:26
*** shardy_afk has quit IRC21:27
*** Jack_Iv has joined #openstack-telemetry21:27
*** Jack_Iv has quit IRC21:31
*** thorst_ has quit IRC21:35
*** thorst_ has joined #openstack-telemetry21:35
*** thorst_ has quit IRC21:40
*** nicodemus_ has quit IRC21:44
*** gordc has quit IRC21:48
*** fguillot has quit IRC21:54
*** thorst_ has joined #openstack-telemetry21:58
*** vint_bra has quit IRC22:01
*** thorst_ has quit IRC22:03
*** harlowja has quit IRC22:03
*** kukacz has joined #openstack-telemetry22:05
*** thorst_ has joined #openstack-telemetry22:13
*** thorst_ has quit IRC22:22
*** donghao has quit IRC22:23
openstackgerritOpenStack Proposal Bot proposed openstack/ceilometer: Updated from global requirements  https://review.openstack.org/32852922:40
*** catinthe_ has quit IRC23:23
*** donghao has joined #openstack-telemetry23:23
*** rbak has quit IRC23:24
*** donghao has quit IRC23:29
*** harlowja has joined #openstack-telemetry23:34
*** harlowja has quit IRC23:35
*** rbak has joined #openstack-telemetry23:37
*** dave-mccowan has quit IRC23:38
*** harlowja has joined #openstack-telemetry23:48

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