*** AlexeyAbashkin has quit IRC | 00:03 | |
*** hieulq has quit IRC | 00:22 | |
*** hieulq has joined #openstack-performance | 00:22 | |
*** markvoelker has joined #openstack-performance | 00:26 | |
*** markvoelker has quit IRC | 00:35 | |
*** markvoelker has joined #openstack-performance | 00:40 | |
*** markvoelker_ has joined #openstack-performance | 00:42 | |
*** markvoelker has quit IRC | 00:44 | |
*** masber has joined #openstack-performance | 00:48 | |
*** markvoelker_ has quit IRC | 00:49 | |
*** markvoelker has joined #openstack-performance | 00:58 | |
*** markvoelker has quit IRC | 01:09 | |
*** jkilpatr has quit IRC | 02:21 | |
*** openstackgerrit has joined #openstack-performance | 02:30 | |
openstackgerrit | Merged openstack/osprofiler master: Extend messaging driver to support reporting https://review.openstack.org/514359 | 02:30 |
---|---|---|
openstackgerrit | Merged openstack/osprofiler master: Handle and report SQLAlchemy errors https://review.openstack.org/514587 | 02:55 |
*** klindgren has joined #openstack-performance | 02:58 | |
*** AlexeyAbashkin has joined #openstack-performance | 03:01 | |
*** AlexeyAbashkin has quit IRC | 03:05 | |
*** klindgren has quit IRC | 03:33 | |
*** klindgren has joined #openstack-performance | 03:42 | |
*** aojea has joined #openstack-performance | 03:53 | |
*** aojea has quit IRC | 03:57 | |
*** klindgren has quit IRC | 04:34 | |
*** klindgren has joined #openstack-performance | 04:59 | |
*** klindgren has quit IRC | 05:21 | |
*** markvoelker has joined #openstack-performance | 06:42 | |
*** markvoelker_ has joined #openstack-performance | 06:43 | |
*** markvoelker_ has quit IRC | 06:45 | |
*** markvoelker has quit IRC | 06:46 | |
*** brault has joined #openstack-performance | 06:47 | |
*** markvoelker has joined #openstack-performance | 06:47 | |
*** markvoelker has quit IRC | 06:52 | |
*** markvoelker has joined #openstack-performance | 06:54 | |
*** aojea has joined #openstack-performance | 06:58 | |
*** aojea has quit IRC | 08:02 | |
openstackgerrit | Ilya Shakhat proposed openstack/osprofiler master: Add Zuul job for functional testing https://review.openstack.org/515108 | 08:06 |
*** aojea has joined #openstack-performance | 08:31 | |
*** klindgren has joined #openstack-performance | 08:37 | |
*** klindgren has quit IRC | 08:43 | |
*** linpopilan has joined #openstack-performance | 08:44 | |
*** AlexeyAbashkin has joined #openstack-performance | 08:59 | |
*** ldesimone has joined #openstack-performance | 09:10 | |
ldesimone | hi all, I'm starting enabling osprofiler on devstack testbed...but something wrong. I've already set the local.conf with enable_plugin panko, enable_plugin ceilometer, enable_plugin osprofiler, pointing on stable/pike. Furthermore, I've used mongodb as backend (CEILOMETER_BACKEND=mongodb). The strange thing is that during a profiling, only glance api calls are traces!!! Any suggestions? | 09:14 |
*** akrzos has quit IRC | 09:43 | |
*** Aju has quit IRC | 09:43 | |
*** serverascode has quit IRC | 09:43 | |
*** Guest66873 has joined #openstack-performance | 09:46 | |
*** akrzos has joined #openstack-performance | 09:49 | |
*** Aju has joined #openstack-performance | 09:49 | |
*** serverascode has joined #openstack-performance | 09:49 | |
*** serverascode has quit IRC | 09:50 | |
*** ldesimon_ has joined #openstack-performance | 09:50 | |
*** ldesimone has quit IRC | 09:50 | |
*** serverascode has joined #openstack-performance | 09:51 | |
*** ldesimone has joined #openstack-performance | 09:53 | |
*** ldesimon_ has quit IRC | 09:53 | |
*** Guest66873 has quit IRC | 10:05 | |
*** ldesimon_ has joined #openstack-performance | 10:15 | |
*** ldesimone has quit IRC | 10:15 | |
ilyashakhat | ldesimon_, what OpenStack command do you run? | 10:17 |
ldesimon_ | Hi @ilyashakhat, the command is: openstack --os-profile SECRET_KEY server create --flavor m1.tiny --image cirros-0.3.5-x86_64-disk PROVA1 | 10:21 |
ldesimon_ | then, to show the trace: osprofiler trace show --html 8448886a-6bef-45fa-a471-dafc888fb0d6 | 10:21 |
ldesimon_ | but by simply grep the nova keyword, there is no trace for nova | 10:22 |
ldesimon_ | maybe is the wrong command? | 10:22 |
ilyashakhat | please verify that profiling is enabled in Nova | 10:26 |
ilyashakhat | connection_string = messaging:// | 10:26 |
ilyashakhat | hmac_keys = swordfish,SECRET_KEY | 10:26 |
ilyashakhat | trace_sqlalchemy = True | 10:26 |
ilyashakhat | enabled = True | 10:26 |
ilyashakhat | in /etc/nova/nova.conf | 10:26 |
ilyashakhat | and for Neutron you will need to add "osprofiler" into pipelines in /etc/neutron/api-paste.ini | 10:29 |
ilyashakhat | e.g. keystone = cors http_proxy_to_wsgi request_id osprofiler catch_errors authtoken keystonecontext extensions neutronapiapp_v2_0 | 10:29 |
ilyashakhat | ldesimon_ ^^^ | 10:30 |
ldesimon_ | the following is in my /etc/nova/nova.conf: | 10:30 |
ldesimon_ | [profiler] | 10:30 |
ldesimon_ | connection_string = messaging:// | 10:30 |
ldesimon_ | hmac_keys = SECRET_KEY | 10:30 |
ldesimon_ | trace_sqlalchemy = True | 10:30 |
ldesimon_ | enabled = True | 10:30 |
ilyashakhat | looks correct | 10:31 |
ldesimon_ | maybe is missing into the pipeline for api-paste.ini for nova component | 10:31 |
ilyashakhat | do you have any traces when executing "openstack --os-profile SECRET_KEY flavor list"? | 10:31 |
ldesimon_ | stack@ubuntu:~$ osprofiler trace show --html d1117578-9469-4ff0-b771-837819ae5a57 | 10:33 |
ldesimon_ | Error occurred while connecting to Ceilometer: Authentication failed. Missing options: token, endpoint, tenant_id, tenant_name. | 10:33 |
ldesimon_ | stack@ubuntu:~$ osprofiler --os-tenant-name admin trace show --html d1117578-9469-4ff0-b771-837819ae5a57 | 10:33 |
ldesimon_ | Trace with UUID d1117578-9469-4ff0-b771-837819ae5a57 not found. Please check the HMAC key used in the command. | 10:33 |
*** arcolife has joined #openstack-performance | 10:33 | |
ldesimon_ | that is for "openstack --os-profile SECRET_KEY flavor list" in my env | 10:33 |
ldesimon_ | it is strange... | 10:33 |
ilyashakhat | it complains about missing auth params... | 10:33 |
ldesimon_ | but I've sourced the admin.sh... | 10:34 |
ilyashakhat | the problem is that Ceilometer driver is a bit outdated.... not sure whether it works or not... | 10:34 |
ldesimon_ | an alternative to ceilometer? what I have to do to have a properly tracing within devstack? any suggestions? | 10:35 |
ilyashakhat | option 1) is to continue using RMQ driver for notification, disable Ceilometer and use osprofiler ability to collect traces | 10:37 |
ilyashakhat | but this requires patch https://review.openstack.org/#/c/514359/ which was merged this morning into master | 10:37 |
ilyashakhat | option 2) is to use database driver | 10:38 |
ilyashakhat | for example elasticsearch | 10:38 |
ilyashakhat | it can be installed directly to DevBox VM, and profiler connection_string changed to elasticsearch://<host:port> | 10:40 |
ilyashakhat | aah.. you probably already have MongoDB for Ceilometer, right? | 10:41 |
ilyashakhat | then you can use mongodb driver | 10:41 |
ldesimon_ | yes...I've installed devstack with this conf: | 10:46 |
ldesimon_ | CEILOMETER_BACKEND=mongodb | 10:46 |
ldesimon_ | enable_plugin panko https://git.openstack.org/openstack/panko stable/pike | 10:46 |
ldesimon_ | enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer stable/pike | 10:46 |
ldesimon_ | enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler stable/pike | 10:46 |
ldesimon_ | but osprofiler is not tightly linked to ceilometer? | 10:46 |
ilyashakhat | not linked... Ceilometer was used initially at it provided an easy way to collect events from profiler queue | 10:47 |
ldesimon_ | Ah ok, so can be bypassed easily with your 1st option | 10:49 |
ldesimon_ | because my need is actually understand all the communication intra- and inter- services | 10:49 |
ilyashakhat | yes, but 1) requires master, and you have pike | 10:49 |
ilyashakhat | so I would go for 2) with mongodb driver | 10:50 |
ldesimon_ | mmm...I can rebuild, it is not a problem | 10:50 |
*** aojea has quit IRC | 10:50 | |
ilyashakhat | it's only change of connection_string parameter in all services | 10:50 |
ilyashakhat | should be much faster :) | 10:50 |
ldesimon_ | mmm...so in order to use mongodb connection, it is wrong to have such conf?: | 10:51 |
ldesimon_ | [profiler] | 10:51 |
ldesimon_ | connection_string = messaging:// | 10:51 |
ldesimon_ | hmac_keys = SECRET_KEY | 10:51 |
ldesimon_ | trace_sqlalchemy = True | 10:51 |
ldesimon_ | enabled = True | 10:51 |
ilyashakhat | with this config RMQ driver will be used | 10:52 |
*** AlexeyAbashkin has quit IRC | 10:53 | |
ilyashakhat | you need to change connection_string = | 10:53 |
ldesimon_ | like this: connection_string = mongodb:// ? | 10:53 |
ilyashakhat | mongodb://localhost:<PORT>/ | 10:54 |
ilyashakhat | it can be copied from ceilometer conf (I guess) | 10:55 |
ilyashakhat | in case there's a special user with password | 10:56 |
ldesimon_ | [database] | 10:56 |
ldesimon_ | metering_connection = mongodb://localhost:27017/ceilometer | 10:56 |
ldesimon_ | in ceilometer I've this one: | 10:56 |
ilyashakhat | mongodb://localhost:27017/profiler | 10:57 |
ldesimon_ | ok....another doubt is about /etc/nova/api-paste.ini | 11:00 |
ldesimon_ | [composite:osapi_compute] | 11:00 |
ldesimon_ | use = call:nova.api.openstack.urlmap:urlmap_factory | 11:00 |
ldesimon_ | /: oscomputeversions | 11:00 |
ldesimon_ | /v2: openstack_compute_api_v21_legacy_v2_compatible | 11:00 |
ldesimon_ | /v2.1: openstack_compute_api_v21 | 11:00 |
ldesimon_ | [composite:openstack_compute_api_v21] | 11:00 |
ldesimon_ | use = call:nova.api.auth:pipeline_factory_v21 | 11:00 |
ldesimon_ | noauth2 = cors http_proxy_to_wsgi compute_req_id faultwrap request_log sizelimit osprofiler noauth2 osapi_compute_app_v21 | 11:00 |
ldesimon_ | keystone = cors http_proxy_to_wsgi compute_req_id faultwrap request_log sizelimit osprofiler authtoken keystonecontext osapi_compute_app_v21 | 11:00 |
ldesimon_ | [composite:openstack_compute_api_v21_legacy_v2_compatible] | 11:00 |
ldesimon_ | use = call:nova.api.auth:pipeline_factory_v21 | 11:00 |
ldesimon_ | noauth2 = cors http_proxy_to_wsgi compute_req_id faultwrap request_log sizelimit osprofiler noauth2 legacy_v2_compatible osapi_compute_app_v21 | 11:00 |
ldesimon_ | keystone = cors http_proxy_to_wsgi compute_req_id faultwrap request_log sizelimit osprofiler authtoken keystonecontext legacy_v2_compatible osapi_compute_app_v21 | 11:00 |
ldesimon_ | I've noticed that for [composite:osapi_compute] there is no "osprofiler" field....is it normal? | 11:00 |
ilyashakhat | it should be enough to have it in [composite:openstack_compute_api_v21] / keystone | 11:02 |
ldesimon_ | I've tried now within the modification about mongodb connection in nova conf, and the trace include in addition to glance also keystone traces....O.o | 11:06 |
ldesimon_ | the command is: openstack --os-profile SECRET_KEY server create --flavor m1.tiny --image cirros-0.3.5-x86_64-disk PROVA2 | 11:07 |
ilyashakhat | that's better :) | 11:09 |
ilyashakhat | could you check Nova logs -- does it tell that profiler is enabled? | 11:09 |
ilyashakhat | the message should be close to service start | 11:10 |
*** aojea has joined #openstack-performance | 11:12 | |
ldesimon_ | i've restarted nova services...and I see something related to osprofiler | 11:16 |
ldesimon_ | but I can't state if it is working or not...and I cant paste here all the log file :D | 11:17 |
ldesimon_ | there is some way to send you the log? | 11:17 |
ilyashakhat | http://paste.openstack.org/ | 11:17 |
ldesimon_ | greate....http://paste.openstack.org/show/625821/ | 11:17 |
ldesimon_ | for my knowledge seems that for some component the connection string is correct | 11:18 |
ilyashakhat | strange that it differs... nova-compute has an old one | 11:20 |
ilyashakhat | and there's no nova-api... | 11:20 |
ilyashakhat | have you restarted devstack@n-api ? | 11:20 |
ldesimon_ | I guess yes, the command launched is => systemctl restart devstack@n* | 11:21 |
ilyashakhat | let me check on my devstack... | 11:25 |
ilyashakhat | ... and I don't have anything from Nova too | 11:28 |
ldesimon_ | can you show me the output for this command in your env? | 11:29 |
ldesimon_ | grep -rnw /etc/ -e "connection_string" | 11:29 |
ilyashakhat | http://paste.openstack.org/show/625824/ but it's configured semi-manually | 11:32 |
ldesimon_ | so by default you don't use any db | 11:33 |
ilyashakhat | the problem with Nova API is that now it is running under uwsgi, and most probably uses different settings for paste.ini | 11:33 |
ilyashakhat | yes, but I have special reader from RMQ to collect traces (that's why I'm not using DB) | 11:34 |
ldesimon_ | Can I enable the same for your env? For me is not a constraint to have a DB | 11:36 |
*** AlexeyAbashkin has joined #openstack-performance | 11:38 | |
ilyashakhat | with DB it's easier... | 11:40 |
ilyashakhat | the problem is in nova-api service | 11:40 |
ilyashakhat | I'm looking into it | 11:40 |
*** ldesimone has joined #openstack-performance | 11:41 | |
*** ldesimon_ has quit IRC | 11:41 | |
*** ldesimone has quit IRC | 11:43 | |
*** ldesimone has joined #openstack-performance | 11:43 | |
*** ldesimon_ has joined #openstack-performance | 11:52 | |
*** ldesimone has quit IRC | 11:52 | |
*** ldesimone has joined #openstack-performance | 11:59 | |
*** ldesimon_ has quit IRC | 11:59 | |
ldesimone | @ilyashakhat, other doubts are about the proper config for /etc/ceilometer/event_pipeline.yaml and /etc/ceilometer/ceilometer.conf | 12:02 |
ldesimone | [database] | 12:03 |
ldesimone | metering_connection = mongodb://localhost:27017/ceilometer | 12:03 |
ldesimone | for ceilometer.conf I have: | 12:03 |
ldesimone | and for event_pipeline.yaml: | 12:03 |
ldesimone | --- | 12:03 |
ldesimone | sources: | 12:03 |
ldesimone | - name: event_source | 12:03 |
ldesimone | events: | 12:03 |
ldesimone | - "*" | 12:03 |
ldesimone | sinks: | 12:03 |
ldesimone | - event_sink | 12:03 |
ldesimone | sinks: | 12:03 |
ldesimone | - name: event_sink | 12:03 |
ldesimone | transformers: | 12:03 |
ldesimone | publishers: | 12:03 |
ldesimone | - database:// | 12:03 |
ldesimone | - panko:// | 12:03 |
ldesimone | ~ | 12:03 |
*** aojea has quit IRC | 12:05 | |
*** ldesimon_ has joined #openstack-performance | 12:15 | |
*** ldesimone has quit IRC | 12:15 | |
ilyashakhat | i'm not an expert in this... but after switching of osprofiler driver ceilometer is not used anymore | 12:21 |
*** catintheroof has joined #openstack-performance | 12:27 | |
*** aojea has joined #openstack-performance | 12:28 | |
*** jkilpatr has joined #openstack-performance | 12:32 | |
*** catintheroof has quit IRC | 12:33 | |
*** catintheroof has joined #openstack-performance | 12:40 | |
*** brault has quit IRC | 12:40 | |
*** brault has joined #openstack-performance | 12:41 | |
*** catintheroof has quit IRC | 12:43 | |
*** markvoelker has quit IRC | 12:50 | |
*** brault has quit IRC | 13:03 | |
ldesimon_ | @ilyashakhat, I've rebuild devstack env with this specific local.conf | 13:07 |
ldesimon_ | CEILOMETER_BACKEND=mongodb | 13:07 |
ldesimon_ | enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler stable/pike | 13:07 |
ldesimon_ | OSPROFILER_CONNECTION_STRING=mongodb://localhost:27017/profiler | 13:07 |
ldesimon_ | it seems to give same results about instance creation command | 13:07 |
ldesimon_ | that is, only glance traces are stored | 13:07 |
ilyashakhat | nova is broken | 13:08 |
ilyashakhat | looks like that happened after moving API service under uwsgi | 13:08 |
*** ldesimon_ has quit IRC | 13:08 | |
ilyashakhat | and profiling is not initialized anymore | 13:09 |
*** ldesimone has joined #openstack-performance | 13:09 | |
ldesimone | I can try with cinder? | 13:10 |
ldesimone | it could be work? | 13:10 |
*** brault has joined #openstack-performance | 13:11 | |
ilyashakhat | for me Cinder doesn't work too... | 13:12 |
ldesimone | mmm :D | 13:12 |
ilyashakhat | only keystone, glance and neutron | 13:12 |
ldesimone | mmm ok | 13:12 |
ldesimone | I've found on youtube a workshop video and actually osprofiler works with vmware driver (https://www.youtube.com/watch?v=57fTdE1hjeo) | 13:13 |
ldesimone | there are some motivations? | 13:13 |
ilyashakhat | don't know.. | 13:16 |
ilyashakhat | btw, if you goal is to see how opnestack services communicate you may use Packstack-based installation | 13:17 |
ilyashakhat | it's Pike, but services run differently and profiling works | 13:18 |
ldesimone | in packstack installation we can see the full traces for rpc, sql, rest api, communication between services? | 13:18 |
ldesimone | and, for older version of devstack (e.g., ocata) it could be work osprofiler+ceilometer? | 13:21 |
*** ldesimon_ has joined #openstack-performance | 13:23 | |
*** ldesimone has quit IRC | 13:23 | |
*** ldesimone has joined #openstack-performance | 13:24 | |
ilyashakhat | in Ocata Devstack it worked, but there's no guaranties that it still true | 13:25 |
ilyashakhat | PackStack Pike profiling works | 13:25 |
ilyashakhat | and it has the same amount of instrumentation points as current master | 13:26 |
*** ldesimon_ has quit IRC | 13:28 | |
ldesimone | ok, so packstack use osprofiler too | 13:29 |
ilyashakhat | yes, but you will have to enable it manually | 13:30 |
ldesimone | there is some how-to to install it? is enough the README under git repo? | 13:36 |
ilyashakhat | README should be enough | 13:37 |
ilyashakhat | I usually install it from packages... will make a short instruction soon | 13:40 |
*** rmart04 has joined #openstack-performance | 13:40 | |
*** ldesimon_ has joined #openstack-performance | 13:40 | |
*** ldesimone has quit IRC | 13:42 | |
*** ldesimone has joined #openstack-performance | 13:43 | |
*** aojea has quit IRC | 13:45 | |
*** aojea has joined #openstack-performance | 13:45 | |
*** ldesimon_ has quit IRC | 13:46 | |
ilyashakhat | @ldesimone http://paste.openstack.org/show/625844/ | 13:51 |
ldesimone | that is your config? | 13:53 |
ilyashakhat | replace ip address with yours in packstack-answers.txt | 13:53 |
ilyashakhat | yes | 13:53 |
ilyashakhat | so you need to install 3 packages | 13:53 |
ilyashakhat | then copy config | 13:53 |
ilyashakhat | change addresses | 13:53 |
ilyashakhat | and then run packstack (under root) | 13:54 |
ldesimone | yep....only for centos machine? is it suitable for ubuntu env? | 13:54 |
ilyashakhat | no :( | 13:54 |
ilyashakhat | it's based on RDO packages | 13:54 |
ldesimone | ok | 13:54 |
*** aojea has quit IRC | 14:05 | |
*** aojea has joined #openstack-performance | 14:06 | |
*** aojea has quit IRC | 14:17 | |
*** aojea has joined #openstack-performance | 14:43 | |
*** aojea has quit IRC | 15:07 | |
*** aojea has joined #openstack-performance | 15:11 | |
*** AlexeyAbashkin has quit IRC | 15:19 | |
*** aojea has quit IRC | 15:22 | |
*** aojea has joined #openstack-performance | 15:24 | |
*** aojea has quit IRC | 15:34 | |
*** arcolife has quit IRC | 15:39 | |
*** aojea has joined #openstack-performance | 15:41 | |
*** aojea has quit IRC | 15:45 | |
*** aojea has joined #openstack-performance | 15:51 | |
*** aojea has quit IRC | 16:04 | |
*** aojea has joined #openstack-performance | 16:07 | |
*** aojea has quit IRC | 16:19 | |
*** rmart04 has quit IRC | 16:23 | |
*** jkilpatr has quit IRC | 16:41 | |
*** openstackgerrit has quit IRC | 16:48 | |
*** arcolife has joined #openstack-performance | 16:49 | |
*** jkilpatr has joined #openstack-performance | 16:55 | |
*** AlexeyAbashkin has joined #openstack-performance | 16:56 | |
*** rmart04 has joined #openstack-performance | 16:58 | |
*** AlexeyAbashkin has quit IRC | 17:00 | |
*** rmart04_ has joined #openstack-performance | 17:02 | |
*** rmart04 has quit IRC | 17:02 | |
*** rmart04_ is now known as rmart04 | 17:02 | |
*** jkilpatr has quit IRC | 17:05 | |
*** arcolife has quit IRC | 17:12 | |
*** jkilpatr has joined #openstack-performance | 17:18 | |
*** AlexeyAbashkin has joined #openstack-performance | 17:28 | |
*** AlexeyAbashkin has quit IRC | 17:32 | |
*** rmart04 has quit IRC | 17:37 | |
*** rmart04 has joined #openstack-performance | 17:39 | |
*** ldesimone has quit IRC | 17:40 | |
*** aojea has joined #openstack-performance | 17:55 | |
*** rmart04 has quit IRC | 18:01 | |
*** msimonin has joined #openstack-performance | 18:04 | |
*** jkilpatr has quit IRC | 18:05 | |
*** rmart04 has joined #openstack-performance | 18:06 | |
*** rmart04 has quit IRC | 18:09 | |
*** rmart04 has joined #openstack-performance | 18:10 | |
*** jkilpatr has joined #openstack-performance | 18:18 | |
*** aojea has quit IRC | 18:21 | |
*** rmart04 has quit IRC | 18:26 | |
*** ldesimone has joined #openstack-performance | 18:30 | |
*** aojea has joined #openstack-performance | 18:37 | |
*** msimonin1 has joined #openstack-performance | 18:45 | |
*** msimonin has quit IRC | 18:48 | |
*** aojea has quit IRC | 18:54 | |
*** aojea has joined #openstack-performance | 19:00 | |
*** jkilpatr has quit IRC | 19:00 | |
*** jkilpatr has joined #openstack-performance | 19:13 | |
*** aojea has quit IRC | 19:18 | |
*** aojea has joined #openstack-performance | 19:31 | |
*** ldesimone has quit IRC | 19:40 | |
*** aojea has quit IRC | 19:41 | |
*** aojea has joined #openstack-performance | 19:41 | |
*** rmart04 has joined #openstack-performance | 19:52 | |
*** aojea has quit IRC | 19:53 | |
*** rmart04_ has joined #openstack-performance | 19:59 | |
*** rmart04 has quit IRC | 19:59 | |
*** rmart04_ is now known as rmart04 | 19:59 | |
*** aojea has joined #openstack-performance | 20:04 | |
*** rmart04 has quit IRC | 20:13 | |
*** jkilpatr_ has joined #openstack-performance | 20:32 | |
*** jkilpatr has quit IRC | 20:35 | |
*** aojea has quit IRC | 20:44 | |
*** msimonin1 has quit IRC | 21:32 | |
*** jkilpatr_ has quit IRC | 21:32 | |
*** msimonin has joined #openstack-performance | 21:33 | |
*** msimonin has quit IRC | 21:34 | |
*** msimonin has joined #openstack-performance | 21:34 | |
*** jkilpatr has joined #openstack-performance | 21:57 | |
*** aojea has joined #openstack-performance | 22:44 | |
*** aojea has quit IRC | 22:49 | |
*** msimonin has quit IRC | 23:39 | |
*** msimonin has joined #openstack-performance | 23:39 | |
*** msimonin has quit IRC | 23:39 | |
*** msimonin has joined #openstack-performance | 23:40 | |
*** msimonin has quit IRC | 23:40 | |
*** msimonin has joined #openstack-performance | 23:40 | |
*** msimonin has quit IRC | 23:41 | |
*** msimonin has joined #openstack-performance | 23:41 | |
*** msimonin has quit IRC | 23:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!