*** skamithi14 has joined #openstack-astara | 00:02 | |
*** skamithi13 has quit IRC | 00:04 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Debug running resources after functional tests run https://review.openstack.org/291463 | 00:18 |
---|---|---|
*** openstackgerrit_ has quit IRC | 00:23 | |
*** openstackgerrit_ has joined #openstack-astara | 00:24 | |
*** openstackgerrit_ has quit IRC | 00:48 | |
*** openstackgerrit_ has joined #openstack-astara | 00:49 | |
*** skamithi13 has joined #openstack-astara | 01:03 | |
*** skamithi13 has quit IRC | 01:04 | |
*** skamithi13 has joined #openstack-astara | 01:05 | |
adam_g | xiayu1, fyi the functional tests is failing for some reason unrelated to your patch. still trying to figure out what it is | 01:05 |
*** skamithi14 has quit IRC | 01:07 | |
xiayu1 | got it. | 01:18 |
*** skamithi13 has quit IRC | 01:24 | |
*** yanghy has joined #openstack-astara | 02:23 | |
*** reedip_ has joined #openstack-astara | 03:25 | |
*** reedip_away has quit IRC | 03:30 | |
*** reedip_ is now known as reedip | 03:57 | |
*** yanghy has quit IRC | 04:05 | |
*** yanghy has joined #openstack-astara | 04:06 | |
*** yanghy has quit IRC | 04:09 | |
*** yanghy has joined #openstack-astara | 04:12 | |
*** yanghy has quit IRC | 04:14 | |
*** yanghy has joined #openstack-astara | 04:19 | |
*** yanghy has quit IRC | 04:21 | |
*** yanghy has joined #openstack-astara | 04:25 | |
*** yanghy has quit IRC | 04:27 | |
*** justinlund has quit IRC | 05:51 | |
*** justinlund1 has joined #openstack-astara | 05:51 | |
*** justinlund1 has quit IRC | 05:56 | |
*** justinlund1 has joined #openstack-astara | 06:02 | |
*** openstackgerrit_ has quit IRC | 06:17 | |
*** openstackgerrit_ has joined #openstack-astara | 06:18 | |
*** justinlund1 has quit IRC | 07:10 | |
*** justinlund1 has joined #openstack-astara | 07:21 | |
*** ronis has joined #openstack-astara | 07:37 | |
*** justinlund1 has quit IRC | 07:47 | |
*** justinlund1 has joined #openstack-astara | 07:53 | |
*** pcaruana has joined #openstack-astara | 08:41 | |
*** yanghy has joined #openstack-astara | 08:45 | |
*** yanghy has quit IRC | 10:48 | |
*** yanghy has joined #openstack-astara | 10:49 | |
*** yanghy has quit IRC | 10:52 | |
*** prithiv has joined #openstack-astara | 12:58 | |
*** ronis has quit IRC | 15:21 | |
*** justinlund has joined #openstack-astara | 16:22 | |
*** justinlund1 has quit IRC | 16:24 | |
*** jordant has joined #openstack-astara | 16:48 | |
*** pcaruana has quit IRC | 16:50 | |
*** jordant has quit IRC | 16:58 | |
*** jordant has joined #openstack-astara | 17:00 | |
*** jordant has joined #openstack-astara | 17:01 | |
*** jordantardif has quit IRC | 17:01 | |
*** jordant has quit IRC | 17:01 | |
*** jordant has joined #openstack-astara | 17:24 | |
*** ronis has joined #openstack-astara | 17:31 | |
*** pcaruana has joined #openstack-astara | 17:35 | |
*** ronis_ has joined #openstack-astara | 17:37 | |
*** ronis has quit IRC | 17:37 | |
*** ronis has joined #openstack-astara | 18:23 | |
*** ronis_ has quit IRC | 18:23 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Debug failing gate test (DONT MERGE) https://review.openstack.org/291851 | 18:30 |
*** prithiv has quit IRC | 19:00 | |
*** justinlund has quit IRC | 19:06 | |
*** justinlund has joined #openstack-astara | 19:06 | |
markmcclain | ping | 19:08 |
markmcclain | ping | 19:08 |
eric_lopez | pong | 19:09 |
* markmcclain realizes he was typing in the wrong window | 19:09 | |
*** prithiv has joined #openstack-astara | 19:12 | |
*** prithiv has quit IRC | 19:13 | |
*** jordant1 has joined #openstack-astara | 19:17 | |
*** jordant has quit IRC | 19:17 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Debug failing gate test (DONT MERGE) https://review.openstack.org/291851 | 20:17 |
adam_g | hmm if only gunicorn would let me point its loggers at /dev/kmsg | 20:21 |
adam_g | https://github.com/benoitc/gunicorn/blob/master/gunicorn/util.py#L496 | 20:21 |
*** ronis has quit IRC | 20:48 | |
markmcclain | adam_g: can't we just pass it the syslog socket path? | 21:01 |
*** jordant1 has quit IRC | 21:01 | |
adam_g | yeah, theres a --log-syslog option | 21:02 |
markmcclain | adam_g:https://git.openstack.org/cgit/openstack/astara/tree/astara/drivers/router.py#n286 | 21:30 |
markmcclain | so this is a fun thing that has been hiding in the open | 21:30 |
markmcclain | basically we push a new config for any entity changed in neutron regardless of whether it makes sense to or not | 21:31 |
markmcclain | creates lots of extra churn | 21:31 |
markmcclain | checking the history this has existed since 2013 | 21:32 |
adam_g | right | 21:32 |
markmcclain | effectively line 284 and 285 are pointless :) | 21:32 |
markmcclain | because the same result would occur in 286 | 21:33 |
markmcclain | I know we'll break a unit test by removing 286 | 21:33 |
markmcclain | but not certain we need to push new configs just because a tenant changed anything with one of their networks | 21:33 |
markmcclain | sec groups don't impact the router for instance | 21:33 |
adam_g | im fine with removing the later one and making the driver subscribe to events more explicitly, via the globals at the top | 21:35 |
markmcclain | yeah will have to audit the ones we still want | 21:37 |
cleverdevil | wow, that'll be a nice optimization for us :) | 21:43 |
*** jlkj has joined #openstack-astara | 21:47 | |
*** jlkj has quit IRC | 21:48 | |
openstackgerrit | mark mcclain proposed openstack/astara: Properly limit router driver event processing https://review.openstack.org/291929 | 22:15 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Debug failing gate test (DONT MERGE) https://review.openstack.org/291851 | 23:14 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!