*** e0ne has joined #openstack-placement | 00:05 | |
*** e0ne has quit IRC | 00:18 | |
*** spatel has joined #openstack-placement | 00:25 | |
*** e0ne has joined #openstack-placement | 00:31 | |
*** e0ne has quit IRC | 00:40 | |
*** e0ne has joined #openstack-placement | 00:43 | |
*** e0ne has quit IRC | 00:47 | |
*** e0ne has joined #openstack-placement | 00:54 | |
*** e0ne has quit IRC | 00:58 | |
*** e0ne has joined #openstack-placement | 01:05 | |
*** e0ne has quit IRC | 01:12 | |
*** e0ne has joined #openstack-placement | 01:18 | |
*** e0ne has quit IRC | 01:22 | |
*** e0ne has joined #openstack-placement | 01:28 | |
*** e0ne has quit IRC | 01:36 | |
*** e0ne has joined #openstack-placement | 01:42 | |
*** e0ne has quit IRC | 01:46 | |
*** e0ne has joined #openstack-placement | 01:51 | |
*** spatel has quit IRC | 01:54 | |
*** e0ne has quit IRC | 02:00 | |
*** e0ne has joined #openstack-placement | 02:06 | |
*** e0ne has quit IRC | 02:14 | |
*** e0ne has joined #openstack-placement | 02:17 | |
*** e0ne has quit IRC | 02:22 | |
*** e0ne has joined #openstack-placement | 02:23 | |
*** e0ne has quit IRC | 02:27 | |
*** e0ne has joined #openstack-placement | 02:30 | |
*** e0ne has quit IRC | 02:41 | |
*** e0ne has joined #openstack-placement | 02:44 | |
*** e0ne has quit IRC | 02:49 | |
*** e0ne has joined #openstack-placement | 02:55 | |
*** e0ne has quit IRC | 03:00 | |
*** e0ne has joined #openstack-placement | 05:30 | |
*** e0ne has quit IRC | 05:58 | |
*** e0ne has joined #openstack-placement | 07:25 | |
*** ttsiouts has joined #openstack-placement | 07:26 | |
*** e0ne has quit IRC | 07:55 | |
*** ttsiouts has quit IRC | 08:12 | |
*** ttsiouts has joined #openstack-placement | 08:12 | |
*** ttsiouts has quit IRC | 08:17 | |
*** e0ne has joined #openstack-placement | 08:17 | |
*** ttsiouts has joined #openstack-placement | 08:17 | |
*** e0ne_ has joined #openstack-placement | 08:25 | |
*** e0ne has quit IRC | 08:26 | |
*** ttsiouts has quit IRC | 08:37 | |
*** ttsiouts has joined #openstack-placement | 08:37 | |
*** ttsiouts has quit IRC | 08:42 | |
*** cdent has joined #openstack-placement | 08:44 | |
*** tssurya has joined #openstack-placement | 08:45 | |
*** ttsiouts has joined #openstack-placement | 08:49 | |
*** e0ne_ has quit IRC | 09:09 | |
*** ttsiouts has quit IRC | 09:24 | |
*** ttsiouts has joined #openstack-placement | 09:24 | |
*** ttsiouts has quit IRC | 09:29 | |
cdent | stephenfin: I started a stop-python-2 patch for placement https://review.opendev.org/#/c/688518/ but matt raised a comment that got me to thinking about what (if any) changes will be in the zuul templates. See the discussion there please and thank you | 10:04 |
---|---|---|
*** ttsiouts has joined #openstack-placement | 10:11 | |
*** e0ne has joined #openstack-placement | 10:20 | |
*** ttsiouts has quit IRC | 10:27 | |
*** ttsiouts has joined #openstack-placement | 10:28 | |
*** ttsiouts has quit IRC | 10:33 | |
*** ttsiouts has joined #openstack-placement | 11:18 | |
*** ttsiouts has quit IRC | 11:38 | |
*** ttsiouts has joined #openstack-placement | 11:39 | |
*** ttsiouts has quit IRC | 11:43 | |
*** ttsiouts has joined #openstack-placement | 11:44 | |
*** belmoreira has joined #openstack-placement | 12:24 | |
efried | cdent: fyi I added "kill wsgi" in the nova etherpad under "Community Goals" and put your name on it (and mine). | 12:42 |
efried | https://etherpad.openstack.org/p/nova-shanghai-ptg | 12:42 |
cdent | efried: I don't think that means what you think it means unless I'm missing something. What do you think it means? | 12:50 |
efried | oh, sorry, I'm obv still asleep. I think I meant kill paste | 12:51 |
efried | changed | 12:51 |
cdent | ah, okay, yeah, that makes much more sense | 12:53 |
*** mriedem has joined #openstack-placement | 13:01 | |
*** dklyle has quit IRC | 14:18 | |
*** dklyle has joined #openstack-placement | 14:43 | |
*** mriedem has quit IRC | 15:18 | |
*** mriedem has joined #openstack-placement | 15:18 | |
*** ttsiouts has quit IRC | 15:21 | |
*** ttsiouts has joined #openstack-placement | 15:22 | |
*** ttsiouts has quit IRC | 15:27 | |
*** belmoreira has quit IRC | 15:53 | |
*** e0ne has quit IRC | 16:16 | |
*** tssurya has quit IRC | 16:40 | |
*** cdent has quit IRC | 16:54 | |
*** e0ne has joined #openstack-placement | 17:02 | |
*** e0ne has quit IRC | 17:08 | |
*** e0ne has joined #openstack-placement | 17:42 | |
*** e0ne has quit IRC | 17:47 | |
*** openstackgerrit has quit IRC | 18:07 | |
*** e0ne has joined #openstack-placement | 18:59 | |
*** efried is now known as efried_afk | 19:15 | |
*** efried_afk is now known as efried | 19:33 | |
*** e0ne has quit IRC | 19:55 | |
mriedem | just reported https://storyboard.openstack.org/#!/story/2006726 and without looking at placement code i'm confused as to what is returned from GET /allocations/{consumer_id} if the consumer does not exist | 22:24 |
mriedem | is it only {'allocations': {}}? | 22:24 |
efried | mriedem: per the code, you won't get 404 for sure. Are you trying to find out if the generation comes back (presumably as null)? | 22:43 |
mriedem | consumer_generation isn't in the response if the consumer doesn't exist, i just verified | 22:44 |
mriedem | which i guess is why nova has a .get() rather than [] here https://github.com/openstack/nova/blob/0238cf431b021c8aa779848bb771222d7d8539cf/nova/scheduler/client/report.py#L1886 | 22:45 |
efried | okay. You need anything else? | 22:47 |
mriedem | not on the placement side i guess, the api-ref doc bug still stands | 22:48 |
efried | we could use gabbi coverage for that case too. | 22:48 |
efried | I couldn't find it in the obvious places. | 22:48 |
efried | mriedem: I can't remember if we have a consumers table or if we leak consumer UUIDs. If you delete a consumer (delete all allocs for a consumer??) and then do your GET, do you get the last generation, or do you get the same as above? | 22:50 |
mriedem | i think the same as above, i think the consumer is deleted when all of its allocations are gone | 22:51 |
efried | I think this is one where we don't leak, so you should get same. | 22:51 |
mriedem | which is why placement doesn't have a consumers route | 22:51 |
mriedem | i found a fun latent bug in the migration allocation revert/rollback code in nova | 22:51 |
mriedem | when you delete the instance while migrating | 22:51 |
efried | Nice. | 22:53 |
efried | I need to go break some legs. It's kneebar month. | 22:53 |
efried | o/ | 22:53 |
mriedem | later | 22:53 |
*** mriedem has quit IRC | 23:27 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!