| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2022-06-17 | |||
| 10:24:40 | sean-k-mooney | to fix interface attach | |
| 10:24:54 | sean-k-mooney | or they broke there api compat and we need to adress that | |
| 10:25:33 | gibi | sean-k-mooney: I added the libvirt and qemu versions to the bugreport I don't know if any of those are fresh | |
| 10:26:27 | tkajinam | gibi, the bug title reminds me this https://bugzilla.redhat.com/show_bug.cgi?id=2092856 | |
| 10:27:11 | gibi | tkajinam: good find. That very much like it | |
| 10:27:17 | tkajinam | we pinned libvirt to workaround this in tripleo | |
| 10:28:14 | sean-k-mooney | ya i was about to ping danpb and ask about that bug | |
| 10:29:23 | gibi | bauzas: I'm going to open a bug on tempest about the security group issue | |
| 10:29:49 | bauzas | gibi: cool | |
| 10:33:51 | gibi | https://bugs.launchpad.net/tempest/+bug/1979052 | |
| 10:35:52 | bauzas | I need to go off | |
| 10:36:01 | bauzas | (fortunately, wasn't doing gym today) | |
| 10:36:14 | bauzas | but I have my kid with me so I need to cook :) | |
| 10:36:41 | gibi | let me know what did you cook when you are back | |
| 10:36:46 | gibi | I need inspiration | |
| 10:45:07 | sean-k-mooney | im considerign firing up my new(ish) BBQ this evening and cookig somethign or at least doing that at the weekend | |
| 10:45:47 | gibi | sounds nice :) | |
| 10:47:43 | sean-k-mooney | since i invested in a "kamado joe big joe 3" i might as well make use of it. i had left over chicken form tha tlast time in the freezer which i had last night. it was pretty tasty | |
| 10:48:55 | sean-k-mooney | i did a prime rib roast on it before and it was amazing, also did really nice potatos corn and fish | |
| 10:50:26 | sean-k-mooney | its been 50:50 for bread sofar. the first loaf was nice the second i didnt have the dome heat soaked enouch so it went way to high then too low so the bread did not cook to the center but im pretty happy all in all | |
| 10:51:19 | gibi | I need ribs :) | |
| 12:35:35 | bauzas | sean-k-mooney: hah, I'm a BBQ lover | |
| 12:36:14 | bauzas | kamados <3 | |
| 12:37:22 | bauzas | I have a Weber Genesis 2 (gas) at home with a plancha, so usually, I cook both vegetables and potatoes while the meat is grilling | |
| 12:37:47 | bauzas | in general, sausages as it's French thing | |
| 12:39:29 | bauzas | https://www.bestfranceforever.com/you-cant-have-a-french-barbecue-without-these-10-ingredients/ | |
| 12:39:39 | bauzas | (sorry for the URL name... :) | |
| 12:47:33 | sean-k-mooney | yep | |
| 12:47:43 | sean-k-mooney | there is a lot of variation | |
| 13:27:38 | opendevreview | Sylvain Bauza proposed openstack/nova master: Add a functest for verifying multiple VGPU allocations https://review.opendev.org/c/openstack/nova/+/845747 | |
| 13:27:39 | opendevreview | Sylvain Bauza proposed openstack/nova master: Support multiple allocations for vGPUs https://review.opendev.org/c/openstack/nova/+/845757 | |
| 13:50:34 | Uggla | bauzas, looking at your BBQ damned it is connected ! | |
| 13:50:58 | bauzas | well, yes and no | |
| 13:51:11 | bauzas | my BBQ *can* be connected | |
| 13:52:04 | bauzas | and indeed I use a grill temperature sensor that's connected for my meat cooking | |
| 13:52:08 | bauzas | but not a weber | |
| 13:52:34 | Uggla | bauzas, meat cooking pro ! | |
| 13:57:48 | bauzas | Uggla: unfortunately, my middle name isn't Rafa :) | |
| 13:58:08 | bauzas | only French people looking at YT can understand :) | |
| 14:01:35 | Uggla | bauzas, I don't have the ref... | |
| 14:01:58 | bauzas | Uggla: https://www.youtube.com/c/LeBarbecueDeRafa | |
| 14:02:55 | sean-k-mooney | i went with a ceramic grill basically because i wanted the charcol taste but didnt want to have to worry about tending a fire or unstable temperatures | |
| 14:03:36 | bauzas | sean-k-mooney: I have charcoil tasting with my Weber flavorizers tho | |
| 14:03:38 | sean-k-mooney | that and it can be used for low an slow smokes or you can use it as a pizza oven | |
| 14:04:13 | bauzas | sean-k-mooney: and eventually after 15 years of grilling, I gave up playing with charcoil | |
| 14:42:32 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: fake: Ensure need_legacy_block_device_info returns False https://review.opendev.org/c/openstack/nova/+/843947 | |
| 14:54:59 | bauzas | gibi: there for a question about https://github.com/openstack/nova/blob/93a65f06df67ce39d65827692150c78013c7f6d5/nova/scheduler/manager.py#L382-L388 ? | |
| 14:55:16 | bauzas | should hopefully be quick, I want to be on weekend :) | |
| 14:55:19 | gibi | sure, hit me | |
| 14:55:29 | bauzas | gibi: so I tested with my functest | |
| 14:55:36 | bauzas | we return the allocations | |
| 14:56:31 | sean-k-mooney | do we where? | |
| 14:56:34 | bauzas | gibi: so, I guess we should loop over all the allocations until claim_resources() returns True, right? | |
| 14:56:44 | gibi | right | |
| 14:57:02 | bauzas | ok, looks to me simple then | |
| 14:57:25 | gibi | at some point we might want to be smarter than linear looping but the loop is still better than what we have today | |
| 14:58:10 | gibi | bauzas: probably it worth adding extra multicreate tests around this case when you add the loop | |
| 14:58:23 | sean-k-mooney | well for the pci in placment stuff we have introduced a way to filter the list of allocations per hosts | |
| 14:58:34 | gibi | sean-k-mooney: yeah that is one smartness | |
| 14:58:38 | sean-k-mooney | so hopefully its short today and it will be refined in the future | |
| 14:58:45 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: fake: Ensure need_legacy_block_device_info returns False https://review.opendev.org/c/openstack/nova/+/843947 | |
| 14:58:46 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: Add a regression test for bug 1939545 https://review.opendev.org/c/openstack/nova/+/843948 | |
| 14:58:47 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: compute: Ensure updates to bdms during pre_live_migration are saved https://review.opendev.org/c/openstack/nova/+/843949 | |
| 14:58:48 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: fup: Make connection_info returned by CinderFixture unique per attachment https://review.opendev.org/c/openstack/nova/+/844598 | |
| 14:58:49 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: fup: Assert state of connection_info during LM rollback in func tests https://review.opendev.org/c/openstack/nova/+/844599 | |
| 15:25:04 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: fake: Ensure need_legacy_block_device_info returns False https://review.opendev.org/c/openstack/nova/+/843950 | |
| 15:25:05 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: functional: Use tempdir for CONF.instances_path https://review.opendev.org/c/openstack/nova/+/846204 | |
| 15:25:06 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: Add a regression test for bug 1939545 https://review.opendev.org/c/openstack/nova/+/843951 | |
| 15:25:07 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: compute: Ensure updates to bdms during pre_live_migration are saved https://review.opendev.org/c/openstack/nova/+/843952 | |
| 15:25:09 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: fup: Make connection_info returned by CinderFixture unique per attachment https://review.opendev.org/c/openstack/nova/+/844606 | |
| 15:25:11 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: fup: Assert state of connection_info during LM rollback in func tests https://review.opendev.org/c/openstack/nova/+/844607 | |
| 17:18:11 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: fake: Ensure need_legacy_block_device_info returns False https://review.opendev.org/c/openstack/nova/+/843958 | |
| 17:18:12 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: tests: work around malformed serial XML https://review.opendev.org/c/openstack/nova/+/844743 | |
| 17:18:13 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: functional: Use tempdir for CONF.instances_path https://review.opendev.org/c/openstack/nova/+/844750 | |
| 17:18:15 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: Add a regression test for bug 1939545 https://review.opendev.org/c/openstack/nova/+/843959 | |
| 17:18:17 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: compute: Ensure updates to bdms during pre_live_migration are saved https://review.opendev.org/c/openstack/nova/+/843960 | |
| 17:18:19 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: fup: Make connection_info returned by CinderFixture unique per attachment https://review.opendev.org/c/openstack/nova/+/844744 | |
| 17:18:21 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: func: Add live migration rollback volume attachment tests https://review.opendev.org/c/openstack/nova/+/844745 | |
| 17:18:23 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: fup: Assert state of connection_info during LM rollback in func tests https://review.opendev.org/c/openstack/nova/+/844746 | |
| 17:46:54 | opendevreview | Balazs Gibizer proposed openstack/nova master: Basics for PCI Placement reporting https://review.opendev.org/c/openstack/nova/+/846187 | |
| 17:46:54 | opendevreview | Balazs Gibizer proposed openstack/nova master: Extend device_spec with resource_class and traits https://review.opendev.org/c/openstack/nova/+/846218 | |
| 17:46:55 | opendevreview | Balazs Gibizer proposed openstack/nova master: Reject PCI dependent device config https://review.opendev.org/c/openstack/nova/+/846435 | |
| 17:46:55 | opendevreview | Balazs Gibizer proposed openstack/nova master: Reject mixed VF rc and trait config https://review.opendev.org/c/openstack/nova/+/846436 | |
| 18:26:10 | opendevreview | Artom Lifshitz proposed openstack/nova stable/wallaby: Add a regression test for bug 1939545 https://review.opendev.org/c/openstack/nova/+/843679 | |
| 18:26:11 | opendevreview | Artom Lifshitz proposed openstack/nova stable/wallaby: compute: Ensure updates to bdms during pre_live_migration are saved https://review.opendev.org/c/openstack/nova/+/843680 | |
| 18:26:12 | opendevreview | Artom Lifshitz proposed openstack/nova stable/wallaby: fup: Make connection_info returned by CinderFixture unique per attachment https://review.opendev.org/c/openstack/nova/+/844594 | |
| 18:26:13 | opendevreview | Artom Lifshitz proposed openstack/nova stable/wallaby: fup: Assert state of connection_info during LM rollback in func tests https://review.opendev.org/c/openstack/nova/+/844595 | |
| 18:26:22 | artom | gdi I'll the hashes right one day | |
| 18:57:49 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: Add a regression test for bug 1939545 https://review.opendev.org/c/openstack/nova/+/843948 | |
| 18:57:50 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: compute: Ensure updates to bdms during pre_live_migration are saved https://review.opendev.org/c/openstack/nova/+/843949 | |
| 18:57:51 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: fup: Make connection_info returned by CinderFixture unique per attachment https://review.opendev.org/c/openstack/nova/+/844598 | |
| 18:57:52 | opendevreview | Artom Lifshitz proposed openstack/nova stable/victoria: fup: Assert state of connection_info during LM rollback in func tests https://review.opendev.org/c/openstack/nova/+/844599 | |
| 19:03:18 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: Add a regression test for bug 1939545 https://review.opendev.org/c/openstack/nova/+/843951 | |
| 19:03:19 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: compute: Ensure updates to bdms during pre_live_migration are saved https://review.opendev.org/c/openstack/nova/+/843952 | |
| 19:03:20 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: fup: Make connection_info returned by CinderFixture unique per attachment https://review.opendev.org/c/openstack/nova/+/844606 | |
| 19:03:21 | opendevreview | Artom Lifshitz proposed openstack/nova stable/ussuri: fup: Assert state of connection_info during LM rollback in func tests https://review.opendev.org/c/openstack/nova/+/844607 | |
| 19:11:28 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: Add a regression test for bug 1939545 https://review.opendev.org/c/openstack/nova/+/843959 | |
| 19:11:29 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: compute: Ensure updates to bdms during pre_live_migration are saved https://review.opendev.org/c/openstack/nova/+/843960 | |
| 19:11:30 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: fup: Make connection_info returned by CinderFixture unique per attachment https://review.opendev.org/c/openstack/nova/+/844744 | |
| 19:11:31 | opendevreview | Artom Lifshitz proposed openstack/nova stable/train: func: Add live migration rollback volume attachment tests https://review.opendev.org/c/openstack/nova/+/844745 | |