| *** s10 has quit IRC | 00:22 | |
| openstackgerrit | Takashi NATSUME proposed openstack/nova-specs master: Fix warnings in the document generation https://review.openstack.org/631150 | 00:32 |
|---|---|---|
| *** bhagyashris has joined #openstack-placement | 02:25 | |
| *** takashin has left #openstack-placement | 03:00 | |
| *** tetsuro has joined #openstack-placement | 04:14 | |
| *** e0ne has joined #openstack-placement | 07:29 | |
| *** e0ne has quit IRC | 07:43 | |
| *** e0ne has joined #openstack-placement | 07:44 | |
| *** e0ne has quit IRC | 07:44 | |
| *** e0ne has joined #openstack-placement | 07:50 | |
| *** belmoreira has quit IRC | 07:54 | |
| *** belmoreira has joined #openstack-placement | 08:05 | |
| *** e0ne has quit IRC | 08:10 | |
| *** tssurya has joined #openstack-placement | 08:18 | |
| *** cdent has joined #openstack-placement | 08:30 | |
| openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Prepare in_tree allocation candidates https://review.openstack.org/635722 | 09:08 |
| openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: in_tree alloc_cands support with microversion 1.31 https://review.openstack.org/635723 | 09:08 |
| cdent | tetsuro++ | 09:14 |
| tetsuro | cdent: thanks for responding, and FYI I'm in Malaysia and Indonesia next week for business trip, so maybe slow responding. | 09:16 |
| cdent | tetsuro: no problem, thanks for letting me know. I don't think there's any rush; there aren't that many patches pending. | 09:24 |
| openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Update the doc in _get_provider_ids_matching() https://review.openstack.org/638611 | 09:25 |
| *** cdent has quit IRC | 09:31 | |
| *** tetsuro has quit IRC | 09:33 | |
| *** cdent has joined #openstack-placement | 09:36 | |
| *** helenaAM has joined #openstack-placement | 09:48 | |
| *** stephenfin is now known as finucannot | 09:48 | |
| *** bhagyashris has quit IRC | 09:55 | |
| *** gibi is now known as giblet | 10:04 | |
| *** e0ne has joined #openstack-placement | 10:19 | |
| openstackgerrit | Surya Seetharaman proposed openstack/nova-specs master: Support adding the reason behind a server lock https://review.openstack.org/638629 | 11:09 |
| openstackgerrit | Artom Lifshitz proposed openstack/nova-specs master: Clarify upgrade situation in NUMA live migration https://review.openstack.org/638653 | 12:38 |
| *** mriedem has joined #openstack-placement | 13:10 | |
| *** dklyle has quit IRC | 14:46 | |
| *** david-lyle has joined #openstack-placement | 14:46 | |
| *** efried is now known as fried_rice | 14:56 | |
| *** david-lyle is now known as dklyle | 15:33 | |
| *** dklyle has quit IRC | 15:43 | |
| *** david-lyle has joined #openstack-placement | 15:43 | |
| *** belmoreira has quit IRC | 16:08 | |
| *** e0ne has quit IRC | 16:11 | |
| *** rubasov has quit IRC | 16:14 | |
| *** e0ne has joined #openstack-placement | 16:20 | |
| *** jaypipes is now known as leakypipes | 16:20 | |
| fried_rice | cdent: quick gabbi/yaml question | 16:29 |
| cdent | hi | 16:29 |
| fried_rice | I want to make this: | 16:29 |
| fried_rice | $.allocation_requests..allocations["$ENVIRON['CN2_UUID']"].resources: | 16:29 |
| fried_rice | VCPU: 1 | 16:29 |
| fried_rice | MEMORY_MB: 1024 | 16:29 |
| fried_rice | into this: | 16:29 |
| fried_rice | $.allocation_requests..allocations["$ENVIRON['CN2_UUID']"].resources: | 16:29 |
| fried_rice | - VCPU: 1 | 16:29 |
| fried_rice | MEMORY_MB: 1024 | 16:29 |
| fried_rice | - VCPU: 1 | 16:29 |
| fried_rice | MEMORY_MB: 1024 | 16:29 |
| fried_rice | but I'm clearly not expressing that right | 16:29 |
| fried_rice | I.e. the value used to be {VCPU: 1, MEMORY_MB: 1024} and now I want it to be [{VCPU: 1, MEMORY_MB: 1024}, {VCPU: 1, MEMORY_MB: 1024}] | 16:30 |
| * cdent tries to wake up his brains | 16:30 | |
| *** e0ne has quit IRC | 16:31 | |
| cdent | fried_rice: can you paste your actual yaml to pastebin or somewhere not irc? | 16:32 |
| fried_rice | ... | 16:32 |
| cdent | because at first glance that ought to be right-ish | 16:32 |
| fried_rice | http://paste.openstack.org/show/745751/ relevant bits marked with cdent | 16:33 |
| fried_rice | cdent: tbc, both need to look like the latter, whatever that turns out to be. | 16:34 |
| * cdent nods | 16:34 | |
| fried_rice | the error is: | 16:35 |
| fried_rice | AssertionError: left hand side json path $.allocation_requests..allocations["$ENVIRON['CN2_UUID']"].resources cannot match <big dict blob with the actual results in it> | 16:35 |
| cdent | can you paste that too? | 16:37 |
| fried_rice | oh, cdent hold da phone, I think I may have scrood something up, sec... | 16:37 |
| cdent | your yaml syntax appears correct, so it looks like your error might be real | 16:37 |
| fried_rice | I'm going to have to fix that one too, but differently it seems. | 16:38 |
| *** imacdonn has quit IRC | 16:38 | |
| *** imacdonn has joined #openstack-placement | 16:38 | |
| fried_rice | yeah, the syntax was fine. I was fixing test case A with the fix needed for test case B. | 16:38 |
| fried_rice | and that followed a bad paste into test case A | 16:40 |
| fried_rice | all good now. | 16:42 |
| fried_rice | thanks | 16:42 |
| openstackgerrit | Eric Fried proposed openstack/placement master: Add second shared provider to SharedStorageFixture https://review.openstack.org/638712 | 16:47 |
| cdent | fried_rice: yeah, looks good | 16:50 |
| fried_rice | cdent: forthcomming code comments that will make clear why I did that. | 16:51 |
| *** evrardjp is now known as gatersaregonnaga | 16:58 | |
| *** gatersaregonnaga is now known as evrardjp | 17:00 | |
| fried_rice | cdent: see latest comment on https://review.openstack.org/#/c/635722/3 | 17:02 |
| * cdent nods | 17:03 | |
| fried_rice | cdent: Seems most likely I'm setting up my test wrong, because it makes sense that we should need to refilter the sharing providers as tetsuro notes. | 17:07 |
| fried_rice | so any extra eyes on that would be appreciated. | 17:07 |
| cdent | I'm going to have to save that until sunday/monday | 17:08 |
| cdent | i'm all out of brain (bad sinus infection) | 17:08 |
| *** imacdonn has quit IRC | 17:08 | |
| *** helenaAM has quit IRC | 17:11 | |
| fried_rice | feel better cdent | 17:13 |
| cdent | apparently it's been around for a long time and I didn't really realize it | 17:13 |
| fried_rice | oh, Renae does that. | 17:13 |
| fried_rice | feels more and more shitty, but so gradually that she doesn't really twig until it's way far gone. | 17:14 |
| fried_rice | course of antibiotics and she feels like a new person. | 17:14 |
| cdent | yeah, got those today | 17:16 |
| cdent | let me know if I'm a new person in 10 days please | 17:16 |
| fried_rice | good. By Monday you'll feel a bunch better. | 17:16 |
| * cdent goes away to feel better by monday | 17:41 | |
| * cdent waves | 17:41 | |
| *** cdent has quit IRC | 17:41 | |
| openstackgerrit | Stephen Finucane proposed openstack/nova-specs master: Add 'flavor-extra-spec-image-property-validation' spec https://review.openstack.org/638734 | 17:54 |
| *** tssurya has quit IRC | 18:05 | |
| *** mriedem is now known as mriedem_lunch | 18:05 | |
| *** e0ne has joined #openstack-placement | 19:18 | |
| *** mriedem_lunch is now known as mriedem | 19:25 | |
| *** e0ne has quit IRC | 20:08 | |
| *** s10 has joined #openstack-placement | 20:20 | |
| *** mriedem has quit IRC | 23:52 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!