*** htruta_ has joined #openstack-ceilometer | 00:06 | |
*** _cjones_ has quit IRC | 00:14 | |
*** david-lyle has quit IRC | 00:24 | |
*** changbl has joined #openstack-ceilometer | 00:34 | |
*** pauldix has joined #openstack-ceilometer | 00:40 | |
*** thorst has joined #openstack-ceilometer | 01:03 | |
*** rbak has joined #openstack-ceilometer | 01:09 | |
*** rbak has quit IRC | 01:14 | |
*** thorst has quit IRC | 01:14 | |
*** rbak has joined #openstack-ceilometer | 01:15 | |
*** r-daneel has quit IRC | 01:19 | |
*** pauldix has quit IRC | 01:22 | |
*** pauldix has joined #openstack-ceilometer | 01:23 | |
*** ankita_w_ has quit IRC | 01:23 | |
*** ankita_wagh has joined #openstack-ceilometer | 01:24 | |
*** ankita_wagh has quit IRC | 01:28 | |
*** lexholden has quit IRC | 01:43 | |
*** ankita_wagh has joined #openstack-ceilometer | 01:53 | |
*** rbak has quit IRC | 01:54 | |
*** htruta_ has quit IRC | 01:57 | |
*** ankita_wagh has quit IRC | 01:58 | |
*** ankita_wagh has joined #openstack-ceilometer | 01:59 | |
*** david-lyle has joined #openstack-ceilometer | 02:19 | |
*** jiaxi_ has joined #openstack-ceilometer | 02:20 | |
jiaxi_ | Hello,everyone ? | 02:21 |
---|---|---|
jiaxi_ | Is this ceilometer channel ? | 02:21 |
*** david-lyle has quit IRC | 02:23 | |
*** jwcroppe has quit IRC | 02:27 | |
*** jwcroppe has joined #openstack-ceilometer | 02:28 | |
jasonamyers | it is | 02:30 |
jasonamyers | for ceilometer development | 02:30 |
*** jwcroppe has quit IRC | 02:32 | |
*** Yanyanhu has joined #openstack-ceilometer | 02:38 | |
*** boris-42 has quit IRC | 02:40 | |
jiaxi_ | jasonamyers: I run tox . Always error. AttributeError: 'module' object has no attribute 'write_to_tempfile' | 02:50 |
jiaxi_ | jasonamyers: File "ceilometer/tests/agent/test_manager.py", line 309, in test_start_with_reloadable_pipeline pipeline_cfg_file = setup_pipeline_file(pipeline) File "ceilometer/tests/agent/test_manager.py", line 287, in setup_pipeline_file pipeline_cfg_file = fileutils.write_to_tempfile(content=pipeline, AttributeError: 'module' object has no attribute 'write_to_tempfile' | 02:51 |
jiaxi_ | jasonamyers: It maybe caused by different version of oslo.utils | 02:51 |
jiaxi_ | jasonamyers: But I installed 2.1.0. And I have read the code of 2.1.0. fileutils has write_to_tempfile | 02:52 |
jiaxi_ | jasonamyers: So I'm really confused. | 02:52 |
*** ankita_w_ has joined #openstack-ceilometer | 02:55 | |
*** ankita_wagh has quit IRC | 02:58 | |
*** ankita_w_ has quit IRC | 03:00 | |
*** pauldix has quit IRC | 03:04 | |
liusheng | jiaxi_: what the result of run this command in your environment? | 03:09 |
liusheng | jiaxi_: echo "from oslo_utils import fileutils;fileutils.write_to_tempfile" |python | 03:09 |
jiaxi_ | >>> from oslo_utils import fileutils >>> fileutils.write_to_tempfile <function write_to_tempfile at 0x7f4e9d44b140> | 03:11 |
*** deepthi has joined #openstack-ceilometer | 03:11 | |
liusheng | jiaxi_: or something wrong when tox installing packages for virtual evn ? | 03:12 |
jiaxi_ | liusheng: Hello, Liusheng, the result is from oslo_utils import fileutils >>> fileutils.write_to_tempfile <function write_to_tempfile at 0x7f4e9d44b140> | 03:12 |
liusheng | jiaxi_: that is ok | 03:12 |
liusheng | jiaxi_: is there any error when tox install packages for tox env ? | 03:13 |
jiaxi_ | liusheng. I 'm confused. How to check that | 03:13 |
jiaxi_ | liusheng: I will look | 03:14 |
openstackgerrit | gordon chung proposed openstack/ceilometer: fix gnocchi resources yaml https://review.openstack.org/206235 | 03:15 |
jiaxi_ | liusheng: echo 'Tue Jul 28 23:15:12.990 [FileAllocator] done allocating datafile /tmp/CEILO-MONGODB-a1ww4/local.0, size: 16MB, took 0.008 secs' + read line + echo 'Tue Jul 28 23:15:12.993 [initandlisten] waiting for connections on port 29000' + grep -q 'waiting for connections on port 29000' + exit_code=0 + break + '[' 0 -eq 1 ']' + export CEILOMETER_TEST_MONGODB_URL=mongodb://localhost:29000/ceilometer + CEILOMETER_T | 03:17 |
jiaxi_ | liusheng: Seems no error in the tox install ? | 03:17 |
jiaxi_ | liusheng: Empty attachments: stderr stdout Traceback (most recent call last): File "ceilometer/tests/agent/test_manager.py", line 309, in test_start_with_reloadable_pipeline pipeline_cfg_file = setup_pipeline_file(pipeline) File "ceilometer/tests/agent/test_manager.py", line 287, in setup_pipeline_file pipeline_cfg_file = fileutils.write_to_tempfile(content=pipeline, AttributeError: 'module' object has | 03:18 |
jiaxi_ | liusheng: I know you in HuaWei. Help me. Thank you. | 03:18 |
liusheng | jiaxi_: ;-) looking | 03:19 |
liusheng | jiaxi_: maybe you can check the oslo.utils package by find /opt/stack/ceilometer/.tox/ -name oslo.utils* | 03:24 |
liusheng | jiaxi_: replace the path if needed | 03:24 |
*** fabian1 has joined #openstack-ceilometer | 03:25 | |
jiaxi_ | liusheng: good suggestion. I will have a try. Thank you | 03:26 |
fabian1 | Hi, I have a "requests.exceptions.ConnectionError('Connection aborted.', BadStatusLine("''",))" in ceilometer execut "ceilometer alarm-list" Please give me a help ? | 03:29 |
liusheng | jiaxi_: you can just run nose command to check whether the package in your *host* is ok or not | 03:33 |
liusheng | jiaxi_: nosetests -s -v -x ceilometer.tests.agent.test_manager:TestRunTasks | 03:33 |
*** david-lyle has joined #openstack-ceilometer | 03:34 | |
liusheng | jiaxi_: or this | 03:34 |
liusheng | jiaxi_: python setup.py testr --slowest --testr-args=ceilometer.tests.agent.test_manager.TestRunTasks | 03:34 |
jiaxi_ | liusheng: 厉害。 | 03:34 |
fabian1 | liusheng: Hi, I have a "requests.exceptions.ConnectionError('Connection aborted.', BadStatusLine("''",))" in ceilometer execut "ceilometer alarm-list" Please give me a help ? | 03:35 |
liusheng | fabian1: with aodh installed ? | 03:37 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ceilometer: Updated from global requirements https://review.openstack.org/205650 | 03:39 |
fabian1 | liusheng: I have not install aodh | 03:40 |
liusheng | fabian1: other ceilometer commands are OK ? | 03:41 |
fabian1 | liusheng: other ceilometer commands have too error | 03:41 |
jiaxi_ | liusheng: from oslotest import base ImportError: No module named oslotest | 03:41 |
jiaxi_ | liusheng: python setup.py testr --slowest --testr-args=ceilometer.tests.agent.test_manager.TestRunTasks can not run successfully | 03:42 |
liusheng | jiaxi_: your need install requirements and test-requirements | 03:42 |
*** fawadkhaliq has joined #openstack-ceilometer | 03:42 | |
liusheng | jiaxi_: pip instlal -r requirements.txt and pip instlal -r test-requirements.txt | 03:42 |
liusheng | jiaxi_: s/instal/install/ | 03:44 |
liusheng | fabian1: seems you need to check ceilometer services | 03:44 |
fabian1 | liusheng: I have try restart openstack-ceilometer-api ,restart finish ,execut command ok ,but after some times ,the error repeat | 03:44 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ceilometer: Updated from global requirements https://review.openstack.org/205650 | 03:45 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ceilometermiddleware: Updated from global requirements https://review.openstack.org/204849 | 03:45 |
liusheng | fabian1: you didn't use ceilometer of master ? which version you installed ? | 03:45 |
jiaxi_ | liusheng: it's not automatic installed by the script ? | 03:45 |
liusheng | jiaxi_: no | 03:46 |
jiaxi_ | liusheng: use 'nosetests -s -v -x ceilometer.tests.agent.test_manager:TestRunTasks' all is ok ... | 03:49 |
jiaxi_ | liusheng: tox will install a new oslo.utils in virtualenv ??? | 03:52 |
jiaxi_ | liusheng: according to requirment and test-requirement | 03:52 |
fabian1 | liusheng: my openstack is juno release ,the ceilometer-api release is 1.el7.centos | 03:54 |
fabian1 | liusheng: The ceilometer.conf do you have configure about this ? | 03:55 |
liusheng | jiaxi_: yes, if you run tox without specifying '--sitepackages' parameter | 03:56 |
liusheng | jiaxi_: but, tox is often run failed for me ;( | 03:56 |
jiaxi_ | liusheng: The error come out again | 03:57 |
jiaxi_ | liusheng: AttributeError: 'module' object has no attribute 'write_to_tempfile' | 03:57 |
jiaxi_ | That's annoying... | 03:57 |
fabian1 | liusheng: I have a three ceilometer node,you tell me master,do you configure master ? | 03:58 |
jiaxi_ | liusheng: and added a new error . pymongo.errors.OperationFailure: database error: Can't take a write lock while out of disk space | 03:58 |
liusheng | fabian1: sorry I'm not familiar with the centos package of ceilometer juno, it seems something wrong with ceilometer-api service or something related of your deployment solution | 04:01 |
liusheng | jiaxi_: out of disk space.. is the reason | 04:01 |
jiaxi_ | liusheng: is the reason for 'AttributeError: 'module' object has no attribute 'write_to_tempfile'' too ????????????????????????? | 04:02 |
fabian1 | liusheng: thanks,maybe this error Associated with the cluster | 04:03 |
liusheng | jiaxi_: obviously not, that is just package issue | 04:06 |
jiaxi_ | liusheng: 我刚刚给vm加了40G的云硬盘。 仍然报错 | 04:08 |
jiaxi_ | 所以显然不是disk不够用 | 04:08 |
jiaxi_ | liusheng. When will you get out for lunch ? | 04:08 |
*** vishwanathj has joined #openstack-ceilometer | 04:10 | |
jiaxi_ | liusheng: .tox/py27/local/lib/python2.7/site-packages/oslo_utils$ 里面utils 和 外面的不一样 是1.7.0 requirement didn't specify oslo.utils to 1.7.0 | 04:11 |
*** jwcroppe has joined #openstack-ceilometer | 04:14 | |
*** yprokule has joined #openstack-ceilometer | 04:27 | |
*** ankita_wagh has joined #openstack-ceilometer | 04:39 | |
*** pauldix has joined #openstack-ceilometer | 05:05 | |
*** pauldix has quit IRC | 05:10 | |
openstackgerrit | liusheng proposed openstack/aodh: Add alembic support for aodh https://review.openstack.org/206459 | 05:12 |
*** jwcroppe has quit IRC | 05:25 | |
*** jwcroppe has joined #openstack-ceilometer | 05:25 | |
*** jwcroppe has quit IRC | 05:30 | |
*** liusheng has quit IRC | 05:38 | |
*** liusheng has joined #openstack-ceilometer | 05:39 | |
*** tshtilma has joined #openstack-ceilometer | 05:41 | |
*** jwcroppe has joined #openstack-ceilometer | 05:45 | |
*** _nadya_ has joined #openstack-ceilometer | 05:59 | |
openstackgerrit | Lan Qi Song proposed openstack/ceilometer: Add keystone V3 support for service credentials https://review.openstack.org/206333 | 06:00 |
jiaxi_ | Is there anyone here ? | 06:00 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: gnocchi: retry with a new token on 401 https://review.openstack.org/206560 | 06:08 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: Adds batch dispatcher https://review.openstack.org/203349 | 06:08 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: gnocchi: concurrently post resource/measures https://review.openstack.org/203553 | 06:08 |
*** afazekas has joined #openstack-ceilometer | 06:09 | |
*** liusheng has quit IRC | 06:12 | |
*** liusheng has joined #openstack-ceilometer | 06:15 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/gnocchi: DONT MERGE: check live tests run in gate https://review.openstack.org/206512 | 06:34 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/gnocchi: gate: fixup gabbi live tests https://review.openstack.org/206510 | 06:34 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/gnocchi: Add tests to not break ceilometer dispatcher https://review.openstack.org/206511 | 06:34 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/206897 | 06:35 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/gnocchi: gate: fixup gabbi live tests https://review.openstack.org/206510 | 06:36 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/gnocchi: Add tests to not break ceilometer dispatcher https://review.openstack.org/206511 | 06:36 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/aodh: Imported Translations from Transifex https://review.openstack.org/206907 | 06:41 |
*** kfox1111_ has quit IRC | 06:47 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/aodh: functionnal: fix gating https://review.openstack.org/206911 | 06:52 |
*** _nadya_ has quit IRC | 06:55 | |
*** _nadya_ has joined #openstack-ceilometer | 06:56 | |
*** ankita_wagh has quit IRC | 06:57 | |
*** ankita_wagh has joined #openstack-ceilometer | 06:57 | |
*** tongli_ has quit IRC | 07:00 | |
*** _nadya_ has quit IRC | 07:00 | |
*** ankita_wagh has quit IRC | 07:02 | |
openstackgerrit | liusheng proposed openstack/aodh: Add alembic support for aodh https://review.openstack.org/206459 | 07:07 |
*** _nadya_ has joined #openstack-ceilometer | 07:07 | |
*** _nadya_ has quit IRC | 07:08 | |
*** _nadya_ has joined #openstack-ceilometer | 07:09 | |
*** _nadya_ has quit IRC | 07:13 | |
*** ankita_wagh has joined #openstack-ceilometer | 07:21 | |
*** jwcroppe has quit IRC | 07:22 | |
*** yprokule has quit IRC | 07:25 | |
*** yprokule has joined #openstack-ceilometer | 07:27 | |
*** Yanyan has joined #openstack-ceilometer | 07:29 | |
*** Yanyanhu has quit IRC | 07:32 | |
*** ankita_wagh has quit IRC | 07:33 | |
*** ankita_wagh has joined #openstack-ceilometer | 07:33 | |
*** ankita_wagh has quit IRC | 07:37 | |
*** jwcroppe has joined #openstack-ceilometer | 07:51 | |
*** safchain has joined #openstack-ceilometer | 08:08 | |
*** jwcroppe has quit IRC | 08:35 | |
*** exploreshaifali has joined #openstack-ceilometer | 08:42 | |
*** yassine has joined #openstack-ceilometer | 08:43 | |
*** _nadya_ has joined #openstack-ceilometer | 08:47 | |
*** Ala has joined #openstack-ceilometer | 08:49 | |
*** jiaxi_ has quit IRC | 08:52 | |
*** nijaba has quit IRC | 09:02 | |
*** jwcroppe has joined #openstack-ceilometer | 09:02 | |
*** nijaba has joined #openstack-ceilometer | 09:07 | |
*** nijaba has quit IRC | 09:07 | |
*** nijaba has joined #openstack-ceilometer | 09:07 | |
*** liusheng has quit IRC | 09:10 | |
*** liusheng has joined #openstack-ceilometer | 09:11 | |
*** lexholden has joined #openstack-ceilometer | 09:17 | |
*** arunman has joined #openstack-ceilometer | 09:21 | |
*** alexpilotti has joined #openstack-ceilometer | 09:24 | |
-openstackstatus- NOTICE: Currently our CI system is broken, jobs are not getting processed at all. | 09:27 | |
*** ChanServ changes topic to "Currently our CI system is broken, jobs are not getting processed at all." | 09:27 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: gnocchi: retry with a new token on 401 https://review.openstack.org/206560 | 09:58 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: gnocchi: reduce the number of patch to gnocchi API https://review.openstack.org/202589 | 09:58 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: Adds batch dispatcher https://review.openstack.org/203349 | 09:58 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: gnocchi: concurrently post resource/measures https://review.openstack.org/203553 | 09:58 |
*** yassine has quit IRC | 09:59 | |
openstackgerrit | Ilya Tyaptin proposed openstack/ceilometer: Initial separating unit and functional tests https://review.openstack.org/204128 | 09:59 |
*** jwcroppe has quit IRC | 10:00 | |
*** tshtilma has quit IRC | 10:00 | |
*** Kennan has quit IRC | 10:00 | |
*** mitz has quit IRC | 10:00 | |
*** vgnbkr has quit IRC | 10:00 | |
*** mitz has joined #openstack-ceilometer | 10:00 | |
*** Kennan has joined #openstack-ceilometer | 10:01 | |
*** tshtilma has joined #openstack-ceilometer | 10:01 | |
*** vgnbkr has joined #openstack-ceilometer | 10:02 | |
*** clduser_ has joined #openstack-ceilometer | 10:05 | |
*** Ala has quit IRC | 10:05 | |
*** clduser has quit IRC | 10:05 | |
*** ildikov has quit IRC | 10:05 | |
*** ildikov has joined #openstack-ceilometer | 10:05 | |
*** fabian1 has left #openstack-ceilometer | 10:07 | |
*** Yanyan has quit IRC | 10:12 | |
*** Ala has joined #openstack-ceilometer | 10:18 | |
*** _nadya_ has quit IRC | 10:23 | |
* sileht was wondering why its stack doesn't grow up: he got negative values for cpu_util .... | 10:23 | |
*** exploreshaifali_ has joined #openstack-ceilometer | 10:39 | |
*** exploreshaifali has quit IRC | 10:43 | |
*** arunman has left #openstack-ceilometer | 10:44 | |
*** lexholden has quit IRC | 10:46 | |
*** cdent has joined #openstack-ceilometer | 10:55 | |
*** yassine has joined #openstack-ceilometer | 11:04 | |
*** yassine has quit IRC | 11:04 | |
*** yassine has joined #openstack-ceilometer | 11:04 | |
*** pauldix has joined #openstack-ceilometer | 11:07 | |
*** rbak has joined #openstack-ceilometer | 11:22 | |
*** deepthi has quit IRC | 11:24 | |
openstackgerrit | Jason Myers proposed openstack/ceilometer: Instance Cache in Node Discovery Pollster https://review.openstack.org/206665 | 11:27 |
*** rbak has quit IRC | 11:29 | |
*** belmoreira has joined #openstack-ceilometer | 11:31 | |
ityaptin | cdent: Hi! Could you review a new patch with aggregation pipeline? https://review.openstack.org/#/c/172340/ | 11:33 |
cdent | yeah, will look again this afternoon | 11:33 |
ityaptin | Thanx! | 11:36 |
*** jwcroppe has joined #openstack-ceilometer | 11:47 | |
*** thorst has joined #openstack-ceilometer | 11:47 | |
*** fabian4 has joined #openstack-ceilometer | 11:47 | |
*** jwcroppe has quit IRC | 11:48 | |
*** fawadkhaliq has quit IRC | 11:48 | |
sileht | cdent, jd__ I have started written to write the autoscaling use-case (ceilo+heat+aodh+gnocchi) with gabbi, it works well, I just wonder in which repository I will put the yaml file | 11:53 |
sileht | s/written/to write | 11:53 |
cdent | a) \o/ | 11:54 |
cdent | b) I don't have a strong opinion, but based on his reaction to the other similar test I guess jd__ does? | 11:54 |
*** fawadkhaliq has joined #openstack-ceilometer | 11:55 | |
sileht | cdent, I have used the 'poll' and check the stack status to reach "CREATE_COMPLETE", to wait the heat stack to be created | 11:58 |
sileht | cdent, I wonder if we can add something to bail out when the status is CREATE_FAILED | 11:58 |
*** fabian4 has quit IRC | 11:59 | |
sileht | like: failure_response_json_paths: | 11:59 |
sileht | cdent, I can write something in gabbi, if that good for you | 12:00 |
cdent | sorry, sileht, was away, catching up | 12:04 |
*** rbak has joined #openstack-ceilometer | 12:04 | |
cdent | sileht: what's wrong with bailing out when the poll never succeeds? | 12:05 |
* cdent is not keen on adding syntax on the left hand side | 12:05 | |
sileht | cdent, the stack creation often fails quickly, when it take some time to sucess | 12:06 |
* cdent thinks | 12:06 | |
cdent | are you wanting the entire test to be complete if CREATE_FAILED? | 12:07 |
*** exploreshaifali_ has quit IRC | 12:07 | |
jasonamyers | good morning | 12:07 |
cdent | (and not go on and try the other tests) | 12:07 |
cdent | morning jasonamyers | 12:07 |
sileht | cdent, I don't think so, because I have other poll in next test to wait that the stack grow up | 12:09 |
sileht | cdent, if the stack is not created that doesn't make sense to wait for more nova vm | 12:09 |
cdent | that's what I meant: if CREATE_FAILED happens, should the entire test run be over? | 12:09 |
*** rbak has quit IRC | 12:10 | |
sileht | cdent, yes , with gabbi-run I use the -x for that | 12:10 |
cdent | k | 12:10 |
*** rbak has joined #openstack-ceilometer | 12:10 | |
* cdent continues thinking | 12:10 | |
sileht | cdent, side question: '-x' is available throught the python api ? | 12:10 |
cdent | sileht: it depends on the test runner, but if the test runner supports some kind of --fail-fast then yes | 12:11 |
sileht | (I guess not, gabbit seem just generate tests for unittest framework)) | 12:11 |
cdent | and unittest can failfast | 12:11 |
sileht | cdent, oh yes, I can put that in testr :p | 12:11 |
cdent | testr does a marvelous job of making it hard and complex though... :) | 12:12 |
*** _nadya_ has joined #openstack-ceilometer | 12:12 | |
*** fabian4 has joined #openstack-ceilometer | 12:14 | |
*** rbak has quit IRC | 12:16 | |
sileht | sniff, testr doesn't have failfast... | 12:17 |
cdent | you can pass it to subunit but only if you are concurrency=1 | 12:17 |
fabian4 | Hi , I have a question. my ceilometer execute "ceilometer --debug event-list" error droped connection | 12:18 |
cdent | fabian4: have you tried limiting the result set | 12:20 |
cdent | sounds like it is timing out trying to get too much information | 12:20 |
*** rbak has joined #openstack-ceilometer | 12:20 | |
*** gordc has joined #openstack-ceilometer | 12:21 | |
fabian4 | cdent: limiting the result set ? I don't known ,where is configure | 12:21 |
cdent | fabian4: I mean by setting a query: ceilometer event-list -q=<some query here> | 12:21 |
fabian4 | cdent: no,I have select "ceilometer --debug event-type-list or ceilometer --debug alarm-list" | 12:23 |
fabian4 | cdent: when i execut command ceilometer ,error abort connect | 12:23 |
cdent | can you use http://paste.openstack.org to paste the full command and error message you are getting? | 12:24 |
cdent | sileht: I'm still thinking about it but I can't think of any clean ways of getting it. Can you show me the tests you've built so far and the three different responses you get from heat (success, fail, not done yet but keep trying)? | 12:25 |
fabian4 | cdent,ok | 12:25 |
*** edmondsw has joined #openstack-ceilometer | 12:27 | |
*** pauldix has quit IRC | 12:30 | |
*** fabian4 has quit IRC | 12:30 | |
cdent | hmm | 12:35 |
sileht | cdent, http://paste.openstack.org/show/406211/ | 12:39 |
cdent | thanks | 12:39 |
cdent | sileht: if CREATE_FAILED happens is status still 200? | 12:40 |
sileht | cdent, yes | 12:40 |
cdent | that must be a bug? | 12:40 |
sileht | cdent, because we just get the description of the resource | 12:40 |
sileht | cdent, and check for the state of the resource | 12:40 |
cdent | so, not only does OpenStack hate python it also hates HTTP. ossum | 12:41 |
sileht | cdent, the creation of the stack can fail in two ways: | 12:42 |
sileht | * heat detect something wrong when you do the POST and return 40X | 12:42 |
sileht | * heat fail to create the compute (for example) -> change the stack_status to CREATE_FAIL with the nova error in a description field | 12:43 |
*** rbak has quit IRC | 12:43 | |
cdent | yeah, I get what's going on, I just don't agree with the implementation | 12:44 |
gordc | anything we want in for liberty-2 folks? if not, i'm going to defer everything unfinished to liberty-3 | 12:44 |
*** rbak has joined #openstack-ceilometer | 12:44 | |
cdent | gordc: you going to accept my batch_ thing, or is it still up in the air because we don't know what the code is supposed to look like? ;) | 12:44 |
gordc | cdent: it's failing gate. | 12:45 |
cdent | gate is failing gate | 12:45 |
prad | gordc, it would be good to get this in https://review.openstack.org/#/c/203032/ | 12:45 |
gordc | fair enough.lol | 12:45 |
*** fabian4 has joined #openstack-ceilometer | 12:45 | |
gordc | i deferred from yesterday to wait for batch patch | 12:45 |
*** rbak has quit IRC | 12:46 | |
fabian4 | cdent: are you here? | 12:46 |
cdent | fabian4: yes, you apparently got disconnected | 12:46 |
gordc | prad: cdent: i thought we said there was a way to manage a single file? | 12:46 |
cdent | that _is_ the single file gordc | 12:47 |
fabian4 | cdent: maybe program where is it ? | 12:47 |
gordc | cdent: so we don't have one in etc/ceilometer? | 12:47 |
cdent | gordc: correct | 12:47 |
cdent | fabian4: I'm sorry, I don't understand your question. | 12:48 |
cdent | prad: no point to recheck, ci dead | 12:48 |
fabian4 | cdent: do you see http://paste.openstack.org/show/406209/ this url? | 12:48 |
prad | cdent, wait, we do.. the one in data/_meters is the hidden file with just the needed meters for tempest/grenade | 12:48 |
*** ChanServ changes topic to "OpenStack Telemetry (Ceilometer) | https://wiki.openstack.org/wiki/Ceilometer" | 12:48 | |
-openstackstatus- NOTICE: zuul's disks were at capacity. Space has been freed up and jobs are being re-queued. | 12:48 | |
cdent | prad, gordc: that, then, wasn't quite my idea | 12:49 |
cdent | as there's no point having duplication | 12:49 |
gordc | yeah, that's what i thought | 12:49 |
cdent | put all the data in data/_meters.yaml | 12:49 |
cdent | _and_ use that file as the installable config file | 12:49 |
prad | cdent, you were suggesting to have a disable approach, which i thought we dint want | 12:49 |
cdent | yeah, I gave up on the override concept | 12:49 |
cdent | but still think that there should be an in-site-packages full file | 12:50 |
cdent | (gave up because you guys didn't like it) | 12:50 |
prad | so in setup.cfg we map the hidden file to etc/ceilometer ? | 12:50 |
cdent | no | 12:51 |
cdent | why does meters.yaml need to be in setup.cfg at all? | 12:51 |
gordc | cdent: just to confirm but there's a way to see that file in-site-package file without telling users to look at source right? | 12:51 |
cdent | prad: events.yaml (or whatever it is called) is not in setup.cfg is it? | 12:51 |
prad | right my point is will the file be in etc/ceilometer after the install | 12:51 |
prad | it is | 12:51 |
prad | oh not in setuip.cfg no | 12:52 |
gordc | i don't thin it isi | 12:52 |
prad | but thats in etc/ceilometer | 12:52 |
cdent | there is no reason for meters.yaml to be in etc/ceilometer | 12:52 |
cdent | it just needs to _end_up_ in /etc/ceilometer | 12:52 |
prad | then what will the user edit to enable/disable meters? | 12:52 |
prad | correct agreed | 12:52 |
prad | it should be visible in that location | 12:52 |
cdent | fabian4: looking now | 12:53 |
prad | after the install so user can edit | 12:53 |
prad | cdent, so how will the file end up in /etc/ceilometer .. through devstack plugin or whatever external packaging means? | 12:54 |
cdent | yeah, whatever method gets files out of etc/ceilometer into /etc/ceilometer can also get files from ...data/ | 12:55 |
fabian4 | cdent: The program is requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",)) and INFO (connectionpool) Resetting dropped connection: | 12:55 |
cdent | (presumably) | 12:55 |
gordc | lol nice disclaimer. | 12:55 |
prad | gordc, when are we cutting the l2, today? | 12:56 |
gordc | prad: it's either this afternoon or early tomorrow. | 12:56 |
cdent | gordc: I can't speak for every packager everywhere | 12:56 |
gordc | prad: we should probably wait on your patch though. | 12:56 |
*** jaosorior has joined #openstack-ceilometer | 12:56 | |
jasonamyers | can I beg to get my two patches in :) | 12:57 |
* jasonamyers pretty please troll face | 12:57 | |
gordc | prad: tbh, it sort of bothers me we enable stuff but don't disable and delete corresponding code | 12:57 |
cdent | fabian4: can you do: 'curl -v http://25.0.0.2:8777/v2/' and see what you get? | 12:57 |
prad | gordc, we have that in the following dependent patch? | 12:57 |
cdent | fabian4: my guess is that either you are having a timeout or there is someone on the network between you and the ceilometer server and it is behaving poorly | 12:57 |
prad | gordc, obviously i want all to get in, if not we might as well wait | 12:58 |
gordc | jasonamyers: i already +2'd... any core want to look at https://review.openstack.org/#/c/204388/ | 12:59 |
jasonamyers | you rock extra cookies for you in Dublin | 12:59 |
gordc | :) | 12:59 |
* gordc switching accounts | 12:59 | |
fabian4 | cdent: when i excute "curl -v http://25.0.0.2:8777/v2/" return curl: (52) Empty reply from server | 13:00 |
*** gordc is now known as gordc_idle | 13:00 | |
cdent | fabian4: are you using haproxy or something like that on your network? | 13:00 |
*** rbak has joined #openstack-ceilometer | 13:00 | |
fabian4 | cdent: I have three nodes , node ip: 172.16.101.7/8/10 and 172.16.101.2 is a bind ip ,and 25.0.0.2 bind ip too | 13:01 |
*** gordc has joined #openstack-ceilometer | 13:03 | |
*** rbak has quit IRC | 13:04 | |
fabian4 | cdent: you say timeout; in ceilometer.conf able to configure ? | 13:05 |
cdent | fabian4: the "Empty reply from server" suggests that some proxy in your system is not working | 13:05 |
cdent | do you get the same error when you ceilometer meter-list ? | 13:06 |
*** rbak has joined #openstack-ceilometer | 13:07 | |
*** eglynn has joined #openstack-ceilometer | 13:07 | |
fabian4 | cdent: ye,when i excute "ceimeter alarm-list or ceilimeter event-type-list or ceilometer sample-list -m cpu_util" al command that error appear? | 13:07 |
cdent | then your network is broken | 13:08 |
cdent | you should look on the server where your ceilometer api is running and see if it is even getting your requests, I'm guessing that it is probably not | 13:08 |
fabian4 | cdent: this is able to appear,I will check network and network proxy | 13:10 |
*** pauldix has joined #openstack-ceilometer | 13:10 | |
fabian4 | cdent: about ceilometer.conf in the www.openstack.org doc document have not too more configure ,do you configure have any more ? | 13:11 |
*** jiaxi_ has joined #openstack-ceilometer | 13:12 | |
cdent | fabian4: these are the configuration docs for ceilometer under kilo: http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html | 13:13 |
cdent | jasonamyers: I had some comments, not really blocking, but enough to make me not +A | 13:16 |
openstackgerrit | Jason Myers proposed openstack/ceilometer: Instance Caching https://review.openstack.org/204388 | 13:18 |
cdent | sileht: after much thought and discussion with another gabbi person, still haven't come up with a reasonable idea on how to deal with the heat thing that doesn't involve changing either heat or gabbi | 13:19 |
cdent | if changing gabbi turns out to be required (I'd still resist until we had a few more use cases to make sure we had the generalization correct) I'd think that an "abort:" key of some kind within the poll: dict would be the way to go, but not entirely sure | 13:20 |
openstackgerrit | Jason Myers proposed openstack/ceilometer: Instance Cache in Node Discovery Pollster https://review.openstack.org/206665 | 13:20 |
jasonamyers | cdent: changes pushed except for the isoformat one | 13:21 |
jasonamyers | but I pushed up a command | 13:21 |
jasonamyers | s/command/comment | 13:21 |
*** jruano has joined #openstack-ceilometer | 13:21 | |
fabian4 | cdent: thanks , i open this url, about test ceilometer ,do you have something in mind ? | 13:21 |
cdent | I think you need to inspect the log files | 13:22 |
*** rbak has quit IRC | 13:23 | |
cdent | jasonamyers: not isoformat because it's a bad match or just because it doesn't matter or because you hate me? | 13:23 |
jasonamyers | yes | 13:23 |
jasonamyers | :P | 13:23 |
cdent | :) | 13:24 |
jasonamyers | nah it's missing the Z terminator | 13:24 |
*** r-mibu has left #openstack-ceilometer | 13:24 | |
-openstackstatus- NOTICE: zuul jobs after about 07:00 UTC may need a 'recheck' to enter the queue. Look if your change is in http://status.openstack.org/zuul/ and recheck if not. | 13:25 | |
*** lexholden has joined #openstack-ceilometer | 13:26 | |
gordc | jasonamyers: i don't think you submitted your comment | 13:26 |
jasonamyers | dang it | 13:27 |
jasonamyers | how does one interwebz | 13:27 |
*** fabian4 has quit IRC | 13:28 | |
jasonamyers | there we go | 13:29 |
gordc | jasonamyers: just curiuos, but why do we need the 'Z'? | 13:31 |
cdent | that was my questions too | 13:31 |
jasonamyers | matches what they expect as input | 13:31 |
cdent | sigh | 13:32 |
cdent | time is hard | 13:32 |
gordc | http://docs.openstack.org/developer/nova/v2/polling_changes-since_parameter.html | 13:32 |
jasonamyers | https://en.wikipedia.org/wiki/ISO_8601 | 13:32 |
gordc | says it assumes UTC if missing... is that not true? | 13:32 |
jasonamyers | they are being nice and letting you break their required format | 13:32 |
gordc | ah i se | 13:32 |
jasonamyers | proper to have the Z | 13:32 |
jasonamyers | I'm happy to switch if it bugs ya | 13:33 |
jasonamyers | If the time is in UTC, add a Z directly after the time without a space. Z is the zone designator for the zero UTC offset. "09:30 UTC" is therefore represented as "09:30Z" or "0930Z". "14:45:15 UTC" would be "14:45:15Z" or "144515Z". | 13:33 |
gordc | not the end of the world for me. | 13:33 |
cdent | I'm fine with it too | 13:34 |
cdent | it seems rather odd that isoformat() doesn't, you know, isoformat | 13:34 |
jasonamyers | I like standards especially those like ISO 8601 that have been around for ages | 13:35 |
jasonamyers | cdent: datetime.utcnow().replace(tzinfo=simple_utc()).isoformat() will give you the +0:00 that works as well | 13:36 |
jasonamyers | and is valid per spec | 13:36 |
cdent | oslo_utils can be friendly here but seems meh: | 13:37 |
cdent | oslo_utils.timeutils(True).isoformat() | 13:38 |
cdent | (that True is to the with_timezone kwarg of utcnow | 13:38 |
cdent | whoops typo | 13:38 |
cdent | oslo_utils.timeutils.utcnow(True).isoformat() | 13:38 |
cdent | what a palaver | 13:38 |
gordc | yeah i just saw taht | 13:39 |
gordc | let's use timeutils | 13:39 |
cdent | for want of a horse a kingdom was lost | 13:40 |
cdent | or something | 13:40 |
cdent | brb | 13:40 |
*** jwcroppe has joined #openstack-ceilometer | 13:43 | |
jasonamyers | cdent: how did you import oslo_utils | 13:43 |
cdent | in real code (ie. not above): from oslo_utils import timeutils | 13:43 |
openstackgerrit | Jason Myers proposed openstack/ceilometer: Instance Cache in Node Discovery Pollster https://review.openstack.org/206665 | 13:45 |
openstackgerrit | Jason Myers proposed openstack/ceilometer: Instance Caching https://review.openstack.org/204388 | 13:46 |
jasonamyers | both updated | 13:46 |
*** fabian4 has joined #openstack-ceilometer | 13:47 | |
sileht | cdent, I have found something in the heat API: http://paste.openstack.org/show/406227/ | 13:49 |
*** jiaxi_ has quit IRC | 13:50 | |
cdent | sileht: interesting. does that redirect until it has something to say? | 13:52 |
sileht | cdent, I wait for the second event of the stack resource to occurs | 13:52 |
sileht | cdent, and then I check the status of the stack to see if that a success or a error | 13:53 |
*** fawadkhaliq has quit IRC | 13:53 | |
cdent | I asked about the redirects because you've got redirects set to true and count set to just 1 so it seems like there must be more requests than are immediately visible actually happening? | 13:53 |
sileht | cdent, the redirect is because heat stacks/integration_test/ to stacks/integration_test/<stack-id> | 13:53 |
sileht | heat/heat transforms | 13:53 |
cdent | so does count need to go up? | 13:54 |
sileht | cdent, the count is wrong it's for testing | 13:54 |
cdent | ah, okay | 13:54 |
cdent | makes more sense :) | 13:54 |
cdent | I'm glad you were able to find something that is workable | 13:54 |
*** rbak has joined #openstack-ceilometer | 13:56 | |
*** fawadkhaliq has joined #openstack-ceilometer | 13:56 | |
*** rbak has quit IRC | 13:58 | |
*** fawadkhaliq has quit IRC | 14:00 | |
cdent | jasonamyers: I'm going all unintentionally nitpicky, just because I happen to be doing multiple reads of the same block :( | 14:01 |
*** fawadkhaliq has joined #openstack-ceilometer | 14:01 | |
*** rbak has joined #openstack-ceilometer | 14:02 | |
*** fc__ has quit IRC | 14:03 | |
*** jd__ has quit IRC | 14:04 | |
*** titilambert has quit IRC | 14:05 | |
openstackgerrit | Jason Myers proposed openstack/ceilometer: Instance Cache in Node Discovery Pollster https://review.openstack.org/206665 | 14:05 |
jasonamyers | cdent: I changed the whole comment now | 14:05 |
*** EmilienM has quit IRC | 14:05 | |
openstackgerrit | Ilya Tyaptin proposed openstack/ceilometer: [MongoDB] Use a aggregate pipeline in statistics https://review.openstack.org/172340 | 14:06 |
cdent | jasonamyers: word | 14:06 |
*** titilambert has joined #openstack-ceilometer | 14:06 | |
*** fc__ has joined #openstack-ceilometer | 14:07 | |
cdent | ergh, my comment while approving the other one was not quite correct | 14:07 |
cdent | it'll come out in the wash | 14:07 |
jasonamyers | cdent: should it be using per_host instead of getting everything? | 14:08 |
* cdent is asleep at the wheel | 14:08 | |
jasonamyers | I don't know the hardware code as well | 14:08 |
cdent | no, you're right | 14:08 |
cdent | i wasn't reading well enough | 14:09 |
cdent | (despite also reading too much) | 14:09 |
*** EmilienM has joined #openstack-ceilometer | 14:09 | |
jasonamyers | :P | 14:09 |
jasonamyers | admit it you like to nit pick my stuff because you're a hater :P | 14:10 |
*** jd__ has joined #openstack-ceilometer | 14:10 | |
* cdent is totes a hater | 14:17 | |
*** rbak has quit IRC | 14:19 | |
*** r-daneel has joined #openstack-ceilometer | 14:26 | |
*** jruano has quit IRC | 14:27 | |
*** liusheng has quit IRC | 14:27 | |
*** Ephur has joined #openstack-ceilometer | 14:38 | |
gordc | cdent: were you joking that this is a gate failure and not real failure? https://review.openstack.org/#/c/206148/ | 14:39 |
cdent | gordc: I was joking that the gate was dead so I couldn't check | 14:39 |
gordc | ah i see. | 14:39 |
cdent | I can't replicate the failure locally, so was going to do a recheck | 14:39 |
* cdent does one | 14:40 | |
gordc | i feel like the gate will take 8hrs per check. | 14:41 |
gordc | maybe it's best to release tomorrow morning. | 14:41 |
cdent | yeah, what happened? things used to be a bit more nippy | 14:43 |
* gordc remembers 3 years ago. | 14:44 | |
* cdent kickstarts hardware for infra | 14:46 | |
jasonamyers | the funny thing about that is... there are like 6 gold foundation members that are hardware ppls | 14:52 |
* cdent isn't laughing | 14:52 | |
cdent | :) | 14:52 |
sileht | jd__, I have a really wierd carbonara agregation result: http://paste.openstack.org/show/406248/ | 14:52 |
sileht | jd__, the measure is always around 100 | 14:52 |
cdent | which aggregation is that sileht ? | 14:53 |
sileht | cdent, the default one: blackmagic ? | 14:54 |
cdent | :) | 14:54 |
sileht | it's mean | 14:54 |
* cdent wonders if his pandas fix broke things | 14:54 | |
* cdent wouldn't have though so | 14:54 | |
sileht | cdent, which one ? | 14:55 |
* cdent locates | 14:55 | |
cdent | https://review.openstack.org/#/c/204177/ | 14:55 |
sileht | cdent, hum that looks better after the revert | 14:57 |
* sileht retries without the revert to ensure | 14:57 | |
cdent | uh oh! | 14:57 |
jd__ | we likely miss tests | 14:57 |
* cdent nods | 14:57 | |
*** eglynn_ has joined #openstack-ceilometer | 14:57 | |
*** jwcroppe has quit IRC | 14:58 | |
*** eglynn has quit IRC | 14:58 | |
cdent | at a guess the lenght on input is being used to calculate mean rather than the length of the deuped timeserie | 14:58 |
sileht | cdent, not sure finally I need to wait more measure to got the issue | 14:59 |
*** belmoreira has quit IRC | 14:59 | |
* sileht waits | 14:59 | |
cdent | so yeah, in AggregatedTimeSerie, the call to set_values calls _resample with the original values, not the deduped (post call to super) values | 15:01 |
*** rex_lee has quit IRC | 15:02 | |
*** jasonamyers has quit IRC | 15:02 | |
cdent | although since is 'min' the min won't actually change | 15:02 |
* cdent shrugs and waits | 15:02 | |
*** fabian4 has left #openstack-ceilometer | 15:04 | |
sileht | cdent, this change seems the culprit | 15:06 |
cdent | feh | 15:06 |
cdent | jd__: you hear that | 15:07 |
cdent | sileht: can you write a failing test? If so I'll see about fixing it. Or would you prefer we revert it (it fixes a different bug) | 15:08 |
jd__ | having a test would be great | 15:08 |
cdent | fix one thing, break another | 15:11 |
sileht | cdent, oh I just got the issue without the change | 15:11 |
cdent | uh oh | 15:11 |
cdent | in that case I'd guess a race in metricd | 15:12 |
* cdent is pulling at straws | 15:12 | |
sileht | damn it I just drop the measurements and seen that one: "2015-07-29T15:08:51+00:00", 1.0, -2437.878116209919 | 15:15 |
sileht | cdent, jd__ ^ | 15:15 |
cdent | what do you mean by "drop"? | 15:15 |
*** gordc_idle has quit IRC | 15:16 | |
sileht | I have copy/paste all points that are not really aggregated | 15:16 |
sileht | with 1.0 as aggregate period | 15:17 |
* sileht will see if ceilometer send that | 15:17 | |
cdent | ah, so you have bad inputs in the first place? | 15:17 |
sileht | I think I will confirm | 15:17 |
cdent | what's the metric? | 15:19 |
sileht | cpu_util | 15:19 |
sileht | the cpu metric doesn't have any negative value | 15:19 |
*** jruano has joined #openstack-ceilometer | 15:21 | |
*** ddaskal has joined #openstack-ceilometer | 15:23 | |
*** tshtilma has quit IRC | 15:23 | |
cdent | prad, gordc: how did we resolve the question of "This is a temporary duplicate file to staisfy grenade requirements." on data/_meters.yaml? Asking because I'm wondering if there's another patchset coming on that review | 15:25 |
prad | cdent, yea based on what we discussed above, i'm working on a patch to remove that comment as this is now the permanent location | 15:26 |
cdent | roger | 15:27 |
gordc | prad: can you enable one set of notifications at a time... and disable/delete the corresponding old code? | 15:27 |
prad | cdent, since the new file location doesnt exists, tempest will fail..so thinking i'll first submit with file left in etc/ceilo .. then update devstack plugin and remove the etc/ceilo file | 15:28 |
gordc | so maybe just add glance meters first. | 15:28 |
* cdent blinks at the hoops | 15:28 | |
prad | cdent, hehe yea | 15:28 |
gordc | why would tempest fail? | 15:28 |
cdent | prad, won't tempest checkout the current code | 15:28 |
cdent | and wont' tempest use the default | 15:29 |
cdent | not need to put anything in devstack | 15:29 |
prad | so for devstack plugin to copy the file from data dir, it needs to first exist? | 15:29 |
prad | and for tempest tests to work, that file needs to exist | 15:29 |
cdent | devstack doesn't need to copy the file | 15:30 |
cdent | that's the entire point | 15:30 |
prad | unless i can make both commits depend on each other | 15:30 |
prad | it has to to etc/ceilo | 15:30 |
gordc | prad: i'm under impression that if file doesn't exist it will fall back to internal file | 15:30 |
cdent | why? | 15:30 |
cdent | gordc++ | 15:30 |
prad | hmm | 15:30 |
cdent | when tempest runs, it will do a checkout of your branch | 15:31 |
cdent | that branch will be setup.py develop | 15:31 |
cdent | which means that the pkg_resources call to find data/_meters.yaml will work | 15:31 |
cdent | at least that's the theory :) | 15:31 |
prad | so for someone using devstack they will have to go update the meters in data dir and not etc | 15:31 |
prad | forget about tempest.. just for development lets say | 15:32 |
cdent | for someone running devstack locally, the devstack code can copy the file | 15:32 |
cdent | but it doesn't _have_ to copy the file | 15:32 |
cdent | so in grenade, which doesn't run the entire "new" devstack code, the file will never make it to /etc/ceilo | 15:33 |
cdent | but for other devstack runs it will, because the entire devstack code can copy it over | 15:33 |
cdent | however for your specific change | 15:33 |
prad | yep agree on grenade part, for a sec i forgot about the fallback logic i added | 15:33 |
cdent | there's no requirement that the file be in /etc/ceilo | 15:33 |
cdent | so your patchset can go in no problem | 15:34 |
prad | so only reason i see devstack might want to copy that file is for easy of development then | 15:34 |
cdent | and a later change to devstack could add a cp to /etc/ceilo if desired | 15:34 |
cdent | yah, exactly | 15:34 |
prad | which can go in subsequent patch without dependency | 15:34 |
cdent | yah | 15:34 |
*** alexpilotti has quit IRC | 15:34 | |
* gordc switching computers. | 15:35 | |
*** gordc has quit IRC | 15:35 | |
prad | cool agreed | 15:35 |
*** gordc has joined #openstack-ceilometer | 15:39 | |
cdent | sileht: learn anything? | 15:41 |
sileht | cdent, no it's not more happenning :( | 15:41 |
cdent | oh dear :( | 15:41 |
*** vishwanathj has quit IRC | 15:41 | |
gordc | sileht: is the problem that you have negative cpu_util value? | 15:44 |
sileht | gordc, it's happen sometimes | 15:46 |
sileht | with gnocchi, that's polute a lot the timeseries | 15:46 |
gordc | sileht: yeah... i see it in mine as well | 15:46 |
sileht | gordc, do you think libvirt report that ? | 15:47 |
sileht | gordc, or the transformer is buggeed ? | 15:47 |
gordc | checking | 15:49 |
gordc | i have 342 samples which are negative for cpu_util | 15:49 |
gordc | i have no cpu samples which are negative | 15:51 |
cdent | so there's a pollster for cpu_util | 15:51 |
cdent | and there's also a transformer for generating it | 15:52 |
cdent | presumably only some virt drivers will give it | 15:53 |
cdent | gordc: are you getting transformed or polled cpu_util? | 15:53 |
*** fawadkhaliq has quit IRC | 15:54 | |
gordc | cdent: what' the easy way to tell? | 15:56 |
cdent | good question. In such a situation I'd ask the PTL | 15:56 |
*** adurbin_ has joined #openstack-ceilometer | 15:56 | |
cdent | but you might be able to tell in your acompute.log | 15:56 |
gordc | lol | 15:57 |
cdent | my logs say "Obtaining CPU Util is not implemented for LibvirtInspector" | 15:58 |
cdent | and I'm all defaulted | 15:58 |
gordc | can't see... | 15:59 |
cdent | so unless you have a special virtdriver, I reckon you're the same and it is the transformer | 15:59 |
gordc | crap. need to go to meeting | 15:59 |
* cdent feels gordc's pain | 15:59 | |
openstackgerrit | Pradeep Kilambi proposed openstack/ceilometer: Enable entry points for new declarative meters https://review.openstack.org/203032 | 16:03 |
prad | gordc, ^^ since you felt strongly about deprecating.. I added glance, magnetodb and heat meters and dropped the corresponding code in the above commit | 16:04 |
prad | will add the rest in subsequent commit, but hopefully we can get the above in for liberty 2 | 16:05 |
prad | also should have the meter.yaml moved to data dir entirely | 16:06 |
cdent | sileht: what's your polling interval where you've been seeing these problems? | 16:06 |
sileht | I use 5 for my tests | 16:07 |
cdent | sileht: the pollsters are now not doing transforms | 16:08 |
cdent | they insead send a notification | 16:09 |
cdent | so there's a chance that here: https://github.com/openstack/ceilometer/blob/master/ceilometer/transformer/conversions.py#L123 | 16:09 |
cdent | time_delta could go negative | 16:09 |
cdent | but I'd be quite surprised by 5 second latency on the bus? | 16:09 |
*** tshtilma has joined #openstack-ceilometer | 16:10 | |
cdent | even that's not the cause of the problem here, it's definitely a potential bug | 16:10 |
cdent | brb | 16:11 |
*** jaypipes has joined #openstack-ceilometer | 16:12 | |
*** zhiyan has quit IRC | 16:13 | |
*** serverascode has quit IRC | 16:13 | |
*** yprokule has quit IRC | 16:14 | |
*** _nadya_ has quit IRC | 16:14 | |
*** _nadya_ has joined #openstack-ceilometer | 16:15 | |
*** rbak has joined #openstack-ceilometer | 16:17 | |
*** david-lyle has quit IRC | 16:18 | |
*** _nadya_ has quit IRC | 16:19 | |
*** lsmola has quit IRC | 16:20 | |
*** belmoreira has joined #openstack-ceilometer | 16:23 | |
*** afazekas has quit IRC | 16:27 | |
openstackgerrit | Pradeep Kilambi proposed openstack/ceilometer: Enable entry points for new declarative meters https://review.openstack.org/203032 | 16:28 |
*** yassine has quit IRC | 16:29 | |
*** exploreshaifali has joined #openstack-ceilometer | 16:33 | |
*** jasonamyers has joined #openstack-ceilometer | 16:39 | |
jasonamyers | gate broken again :( | 16:40 |
cdent | :( | 16:40 |
cdent | any details? | 16:40 |
jasonamyers | my stuff no run | 16:41 |
jasonamyers | that's all I see | 16:41 |
jasonamyers | also irc cloud is down | 16:41 |
jasonamyers | rough day | 16:41 |
cdent | could just be backed up. do you know about: http://status.openstack.org/zuul/ | 16:41 |
jasonamyers | I do | 16:41 |
jasonamyers | It was runnings my gate-neutron stuff earlier | 16:41 |
cdent | that's good | 16:41 |
*** serverascode has joined #openstack-ceilometer | 16:41 | |
jasonamyers | but now it's queued again | 16:42 |
*** david-lyle has joined #openstack-ceilometer | 16:42 | |
cdent | it took months for that to be revealed to me by some kind of magical tautological exegesis of myth | 16:42 |
cdent | or something | 16:42 |
* jasonamyers goes to google like half those words | 16:42 | |
cdent | they're not a good match | 16:42 |
cdent | I just wanted to get the religiousness visible | 16:42 |
* prad has been there, cdent just makes up words | 16:43 | |
jasonamyers | ahh word painting | 16:43 |
jasonamyers | prad: haha | 16:43 |
cdent | prad this time around they are all real | 16:43 |
cdent | they just might not be the _right_ ones | 16:43 |
prad | hehe | 16:43 |
cdent | tautological exegesis has a nice ring to it | 16:43 |
cdent | "I would argue that the meaning or definition that we attribute to reconciliation is not going to be illuminated by tautological exegesis on the term itself but by the..." | 16:44 |
cdent | that's the quote from the first (of two) results on searching google for the quoted phrase | 16:44 |
prad | cdent, can i get some eyes on https://review.openstack.org/#/c/203032/ .. should be in good shape | 16:44 |
cdent | yessir | 16:45 |
prad | ty sir | 16:45 |
*** alexpilotti has joined #openstack-ceilometer | 16:46 | |
*** zhiyan has joined #openstack-ceilometer | 16:46 | |
openstackgerrit | Pradeep Kilambi proposed openstack/ceilometer: Convert identity, sahara and volume to meters yaml https://review.openstack.org/203031 | 16:49 |
*** ankita_wagh has joined #openstack-ceilometer | 16:53 | |
*** _cjones_ has joined #openstack-ceilometer | 16:53 | |
*** _cjones_ has quit IRC | 16:53 | |
*** _cjones_ has joined #openstack-ceilometer | 16:53 | |
*** Ala has quit IRC | 16:54 | |
*** rjaiswal has joined #openstack-ceilometer | 16:55 | |
*** dikonoor has joined #openstack-ceilometer | 17:01 | |
dikonoor | gordc:Hi gordc..To submit a new BP, is it enough if we fill this thing up?https://blueprints.launchpad.net/ceilometer/+addspec | 17:02 |
jasonamyers | also need to add a spec in https://github.com/openstack/ceilometer-specs | 17:03 |
edmondsw | right, that would be my question... don't we need the spec approved, then create the blueprint? | 17:04 |
jasonamyers | that has been the process for me so far | 17:04 |
*** rbak has quit IRC | 17:04 | |
cdent | the blueprint process is a bit vague, the important part is make the spec and get it approved | 17:04 |
*** rex_lee has joined #openstack-ceilometer | 17:05 | |
gordc | dikonoor: edmondsw: spec is good. i can create the corresponding blueprint | 17:14 |
gordc | or you can do both... just don't do a bp and stop... no one will look at it. | 17:14 |
edmondsw | sure | 17:14 |
*** alexpilotti has quit IRC | 17:14 | |
gordc | and i will delete it in a year | 17:14 |
edmondsw | I'll have the spec up shortly | 17:14 |
gordc | edmondsw: cool cool | 17:15 |
*** krykowski has quit IRC | 17:15 | |
cdent | gordc when you get a chance go up the backlog to where I ask sileht about the potential for out of order: search for "could go negative" | 17:16 |
*** _nadya_ has joined #openstack-ceilometer | 17:16 | |
*** jasonamyers_ has joined #openstack-ceilometer | 17:16 | |
cdent | I'm trying to write a test that confirms that and I'm getting errors from the transformer.Namespace object but the test basically confirms that negative time delta is possible | 17:16 |
sileht | cdent, I think, this come up now because pollster doesn't do the transform anymore | 17:17 |
cdent | yeah, that's what I said above | 17:17 |
sileht | cdent, the collector can have workers | 17:17 |
sileht | cdent, the transformer doesn't share the state across works ... | 17:17 |
gordc | hmm... maybe it's because i turned off coordinated workers then | 17:18 |
cdent | sileht, gordc's notification agent changes make it so state is managed across notification agents | 17:18 |
cdent | that wouldn't result in negatives | 17:18 |
cdent | that would just result in stuff being dropped | 17:18 |
gordc | yeah. now that i think about it. i was testing uncoordinated workers yesterday | 17:18 |
cdent | or rather: lack of coordination wouldn't change things | 17:18 |
ityaptin | sileht, jd__: hi! | 17:18 |
sileht | ityaptin, hi | 17:19 |
jd__ | hey ityaptin | 17:19 |
cdent | you still have to have a way for some value to inject a negative number | 17:19 |
cdent | and from what I can tell that's only if time_delta is negative | 17:19 |
cdent | volume_delta protects against negatives | 17:20 |
gordc | cdent: there's clause the prohibits prev_volume < current_volume | 17:20 |
cdent | but time_delta does not | 17:20 |
gordc | maybe we should allow it if time_delta is negative too? | 17:20 |
cdent | that makes for some funky match | 17:20 |
cdent | math | 17:20 |
gordc | for cumulative only | 17:21 |
ityaptin | due the tests of influxdb driver, I catch one error then trying to accept metric.archive_policy in influxdb driver: http://paste.openstack.org/show/406293/. | 17:21 |
gordc | cumulative it's the assumption that bigger value is a more recent value | 17:21 |
ityaptin | In the normal run of gnocchi api this exception doesn't happen. | 17:22 |
cdent | gordc: yeah, but the main issue here is you should not calculate a rate of change that violates the arrow of time | 17:23 |
ityaptin | Could you suggest where I should look? | 17:23 |
*** alexpilotti has joined #openstack-ceilometer | 17:23 | |
cdent | Doesn't that mean that if the current sample is before the previous one the only logical thing to do is to drop it? | 17:24 |
cdent | If we're not happy with that they we'll need to keep a cache of more things | 17:24 |
cdent | s/things/samples/ | 17:24 |
gordc | cdent: probably... how do we get a more sample first if it's all the same queue? | 17:25 |
gordc | more recent* | 17:25 |
cdent | mind you: we haven't even confirmed that this is the cause of the problem you are seeing... | 17:25 |
cdent | is the message bus an actual queue or is it a bus? | 17:25 |
cdent | if there are multiple compute or notification agents then either can have latency | 17:26 |
ityaptin | jd__, sileht: I looked onto this comment https://github.com/openstack/gnocchi/blob/master/gnocchi/rest/__init__.py#L372, but how i understand we load archive_policy in get_metrics | 17:26 |
cdent | if the notification agent republishes to get in the right queue, it might dawdle | 17:26 |
gordc | i don't have multiple compute... i guess the order gets thrown out of wack when oslo.messaging does it routing | 17:26 |
cdent | unfortunately I don't grok the mechanics of o.messaging to know what is or is not possible | 17:27 |
* gordc confirms getting data via transform | 17:27 | |
jd__ | ityaptin: that comment might be outdated | 17:27 |
gordc | i guess we should probably add a clause to drop if sample is older than previous | 17:28 |
cdent | gordc: that's what I'm looking into now. Is that sufficient or does it upset some kind of audit trail? | 17:28 |
cdent | presumably it ought to be rare, but who knows | 17:29 |
cdent | (it's also possible for time_delta to be zero and that would cause no end of excitemnt...) | 17:29 |
ityaptin | jd__: I think the same and now I try to find out the reason of Metric instance behavior changing in the tests. | 17:31 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer: tests: add an integration test https://review.openstack.org/207137 | 17:32 |
sileht | cdent, http://paste.openstack.org/show/406294/ :) | 17:33 |
cdent | \o/ | 17:33 |
sileht | tomorrow I will do the infra stuffs | 17:33 |
gordc | cdent: i hope we're not polling the same resource at the exact same time | 17:34 |
gordc | but yeah, i guess it's something to handle | 17:35 |
cdent | defensive programming sir | 17:35 |
cdent | I know it is a concept that is pretty alien around these parts, but still ;) | 17:35 |
cdent | meh: TypeError: 'Namespace' object is not callable | 17:35 |
*** dikonoor has quit IRC | 17:37 | |
*** krykowski has joined #openstack-ceilometer | 17:37 | |
*** jaypipes has quit IRC | 17:40 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/aodh: api: fix alarm deletion https://review.openstack.org/207140 | 17:42 |
gordc | for any cores interested (forgot if i plugged already): https://review.openstack.org/#/c/206148/ | 17:42 |
cdent | that one it is _totally_ awesome | 17:43 |
openstackgerrit | Merged openstack/ceilometer: Instance Caching https://review.openstack.org/204388 | 17:43 |
gordc | lol | 17:43 |
gordc | Yay caching is in | 17:43 |
cdent | (btw, the previously failing test passed , but the entire job is not yet done) | 17:43 |
*** r-daneel has quit IRC | 17:44 | |
openstackgerrit | Merged openstack/ceilometer: [MongoDB] Use a aggregate pipeline in statistics https://review.openstack.org/172340 | 17:44 |
gordc | cdent: i don't know why it failed. | 17:44 |
openstackgerrit | Merged openstack/ceilometer: Instance Cache in Node Discovery Pollster https://review.openstack.org/206665 | 17:44 |
cdent | maybe it was at that instance that ci exploded | 17:45 |
cdent | slowly | 17:45 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/aodh: api: fix alarm deletion https://review.openstack.org/207140 | 17:45 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/aodh: functionnal: fix gating https://review.openstack.org/206911 | 17:45 |
gordc | meh. future me will look at it. | 17:45 |
openstackgerrit | Matthew Edmonds proposed openstack/ceilometer-specs: Events RBAC via Policy https://review.openstack.org/207141 | 17:46 |
gordc | i wonder what else we can mark essential now that caching is in. | 17:48 |
prad | when using cfg.CONF.find_file .. if the file doesnt exists i soemtimes see NoSuchOptError: no such option: config_dir .. is this a bug in oslo_config? or am i not setting something here | 17:50 |
gordc | in test? | 17:52 |
openstackgerrit | Matthew Edmonds proposed openstack/ceilometer-specs: Events RBAC via Policy https://review.openstack.org/207141 | 17:53 |
prad | see it in the tests, but can reproduce isolated as well .. https://gist.github.com/pkilambi/fe76bd705268a5b19a00 | 17:54 |
openstackgerrit | Matthew Edmonds proposed openstack/ceilometer-specs: Events RBAC via Policy https://review.openstack.org/207141 | 17:55 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/aodh: api: fix alarm deletion and update https://review.openstack.org/207140 | 17:58 |
openstackgerrit | Ilya Tyaptin proposed openstack/gnocchi: InfluxDB storage driver https://review.openstack.org/165407 | 18:03 |
*** prad has quit IRC | 18:04 | |
*** jasonamyers has quit IRC | 18:08 | |
*** jasonamyers_ is now known as jasonamyers | 18:08 | |
*** jasonamyers has quit IRC | 18:08 | |
cdent | prad and progress on the find_file thing? I get frequently confused by oslo_config | 18:09 |
cdent | seems to do magic things | 18:09 |
*** jwcroppe has joined #openstack-ceilometer | 18:11 | |
*** _nadya_ has quit IRC | 18:13 | |
*** _nadya_ has joined #openstack-ceilometer | 18:13 | |
openstackgerrit | Chris Dent proposed openstack/ceilometer: Drop out-of-time-sequence rate of change samples https://review.openstack.org/207153 | 18:14 |
cdent | gordc ^ | 18:14 |
* cdent dines | 18:14 | |
cdent | biab | 18:14 |
*** _nadya_ has quit IRC | 18:18 | |
*** jasonamyers has joined #openstack-ceilometer | 18:19 | |
*** prad has joined #openstack-ceilometer | 18:20 | |
*** prad has quit IRC | 18:24 | |
openstackgerrit | Merged openstack/aodh: functionnal: fix gating https://review.openstack.org/206911 | 18:24 |
*** prad has joined #openstack-ceilometer | 18:27 | |
*** openstackgerrit has quit IRC | 18:31 | |
*** openstackgerrit has joined #openstack-ceilometer | 18:32 | |
*** rbak has joined #openstack-ceilometer | 18:34 | |
*** jaypipes has joined #openstack-ceilometer | 18:34 | |
*** thorst has quit IRC | 18:36 | |
*** rbak has quit IRC | 18:37 | |
*** safchain has quit IRC | 18:37 | |
*** rbak has joined #openstack-ceilometer | 18:40 | |
*** vishwanathj has joined #openstack-ceilometer | 18:42 | |
gordc | prad: i've no idea when it's set | 18:43 |
*** jwcroppe has quit IRC | 18:43 | |
*** jwcroppe has joined #openstack-ceilometer | 18:44 | |
*** rbak has quit IRC | 18:45 | |
*** fawadkhaliq has joined #openstack-ceilometer | 18:45 | |
*** vishwanathj has quit IRC | 18:46 | |
gordc | prad: i would just say you assume you need fixture.Config() | 18:47 |
*** jwcroppe has quit IRC | 18:48 | |
prad | yea not sure, feels like something is not initialized, but all the code we have where we use find_file uses it directly | 18:48 |
prad | so was wondering if it was a bug in oslo perhaps.. i'll play around | 18:49 |
*** thorst has joined #openstack-ceilometer | 18:51 | |
*** fawadk has joined #openstack-ceilometer | 18:55 | |
*** fawadkhaliq has quit IRC | 18:56 | |
gordc | prad: https://github.com/openstack/ceilometer/blob/master/ceilometer/service.py#L118 | 19:09 |
*** rbak has joined #openstack-ceilometer | 19:11 | |
gordc | i think rule is use fixture.Config or call prepare_service.. either or | 19:13 |
*** rbak has quit IRC | 19:14 | |
*** fawadkhaliq has joined #openstack-ceilometer | 19:16 | |
*** fawadk has quit IRC | 19:19 | |
*** ankita_wagh has quit IRC | 19:23 | |
*** ankita_wagh has joined #openstack-ceilometer | 19:23 | |
*** fawadk has joined #openstack-ceilometer | 19:24 | |
*** fawadkhaliq has quit IRC | 19:26 | |
*** ankita_wagh has quit IRC | 19:28 | |
prad | gordc, yea i already have fixture.Config in my test, but dint take effect.. prepare_service seems to help | 19:28 |
prad | running the full suite to make sure | 19:28 |
*** vishwanathj has joined #openstack-ceilometer | 19:35 | |
openstackgerrit | Pradeep Kilambi proposed openstack/ceilometer: Enable entry points for new declarative meters https://review.openstack.org/203032 | 19:40 |
*** belmoreira has quit IRC | 19:47 | |
cdent | gordc: your comments on the out-of-time stuff make no sense so I left a comment stating as much | 19:49 |
*** krykowski has quit IRC | 19:50 | |
*** vishwanathj has quit IRC | 19:57 | |
openstackgerrit | Saba proposed openstack/ceilometer: Correct unit of snmp based harware disk and memory meters https://review.openstack.org/207199 | 20:00 |
cdent | :w | 20:00 |
*** edmondsw has quit IRC | 20:01 | |
*** fawadk has quit IRC | 20:02 | |
*** rjaiswal has quit IRC | 20:04 | |
*** vishwanathj has joined #openstack-ceilometer | 20:10 | |
gordc | you make no sense. | 20:14 |
gordc | *mic drop* | 20:14 |
cdent | \o/s | 20:14 |
cdent | It's true | 20:14 |
cdent | but it takes one to know one | 20:15 |
cdent | i'm rubber and you're glue | 20:15 |
cdent | etc | 20:15 |
gordc | my comment was that your change is breaking the comment in code that specifically says delta can be negative | 20:15 |
cdent | it's talking about a different delta, the one that follows | 20:15 |
cdent | if it was talking about the time_delta the comment would have been above both deltas | 20:16 |
*** openstackgerrit has quit IRC | 20:16 | |
*** openstackgerrit has joined #openstack-ceilometer | 20:16 | |
cdent | "deltas of samples" is pretty clear about the value of the samples | 20:16 |
cdent | s/clear/clearly/ | 20:17 |
* gordc is thinking whether order matters for delta/gauge | 20:19 | |
gordc | i read it differently but meh | 20:19 |
cdent | Can I claim that I'm right by virtue of a degree in English? | 20:19 |
cdent | that's about the only thing it can do for me | 20:19 |
gordc | you have a degree in english? | 20:19 |
cdent | yes | 20:20 |
gordc | i was top of class in high school english... at the midterm... afterwards not so much | 20:20 |
*** vishwanathj has quit IRC | 20:20 | |
cdent | yeah, once you peak, why keep on trying? | 20:20 |
cdent | I have experienced this problem too | 20:20 |
cdent | mind you gordc, in case you get the wrong impression, the only reason I finished that degree (after 14 years of off and on) is because I wanted to go to grad school | 20:23 |
gordc | you went ot grad school for english? | 20:24 |
cdent | no, info science, but I had to have some kind of undergrad degree to get a grad oen | 20:25 |
gordc | what the hell are you doing in arguably the most illiterate profession? | 20:25 |
cdent | trying to make it more literate? | 20:26 |
gordc | do my emails anger you? | 20:26 |
cdent | not that I've noticed | 20:26 |
gordc | cool cool. | 20:27 |
cdent | I was an english _lit_ major and was rather focused on lit from 1920s so your flexibly stylings fit right in | 20:27 |
gordc | i have no more comments on your patch specifically. | 20:27 |
gordc | i don't know what that means. i took philosophy... and dropped it because it was too much reading... or i didn't feel like buying the books | 20:28 |
cdent | you'll note that I have no particular connection to good grammar or spelling words correctly | 20:28 |
cdent | gordc: is there anything you want me to do to that patch or can I go to bed tonight knowing that I may have done something good today? | 20:31 |
gordc | cdent: do you feel like making it smarter? | 20:32 |
cdent | you mean keeping a longer cache? not immediately no | 20:33 |
gordc | :( | 20:33 |
cdent | I think we might consider that eventually but would prefer to see the immediate bug band-aided and then a more considered fix put in place | 20:33 |
gordc | do you want me to fast approve? | 20:34 |
cdent | Not for my sake. I know sileht and you were both seeing bugs that _might_ be related to this and it would be interesting to see if it fixed it, but there's no rush from my standpoint. | 20:34 |
gordc | i'm opening a bug to add longer cache | 20:35 |
cdent | fair | 20:36 |
*** ankita_wagh has joined #openstack-ceilometer | 20:37 | |
*** tshtilma has quit IRC | 20:38 | |
*** jruano has quit IRC | 20:40 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ceilometer: Updated from global requirements https://review.openstack.org/205650 | 20:41 |
*** jasonamyers has quit IRC | 20:43 | |
* cdent nights | 20:50 | |
*** cdent has quit IRC | 20:50 | |
*** edmondsw has joined #openstack-ceilometer | 20:50 | |
*** Saba has joined #openstack-ceilometer | 21:04 | |
Saba | Hi , What is the freeze date for Bug fixing in ceilometer for Liberty ? | 21:04 |
*** Saba is now known as Guest57211 | 21:04 | |
gordc | Guest57211: liberty in general? https://wiki.openstack.org/wiki/Liberty_Release_Schedule | 21:05 |
Guest57211 | Thanks | 21:06 |
*** Guest57211 has quit IRC | 21:06 | |
gordc | pretty much up to release date... except it'll need to be higher and higher severity as you get closer | 21:06 |
*** ekarlso has quit IRC | 21:16 | |
*** htruta_ has joined #openstack-ceilometer | 21:34 | |
*** eglynn_ has quit IRC | 21:38 | |
*** gordc has quit IRC | 21:39 | |
*** eglynn_ has joined #openstack-ceilometer | 21:39 | |
*** exploreshaifali has quit IRC | 21:43 | |
*** ekarlso has joined #openstack-ceilometer | 21:44 | |
*** thorst has quit IRC | 21:58 | |
*** prad has quit IRC | 21:59 | |
*** Kennan2 has joined #openstack-ceilometer | 22:02 | |
*** Kennan has quit IRC | 22:03 | |
openstackgerrit | Pradeep Kilambi proposed openstack/ceilometer: Enable entry points for new declarative meters https://review.openstack.org/203032 | 22:23 |
*** jaypipes has quit IRC | 22:43 | |
*** thorst has joined #openstack-ceilometer | 22:45 | |
*** pauldix has quit IRC | 22:48 | |
*** htruta has quit IRC | 22:50 | |
*** Ephur has quit IRC | 22:51 | |
*** vishwanathj has joined #openstack-ceilometer | 22:53 | |
*** eglynn_ has quit IRC | 22:58 | |
*** alexpilotti has quit IRC | 23:05 | |
*** ddaskal has quit IRC | 23:06 | |
*** thorst has quit IRC | 23:19 | |
*** vishwanathj has quit IRC | 23:20 | |
*** jaosorior has quit IRC | 23:21 | |
*** ankita_wagh has quit IRC | 23:47 | |
*** ankita_wagh has joined #openstack-ceilometer | 23:48 | |
*** ankita_wagh has quit IRC | 23:52 | |
*** Kennan2 is now known as Kennan | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!