*** sreshetn2 has quit IRC | 00:00 | |
*** achanda_ has joined #openstack-oslo | 00:03 | |
*** achanda has quit IRC | 00:07 | |
*** gtt116 has joined #openstack-oslo | 00:07 | |
boris-42 | harlowja_: I have document | 00:07 |
---|---|---|
boris-42 | harlowja_: related to that | 00:08 |
boris-42 | harlowja_: but DB archiving stuff is crap | 00:08 |
boris-42 | and should be just removed from source code | 00:08 |
boris-42 | =) | 00:08 |
*** achanda_ has quit IRC | 00:08 | |
boris-42 | harlowja_: https://docs.google.com/a/mirantis.com/document/d/1WGrIgMtWJqPDyT6PkPeZhNpej2Q9Mwimula8S8lYGV4/edit#heading=h.xeo58l4ryngk | 00:09 |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:09 | |
boris-42 | sputnik13: ^ | 00:09 |
*** takedakn has quit IRC | 00:09 | |
*** takedakn has joined #openstack-oslo | 00:10 | |
sputnik13 | what's the purpose of allowing things to be restored... an things realistically be restored? volumes, images, etc once deleted how do you restore? | 00:12 |
harlowja_ | magic man | 00:12 |
harlowja_ | magic | 00:12 |
harlowja_ | lol | 00:12 |
sputnik13 | it's a lofty goal, but I feel like the database is the wrong place to implement something like that | 00:13 |
harlowja_ | no disagreement from me | 00:13 |
vipul | Yea you could never restore those .. if that was the intention then it's flawed | 00:13 |
sputnik13 | normally you have "order management" type systems that you can reach in to and cancel orders that are "in flight" | 00:13 |
vipul | i do think that for logging/historical purposes.. there is some value | 00:13 |
boris-42 | sputnik13: we are not "deleting" resource instantly | 00:13 |
boris-42 | sputnik13: just hiding it and removing from DB to special table | 00:13 |
boris-42 | sputnik13: this is case where we need restorable stuff | 00:14 |
sputnik13 | that's what's being done in the database true, but the underlying resource is likely gone | 00:14 |
boris-42 | sputnik13: but this should be well configured and support instant deletion as well | 00:14 |
sputnik13 | so restoring the database entry seems to have limited use to me | 00:14 |
boris-42 | sputnik13: in current implentation with this soft deletion things are very bad | 00:14 |
boris-42 | sputnik13: we shouldn't have this "mark as deleted" column at all | 00:15 |
boris-42 | sputnik13: and should not actually delete resource* | 00:15 |
boris-42 | sputnik13: if we need to support restorable resources* | 00:15 |
sputnik13 | right so the elephant in the room is should restorable resources be supported | 00:16 |
sputnik13 | I think | 00:16 |
boris-42 | if we don't need that, then we need just to get rid of soft_deleted column and that is all | 00:16 |
boris-42 | sputnik13: but archiving db is very very bad approach in any case | 00:16 |
sputnik13 | in order to have true support for restorations checkpointing needs to be supported and well coordinated across resources... that's a massive undertaking | 00:17 |
sputnik13 | boris-42: agreed | 00:17 |
sputnik13 | damn gotta run and catch my bus :) | 00:17 |
boris-42 | sputnik13: based on my experience in OpenStack this task is just impossible | 00:17 |
sputnik13 | boris-42: we are in violent agreement :) | 00:17 |
boris-42 | sputnik13: so I would prefer just to get rid of soft_deleted column =) | 00:17 |
harlowja_ | calm down children, ha | 00:18 |
sputnik13 | +2 | 00:18 |
harlowja_ | oh; violent agreement, ha | 00:18 |
vipul | even that is a massive undertaking in openstack ;) | 00:18 |
*** spyyy has quit IRC | 00:18 | |
*** sputnik13 has quit IRC | 00:18 | |
harlowja_ | just requires lots of peace pipe smoking | 00:19 |
harlowja_ | *this is the way of openstack, ha | 00:19 |
*** spyyy has joined #openstack-oslo | 00:20 | |
*** rossella_s has quit IRC | 00:20 | |
*** rossella_s has joined #openstack-oslo | 00:20 | |
*** spyyy has quit IRC | 00:21 | |
vipul | harlowja_: need to start passing that around a LOT more ;) | 00:21 |
harlowja_ | ya; we might smoke all of colorado | 00:21 |
harlowja_ | lol | 00:22 |
*** gtt116 has quit IRC | 00:22 | |
harlowja_ | and finally get somewhere, lol | 00:22 |
*** takedakn has quit IRC | 00:26 | |
*** tsekiyam_ has joined #openstack-oslo | 00:26 | |
*** dims has joined #openstack-oslo | 00:27 | |
*** mtanino_ has joined #openstack-oslo | 00:27 | |
*** mtanino has quit IRC | 00:29 | |
*** tsekiyama has quit IRC | 00:30 | |
*** tsekiyam_ has quit IRC | 00:31 | |
*** zzzeek has quit IRC | 00:44 | |
openstackgerrit | Brant Knudson proposed openstack/oslo.config: Fix doc build warning https://review.openstack.org/169125 | 00:49 |
*** YorikSar has quit IRC | 00:55 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Optionally do caching/updating of flowdetail in storage https://review.openstack.org/167857 | 00:57 |
openstackgerrit | Brant Knudson proposed openstack/oslo.config: Generate docs for constructor https://review.openstack.org/169127 | 01:06 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Optionally do caching/updating of flowdetail in storage https://review.openstack.org/167857 | 01:08 |
*** ChuckC has quit IRC | 01:08 | |
*** amotoki has joined #openstack-oslo | 01:12 | |
*** amotoki has quit IRC | 01:13 | |
*** haigang has joined #openstack-oslo | 01:13 | |
openstackgerrit | Brant Knudson proposed openstack/oslo.config: Add deprecated_for_removal support to the config generator https://review.openstack.org/169129 | 01:16 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Address concurrent mutation of sqlalchemy backend https://review.openstack.org/98689 | 01:25 |
*** cpg is now known as cpg|away | 01:30 | |
*** cpg|away is now known as cpg | 01:32 | |
*** ChuckC has joined #openstack-oslo | 01:34 | |
*** tsekiyama has joined #openstack-oslo | 01:37 | |
*** stevemar has joined #openstack-oslo | 01:39 | |
*** tsekiyama has quit IRC | 01:41 | |
*** amotoki has joined #openstack-oslo | 01:42 | |
*** yamahata has joined #openstack-oslo | 01:47 | |
*** amotoki has quit IRC | 01:47 | |
*** amotoki has joined #openstack-oslo | 01:47 | |
*** amotoki has quit IRC | 01:52 | |
*** gtt116 has joined #openstack-oslo | 01:59 | |
*** sputnik13 has joined #openstack-oslo | 02:04 | |
*** sputnik13 has quit IRC | 02:06 | |
*** sputnik13 has joined #openstack-oslo | 02:06 | |
*** dims has quit IRC | 02:07 | |
*** amrith is now known as _amrith_ | 02:07 | |
*** dims has joined #openstack-oslo | 02:08 | |
*** sputnik13 has quit IRC | 02:11 | |
*** sputnik13 has joined #openstack-oslo | 02:12 | |
*** dims has quit IRC | 02:14 | |
*** amotoki has joined #openstack-oslo | 02:28 | |
*** achanda has joined #openstack-oslo | 02:34 | |
*** sputnik13 has quit IRC | 02:35 | |
*** amotoki has quit IRC | 02:43 | |
*** crc32 has quit IRC | 02:44 | |
*** achanda has quit IRC | 02:44 | |
*** yamahata has quit IRC | 02:44 | |
*** achanda has joined #openstack-oslo | 02:45 | |
*** mtanino_ has quit IRC | 02:50 | |
*** haigang has quit IRC | 02:57 | |
gtt116 | Making oslo.messaging notifiers support TTL of notification, does it make sense? | 03:03 |
gtt116 | All the RPC messages' TTL is already set by oslo | 03:05 |
*** harlowja_ is now known as harlowja_away | 03:07 | |
*** amotoki has joined #openstack-oslo | 03:10 | |
*** bknudson has quit IRC | 03:16 | |
*** amotoki has quit IRC | 03:16 | |
*** haigang has joined #openstack-oslo | 03:22 | |
*** haigang has quit IRC | 03:27 | |
*** sputnik13 has joined #openstack-oslo | 03:33 | |
*** amotoki has joined #openstack-oslo | 03:43 | |
*** haigang has joined #openstack-oslo | 03:55 | |
*** sputnik13 has quit IRC | 04:02 | |
*** sputnik13 has joined #openstack-oslo | 04:03 | |
*** achanda has quit IRC | 04:12 | |
*** BrianShang_ has quit IRC | 04:13 | |
*** BrianShang has joined #openstack-oslo | 04:15 | |
*** achanda has joined #openstack-oslo | 04:19 | |
*** sputnik13 has quit IRC | 04:20 | |
*** sputnik13 has joined #openstack-oslo | 04:21 | |
*** achanda has quit IRC | 04:27 | |
*** sputnik13 has quit IRC | 04:30 | |
*** achanda has joined #openstack-oslo | 04:30 | |
*** sputnik13 has joined #openstack-oslo | 04:31 | |
*** achanda has quit IRC | 04:40 | |
*** achanda has joined #openstack-oslo | 04:40 | |
*** achanda has quit IRC | 04:51 | |
*** sputnik13 has quit IRC | 04:55 | |
*** rpodolyaka1 has joined #openstack-oslo | 05:15 | |
*** harlowja_at_home has joined #openstack-oslo | 05:19 | |
*** achanda has joined #openstack-oslo | 05:22 | |
*** harlowja_at_home has quit IRC | 05:25 | |
*** dulek has joined #openstack-oslo | 05:29 | |
*** rpodolyaka1 has quit IRC | 05:38 | |
*** rpodolyaka1 has joined #openstack-oslo | 05:38 | |
*** exploreshaifali has joined #openstack-oslo | 05:40 | |
*** vigneshvar has joined #openstack-oslo | 05:43 | |
*** vigneshvar_ has joined #openstack-oslo | 05:43 | |
*** ajo has joined #openstack-oslo | 05:44 | |
*** exploreshaifali has quit IRC | 05:53 | |
*** achanda has quit IRC | 06:08 | |
*** achanda has joined #openstack-oslo | 06:08 | |
*** rpodolyaka1 has quit IRC | 06:11 | |
*** rpodolyaka1 has joined #openstack-oslo | 06:16 | |
*** haigang has quit IRC | 06:27 | |
*** haigang has joined #openstack-oslo | 06:27 | |
*** amotoki has quit IRC | 06:27 | |
*** sreshetn2 has joined #openstack-oslo | 06:29 | |
*** haigang has quit IRC | 06:32 | |
*** BrianShang has quit IRC | 06:35 | |
*** BrianShang has joined #openstack-oslo | 06:36 | |
*** sreshetn2 has quit IRC | 06:38 | |
*** BrianShang_ has joined #openstack-oslo | 06:41 | |
*** sreshetn2 has joined #openstack-oslo | 06:44 | |
*** BrianShang has quit IRC | 06:44 | |
*** YorikSar has joined #openstack-oslo | 06:47 | |
*** jamielennox is now known as jamielennox|away | 06:49 | |
*** amotoki has joined #openstack-oslo | 06:53 | |
*** BrianShang_ has quit IRC | 07:00 | |
*** amotoki has quit IRC | 07:01 | |
*** amotoki has joined #openstack-oslo | 07:02 | |
*** BrianShang has joined #openstack-oslo | 07:02 | |
*** liusheng has joined #openstack-oslo | 07:04 | |
*** achanda has quit IRC | 07:05 | |
*** ajo_ has joined #openstack-oslo | 07:07 | |
*** ajo has quit IRC | 07:10 | |
*** haigang has joined #openstack-oslo | 07:12 | |
*** stevemar has quit IRC | 07:16 | |
*** rpodolyaka1 has quit IRC | 07:17 | |
*** vigneshvar has quit IRC | 07:17 | |
*** vigneshvar_ has quit IRC | 07:17 | |
openstackgerrit | Angus Lees proposed openstack/oslo.rootwrap: Avoid calling sudo just to change users https://review.openstack.org/162849 | 07:17 |
*** takedakn has joined #openstack-oslo | 07:21 | |
*** haypo has quit IRC | 07:21 | |
*** jaosorior has joined #openstack-oslo | 07:28 | |
*** rushiagr_away is now known as rushiagr | 07:30 | |
*** liusheng has quit IRC | 07:33 | |
*** liusheng has joined #openstack-oslo | 07:34 | |
*** rushiagr is now known as rushiagr_away | 07:47 | |
*** YorikSar has quit IRC | 07:56 | |
*** viktors|afk is now known as viktors | 08:01 | |
*** liusheng has quit IRC | 08:03 | |
*** liusheng has joined #openstack-oslo | 08:04 | |
*** sreshetn2 has quit IRC | 08:06 | |
*** spyyy has joined #openstack-oslo | 08:09 | |
*** sreshetn2 has joined #openstack-oslo | 08:11 | |
*** ndipanov has joined #openstack-oslo | 08:15 | |
*** sreshetn2 has quit IRC | 08:19 | |
*** e0ne has joined #openstack-oslo | 08:29 | |
*** YorikSar has joined #openstack-oslo | 08:30 | |
*** rushiagr_away is now known as rushiagr | 08:34 | |
*** haigang has quit IRC | 08:38 | |
*** e0ne has quit IRC | 08:45 | |
*** sreshetn2 has joined #openstack-oslo | 08:47 | |
*** SridharGaddam has joined #openstack-oslo | 08:50 | |
-openstackstatus- NOTICE: CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment. | 08:54 | |
*** ChanServ changes topic to "CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment." | 08:54 | |
*** rushiagr is now known as rushiagr_away | 08:57 | |
*** rushiagr_away is now known as rushiagr | 08:58 | |
*** takedakn has quit IRC | 09:04 | |
openstackgerrit | Tiantian Gao proposed openstack/oslo.messaging: Add functional test for notify.logger https://review.openstack.org/169225 | 09:09 |
*** sreshetn2 has quit IRC | 09:12 | |
openstackgerrit | Tiantian Gao proposed openstack/oslo.messaging: Add some exclude directory flake8, and update gitignore https://review.openstack.org/169228 | 09:13 |
*** amotoki_ has joined #openstack-oslo | 09:20 | |
*** sreshetn2 has joined #openstack-oslo | 09:24 | |
openstackgerrit | Tiantian Gao proposed openstack/oslo.messaging: Add functional test for notify.logger https://review.openstack.org/169225 | 09:28 |
*** sreshetn2 has quit IRC | 09:33 | |
*** e0ne has joined #openstack-oslo | 09:39 | |
*** jamielennox|away is now known as jamielennox | 09:41 | |
*** ajo_ is now known as ajo | 09:42 | |
*** jamielennox is now known as jamielennox|away | 09:47 | |
*** cdent has joined #openstack-oslo | 09:52 | |
*** liusheng has quit IRC | 10:00 | |
*** liusheng has joined #openstack-oslo | 10:01 | |
*** dims has joined #openstack-oslo | 10:03 | |
*** achanda has joined #openstack-oslo | 10:06 | |
*** sreshetn2 has joined #openstack-oslo | 10:09 | |
*** achanda has quit IRC | 10:10 | |
*** e0ne is now known as e0ne_ | 10:19 | |
*** e0ne_ is now known as e0ne | 10:23 | |
*** e0ne is now known as e0ne_ | 10:37 | |
*** e0ne_ is now known as e0ne | 10:40 | |
*** flaper87 has quit IRC | 11:10 | |
*** _amrith_ is now known as amrith | 11:12 | |
*** tsufiev_ has joined #openstack-oslo | 11:15 | |
*** flaper87 has joined #openstack-oslo | 11:22 | |
*** pblaho has joined #openstack-oslo | 11:24 | |
*** flaper87 has quit IRC | 11:26 | |
*** flaper87 has joined #openstack-oslo | 11:26 | |
*** salv-orlando has quit IRC | 11:26 | |
*** hogepodge has quit IRC | 11:27 | |
*** cpg is now known as cpg|away | 11:34 | |
*** salv-orlando has joined #openstack-oslo | 11:40 | |
*** rushiagr is now known as rushiagr_away | 11:42 | |
*** tsufiev_ is now known as tsufiev | 11:42 | |
*** ChanServ changes topic to "#openstack-oslo" | 11:50 | |
-openstackstatus- NOTICE: Check/Gate unstuck, feel free to recheck your abusively-failed changes. | 11:50 | |
*** ihrachyshka has joined #openstack-oslo | 11:52 | |
*** ujjain has quit IRC | 11:54 | |
*** sreshetn2 has quit IRC | 11:54 | |
*** rushiagr_away is now known as rushiagr | 11:54 | |
*** sreshetn2 has joined #openstack-oslo | 11:56 | |
*** ndipanov has quit IRC | 12:03 | |
openstackgerrit | Angus Lees proposed openstack/oslo.rootwrap: Avoid calling sudo just to change users https://review.openstack.org/162849 | 12:06 |
*** kgiusti has joined #openstack-oslo | 12:18 | |
*** amotoki_ has quit IRC | 12:20 | |
*** amrith is now known as _amrith_ | 12:21 | |
*** dims has quit IRC | 12:25 | |
*** dims has joined #openstack-oslo | 12:25 | |
*** amotoki_ has joined #openstack-oslo | 12:34 | |
*** amotoki_ has quit IRC | 12:34 | |
*** jecarey has quit IRC | 12:40 | |
*** e0ne is now known as e0ne_ | 12:42 | |
*** bknudson has joined #openstack-oslo | 12:42 | |
*** e0ne_ is now known as e0ne | 12:43 | |
*** gordc has joined #openstack-oslo | 12:50 | |
*** ajo has quit IRC | 13:01 | |
*** ajo has joined #openstack-oslo | 13:01 | |
*** ajo has quit IRC | 13:01 | |
*** hogepodge has joined #openstack-oslo | 13:05 | |
*** e0ne is now known as e0ne_ | 13:08 | |
*** e0ne_ is now known as e0ne | 13:13 | |
*** ujjain has joined #openstack-oslo | 13:17 | |
*** mriedem_away is now known as mriedem | 13:20 | |
*** rushiagr is now known as rushiagr_away | 13:29 | |
*** jaypipes has quit IRC | 13:29 | |
*** sreshetn2 has quit IRC | 13:35 | |
*** sreshetn2 has joined #openstack-oslo | 13:36 | |
*** jaypipes has joined #openstack-oslo | 13:43 | |
*** sreshetn2 has quit IRC | 13:45 | |
*** sreshetn2 has joined #openstack-oslo | 13:49 | |
*** _amrith_ is now known as amrith | 13:51 | |
*** amotoki_ has joined #openstack-oslo | 13:51 | |
*** zzzeek has joined #openstack-oslo | 13:57 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:59 | |
*** rushiagr_away is now known as rushiagr | 13:59 | |
*** jecarey has joined #openstack-oslo | 13:59 | |
*** rpodolyaka1 has joined #openstack-oslo | 14:01 | |
*** rpodolyaka1 has quit IRC | 14:01 | |
*** rpodolyaka1 has joined #openstack-oslo | 14:01 | |
*** sreshetn2 has quit IRC | 14:06 | |
*** sreshetn2 has joined #openstack-oslo | 14:06 | |
*** rpodolyaka1 has quit IRC | 14:07 | |
*** ChuckC has quit IRC | 14:09 | |
sdague | so ... https://github.com/eventlet/eventlet/pull/75 - yay! | 14:14 |
sdague | which means we should be able to deprecate a bit of oslo.log oslo.service in next cycle | 14:14 |
*** enikanorov has quit IRC | 14:23 | |
*** enikanorov has joined #openstack-oslo | 14:27 | |
*** daniel3_ has joined #openstack-oslo | 14:28 | |
*** viktors has quit IRC | 14:30 | |
*** zz_jgrimm is now known as jgrimm | 14:31 | |
*** ChuckC has joined #openstack-oslo | 14:39 | |
*** amotoki_ has quit IRC | 14:49 | |
*** ndipanov has joined #openstack-oslo | 14:51 | |
*** jaypipes has quit IRC | 14:53 | |
*** sputnik13 has joined #openstack-oslo | 14:55 | |
*** jungleboyj_afk has quit IRC | 14:57 | |
*** dulek has quit IRC | 14:58 | |
*** cdent has quit IRC | 15:02 | |
dims | sdague: very cool | 15:04 |
*** dims has quit IRC | 15:05 | |
*** BrianShang_ has joined #openstack-oslo | 15:06 | |
*** dims_ has joined #openstack-oslo | 15:08 | |
*** marun has joined #openstack-oslo | 15:08 | |
*** BrianShang has quit IRC | 15:08 | |
marun | dhellmann: Hi! | 15:09 |
marun | dhellmann: I have a question about oslo_config | 15:09 |
marun | dhellmann: How common is it for projects to use oslo_config.cfg.CONF instead of a local ConfigMapping instance? | 15:09 |
*** sputnik13 has quit IRC | 15:10 | |
*** tsekiyama has joined #openstack-oslo | 15:22 | |
*** zigo__ is now known as zigo | 15:23 | |
*** exploreshaifali has joined #openstack-oslo | 15:25 | |
*** stevemar has joined #openstack-oslo | 15:29 | |
*** BrianShang has joined #openstack-oslo | 15:36 | |
*** BrianShang_ has quit IRC | 15:37 | |
*** YorikSar has quit IRC | 15:37 | |
elarson | using oslo_config I'm installing some plugins via stevedore that have some config options that I want to add. I find that if no plugins are found and I call cfg.CONF.reload_config_files it gets an error. is that considered normal? | 15:39 |
* elarson would have thought that if no new options were added reload_config_files would essentially be a safe noop | 15:39 | |
*** harlowja_at_home has joined #openstack-oslo | 15:42 | |
*** harlowja_at_home has quit IRC | 15:44 | |
*** daniel3_ has quit IRC | 15:47 | |
*** daniel3_ has joined #openstack-oslo | 15:49 | |
openstackgerrit | Ben Nemec proposed openstack/oslo.config: Fix logging of deprecated opts with dest override https://review.openstack.org/169392 | 15:51 |
*** sreshetn2 has quit IRC | 15:52 | |
openstackgerrit | Ken Giusti proposed openstack/oslo.messaging: Properly deserialize received AMQP 1.0 messages https://review.openstack.org/169396 | 15:56 |
*** stpierre has joined #openstack-oslo | 15:58 | |
*** e0ne is now known as e0ne_ | 16:03 | |
*** arnaud___ has joined #openstack-oslo | 16:08 | |
*** e0ne_ has quit IRC | 16:08 | |
*** sreshetn2 has joined #openstack-oslo | 16:14 | |
*** e0ne has joined #openstack-oslo | 16:14 | |
*** mtanino has joined #openstack-oslo | 16:27 | |
*** yamahata has joined #openstack-oslo | 16:29 | |
*** arnaud___ has quit IRC | 16:32 | |
*** daniel3_ has quit IRC | 16:37 | |
*** YorikSar has joined #openstack-oslo | 16:42 | |
*** sputnik13 has joined #openstack-oslo | 16:45 | |
*** harlowja_away is now known as harlowja_ | 16:45 | |
*** jaypipes has joined #openstack-oslo | 16:48 | |
*** dims_ has quit IRC | 16:51 | |
*** dims_ has joined #openstack-oslo | 16:51 | |
*** e0ne is now known as e0ne_ | 16:56 | |
*** andreykurilin_ has joined #openstack-oslo | 17:05 | |
*** e0ne_ is now known as e0ne | 17:06 | |
*** daniel3_ has joined #openstack-oslo | 17:12 | |
openstackgerrit | ayoung proposed openstack/oslo.policy: Lists for Generic Checks https://review.openstack.org/169045 | 17:20 |
*** achanda has joined #openstack-oslo | 17:23 | |
*** daniel3_ has quit IRC | 17:27 | |
*** daniel3_ has joined #openstack-oslo | 17:28 | |
*** e0ne has quit IRC | 17:33 | |
openstackgerrit | ayoung proposed openstack/oslo.policy: Lists for Generic Checks https://review.openstack.org/169045 | 17:36 |
*** sheeprine has quit IRC | 17:43 | |
*** sreshetn2 has quit IRC | 17:46 | |
*** sheeprine has joined #openstack-oslo | 17:50 | |
*** pblaho has quit IRC | 17:55 | |
*** mtanino has quit IRC | 17:56 | |
*** cpg|away is now known as cpg | 18:03 | |
*** jamielennox|away is now known as jamielennox | 18:04 | |
*** e0ne has joined #openstack-oslo | 18:09 | |
*** e0ne is now known as e0ne_ | 18:18 | |
*** ihrachyshka has quit IRC | 18:22 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Make an attempt at having taskflow exceptions print causes better https://review.openstack.org/167087 | 18:23 |
*** e0ne_ has quit IRC | 18:23 | |
*** stpierre has quit IRC | 18:23 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Make an attempt at having taskflow exceptions print causes better https://review.openstack.org/167087 | 18:25 |
*** stpierre has joined #openstack-oslo | 18:26 | |
*** e0ne has joined #openstack-oslo | 18:36 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Allow ls() to list recursively (using breadth-first) https://review.openstack.org/167364 | 18:42 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Allow ls() to list recursively (using breadth-first) https://review.openstack.org/167364 | 18:44 |
*** achanda has quit IRC | 18:49 | |
*** jaosorior has quit IRC | 18:52 | |
*** stevemar has quit IRC | 18:54 | |
harlowja_ | jd__ dims_ a simple one if u got some time; might as well merge it for sanity sake | 18:55 |
harlowja_ | https://review.openstack.org/#/c/149174/ | 18:55 |
harlowja_ | for ye olde python2.6 | 18:55 |
*** pblaho has joined #openstack-oslo | 18:55 | |
*** sreshetn2 has joined #openstack-oslo | 18:56 | |
jd__ | harlowja_: actually we don't gate py26 so I think we don't support it, you still want that? | 19:03 |
harlowja_ | oh | 19:03 |
harlowja_ | 'gate-oslo.serialization-python26' ? | 19:03 |
harlowja_ | u sure :-P | 19:04 |
*** stevemar has joined #openstack-oslo | 19:04 | |
jd__ | harlowja_: why isn't it sorted? | 19:06 |
* jd__ beats Jenkins | 19:06 | |
harlowja_ | unsure | 19:06 |
harlowja_ | ya, i've seen its sort order change | 19:06 |
harlowja_ | must be some bug | 19:06 |
jd__ | harlowja_: well can I -1 because there's no test? | 19:06 |
harlowja_ | sureee | 19:07 |
harlowja_ | i add test | 19:07 |
*** stevemar has quit IRC | 19:08 | |
*** stevemar has joined #openstack-oslo | 19:08 | |
* harlowja_ beats self with stick | 19:10 | |
harlowja_ | lol | 19:10 |
*** salv-orl_ has joined #openstack-oslo | 19:11 | |
*** spyyy has quit IRC | 19:12 | |
*** salv-orlando has quit IRC | 19:13 | |
*** sreshetn2 has quit IRC | 19:14 | |
*** rushiagr is now known as rushiagr_away | 19:14 | |
sdague | stevemar: I just bumped - https://bugs.launchpad.net/nova/+bug/1437992 to critical on the oslo side, because it's a major regression in the caching strategy by the whole policy mechanism | 19:23 |
openstack | Launchpad bug 1437992 in oslo-incubator "policy file in policy.d will be reloaded every rest api call" [Critical,In progress] - Assigned to Eli Qiao (taget-9) | 19:23 |
stevemar | sdague, yay | 19:23 |
stevemar | dhellmann, sigmavirus24 ^ | 19:24 |
sdague | we have a reasonable work around by deleting all our policy.d files in nova right now | 19:24 |
stevemar | good thing eli has a patch for it already | 19:24 |
sigmavirus24 | thanks sdague | 19:24 |
sdague | however, it basically makes that entire mechanism unuseful | 19:24 |
sigmavirus24 | we've also deprecated policy dirs, no? | 19:25 |
stevemar | i'll look at it in a few minutes | 19:25 |
sdague | sigmavirus24: we've deprecated it being configurable | 19:25 |
sigmavirus24 | right, by which I only mean, this won't be a problem for long | 19:26 |
sdague | sigmavirus24: no, it will remain a problem | 19:26 |
sdague | the deprecation was just that the directory will always be policy.d, not bubba-gump-shrimp.d | 19:26 |
*** achanda has joined #openstack-oslo | 19:27 | |
sdague | but the fact that the recursive policy file check is never cached will remain a problem | 19:27 |
*** alexpilotti has joined #openstack-oslo | 19:41 | |
*** sreshetn2 has joined #openstack-oslo | 19:43 | |
*** sheeprine has quit IRC | 19:44 | |
dims_ | bubba-gump-shrimp.d - hahaha | 19:48 |
*** sheeprine has joined #openstack-oslo | 19:50 | |
dims_ | harlowja_: related to what stevemar / sdague were talking about. does this look good to you? https://review.openstack.org/#/c/168819/ | 19:52 |
dims_ | bnemec: ^ | 19:52 |
harlowja_ | ah, caching | 19:52 |
harlowja_ | hmmm | 19:52 |
harlowja_ | i sometimes just want to delete that | 19:52 |
harlowja_ | lol | 19:52 |
openstackgerrit | Merged openstack/taskflow: fix renamed class to call super correctly https://review.openstack.org/169059 | 19:52 |
harlowja_ | *let the filesystem cache itself... | 19:52 |
harlowja_ | that review though sorta confuses me, ha | 19:53 |
harlowja_ | how does one even get a directory into the cache in the first place :-P | 19:54 |
harlowja_ | >>> x = '/homes/harlowja/dev/os/cloud-init' | 19:54 |
harlowja_ | >>> with open(x, 'rb') as fh: | 19:54 |
harlowja_ | ... b = fh.read() | 19:54 |
harlowja_ | ... | 19:54 |
harlowja_ | Traceback (most recent call last): | 19:54 |
harlowja_ | File "<stdin>", line 1, in <module> | 19:54 |
harlowja_ | IsADirectoryError: [Errno 21] Is a directory: '/homes/harlowja/dev/os/cloud-init' | 19:54 |
harlowja_ | ... | 19:54 |
dims_ | good point harlowja_ that's not right | 19:57 |
harlowja_ | dims_ added my comments/question | 19:57 |
dims_ | harlowja_: guess he is trying to use the existing _FILE_CACHE to store info about directories | 20:02 |
harlowja_ | maybe | 20:02 |
harlowja_ | read_cached_file seems like the wrong function though, ha | 20:02 |
dims_ | right | 20:02 |
*** andreykurilin_ has quit IRC | 20:06 | |
*** achanda has quit IRC | 20:20 | |
*** alexpilotti has quit IRC | 20:21 | |
dims_ | sigmavirus24: stevemar: left a counter proposal patch in Eli's review | 20:21 |
dims_ | sdague: ^ | 20:21 |
sigmavirus24 | dims_: thanks | 20:22 |
*** BrianShang_ has joined #openstack-oslo | 20:24 | |
harlowja_ | jd__ actually now that i think about it https://review.openstack.org/#/c/149174/ is sorta hard to add a test for; since it requires a py2.6 runtime while decoding but a 2.7 runtime while encoding (to even format it in the first place) | 20:26 |
jd__ | harlowja_: ok | 20:26 |
*** spyyy has joined #openstack-oslo | 20:27 | |
*** BrianShang has quit IRC | 20:27 | |
sigmavirus24 | dims_: I'm not certain that oslo.policy should need to handle the mtime information itself | 20:31 |
dims_ | sigmavirus24: overloading that function in fileutils is overkill. don't want to pay that tax long term | 20:31 |
sigmavirus24 | dims_: I agree | 20:32 |
stevemar | dims_, mtime is an interesting approac | 20:32 |
dims_ | stevemar: essentially i pruned down what eli was using in fileutils | 20:33 |
dims_ | and stuck it into Enforcer | 20:33 |
sigmavirus24 | Why aren't we introducing a separate function for directories? | 20:36 |
*** sreshetn1 has joined #openstack-oslo | 20:38 | |
stevemar | if we use dims_ approach, we don't need to make changes to fileutils | 20:38 |
dims_ | correct | 20:38 |
*** sreshetn2 has quit IRC | 20:39 | |
sigmavirus24 | Note, say it had to be in fileutils ;) | 20:40 |
*** david-lyle has quit IRC | 20:40 | |
sigmavirus24 | We can mimic the existing function in fileutils in oslo_policy just to keep the separation of concerns clean | 20:41 |
dims_ | sigmavirus24: right, if it had to be fileutils, we would have a separate set of methods to cache directory information. | 20:41 |
*** e0ne has quit IRC | 20:42 | |
*** e0ne has joined #openstack-oslo | 20:42 | |
sigmavirus24 | The other thing is that storing teh cache on the enforcer isn't going to fix this bug in all services | 20:42 |
sigmavirus24 | Not all services use a single global enforcer | 20:42 |
* sigmavirus24 is also not following this closely as he's on his phone and it's hard to keep stuff straight | 20:43 | |
dims_ | sigmavirus24: then i'd advocate a global variable in the existing code outside the Enforcer | 20:43 |
sigmavirus24 | Also is this intended to be released for Kilo? | 20:44 |
dims_ | sigmavirus24: yes | 20:44 |
stevemar | sigmavirus24, yeah, it's been tagged as critical now | 20:52 |
*** e0ne is now known as e0ne_ | 20:52 | |
*** e0ne_ is now known as e0ne | 20:52 | |
*** amrith is now known as _amrith_ | 20:56 | |
dims_ | stevemar: want me to file a separate review or patch that one? | 21:00 |
stevemar | dims_, try a separate review | 21:00 |
dims_ | stevemar: ack | 21:01 |
stevemar | dims_, you can also pass in _policy_directory_cache - as a new param to _walk_through_policy_directory | 21:01 |
dims_ | ack | 21:02 |
stevemar | dims_, also, it's not really a cache :P | 21:10 |
stevemar | _policy_dir_last_access ? | 21:10 |
*** achanda has joined #openstack-oslo | 21:14 | |
*** ndipanov has quit IRC | 21:18 | |
*** e0ne has quit IRC | 21:23 | |
*** exploreshaifali has quit IRC | 21:25 | |
*** jgrimm is now known as zz_jgrimm | 21:26 | |
*** spyyy has quit IRC | 21:33 | |
*** gordc has quit IRC | 21:34 | |
*** sreshetn1 has quit IRC | 21:36 | |
*** pblaho has quit IRC | 21:37 | |
*** mriedem is now known as mriedem_away | 21:45 | |
*** stevemar has quit IRC | 21:51 | |
openstackgerrit | Merged openstack/taskflow: Make an attempt at having taskflow exceptions print causes better https://review.openstack.org/167087 | 21:56 |
*** harlowja_ is now known as harlowja_away | 22:04 | |
*** harlowja_away is now known as harlowja_ | 22:07 | |
*** salv-orl_ has quit IRC | 22:09 | |
*** salv-orlando has joined #openstack-oslo | 22:13 | |
*** mtanino has joined #openstack-oslo | 22:15 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.policy: Avoid reloading policy files in policy.d for every call https://review.openstack.org/169535 | 22:18 |
*** jlvillal_ has joined #openstack-oslo | 22:19 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.policy: Avoid reloading policy files in policy.d for every call https://review.openstack.org/169535 | 22:19 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.policy: Avoid reloading policy files in policy.d for every call https://review.openstack.org/169535 | 22:20 |
*** harlowja_ has quit IRC | 22:21 | |
dims_ | sigmavirus24: ^^^ | 22:22 |
dims_ | looks like stevemar and harlowja_ are not around | 22:22 |
sigmavirus24 | I'm not a core =P | 22:22 |
* sigmavirus24 is looking though | 22:22 | |
dims_ | sigmavirus24: no issues, just need eyes :) | 22:23 |
dims_ | too late for jd__ or flaper87, bnemec around? | 22:24 |
dims_ | thanks ian! | 22:25 |
*** harlowja has joined #openstack-oslo | 22:26 | |
sigmavirus24 | yw! | 22:28 |
*** sreshetn1 has joined #openstack-oslo | 22:33 | |
*** jecarey has quit IRC | 22:35 | |
*** sreshetn1 has quit IRC | 22:37 | |
*** jlvillal_ has quit IRC | 22:38 | |
*** stpierre has quit IRC | 22:39 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:42 | |
*** andreykurilin_ has joined #openstack-oslo | 22:45 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add a suspension engine section https://review.openstack.org/169548 | 22:46 |
*** daniel3_ has quit IRC | 22:47 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add a suspension engine section https://review.openstack.org/169548 | 22:48 |
*** jlvillal_ has joined #openstack-oslo | 22:48 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add a suspension engine section https://review.openstack.org/169548 | 22:49 |
*** jlvillal_ has quit IRC | 22:49 | |
*** devlaps has joined #openstack-oslo | 22:50 | |
*** salv-orlando has quit IRC | 22:51 | |
*** devlaps has quit IRC | 22:54 | |
*** salv-orlando has joined #openstack-oslo | 22:59 | |
*** flwang has quit IRC | 23:00 | |
*** _amrith_ is now known as amrith | 23:01 | |
*** tsekiyam_ has joined #openstack-oslo | 23:04 | |
*** tsekiyama has quit IRC | 23:07 | |
*** tsekiyam_ has quit IRC | 23:08 | |
*** jaypipes has quit IRC | 23:09 | |
*** flwang has joined #openstack-oslo | 23:13 | |
*** dims_ has quit IRC | 23:14 | |
*** davideagnello has quit IRC | 23:15 | |
*** sputnik13 has quit IRC | 23:15 | |
*** dims_ has joined #openstack-oslo | 23:17 | |
*** marun has quit IRC | 23:22 | |
*** jaypipes has joined #openstack-oslo | 23:23 | |
*** andreykurilin_ has quit IRC | 23:31 | |
*** sreshetn1 has joined #openstack-oslo | 23:34 | |
*** sreshetn1 has quit IRC | 23:38 | |
*** zzzeek has quit IRC | 23:38 | |
*** achanda has quit IRC | 23:41 | |
*** sputnik13 has joined #openstack-oslo | 23:42 | |
*** achanda has joined #openstack-oslo | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!