Friday, 2022-03-04

opendevreviewmelanie witt proposed openstack/nova master: Enable unified limits in the nova-next job  https://review.opendev.org/c/openstack/nova/+/78996303:46
opendevreviewmelanie witt proposed openstack/nova master: Follow up for unified limits  https://review.opendev.org/c/openstack/nova/+/83091803:46
Ugglasean-k-mooney, yep all patches (specs, api, novaclient, openstackclient) are available under this topic : https://review.opendev.org/q/topic:bp%252Funshelve-to-host08:40
opendevreviewAndre Aranha proposed openstack/nova master: Change test fips job from centos8 to centos-9  https://review.opendev.org/c/openstack/nova/+/83191709:50
gibisean-k-mooney: hi! ralonsoh left +2 on the neutron PF MAC patch https://review.opendev.org/c/openstack/neutron/+/829247/2 So it seem neutron is OK not to persist the MAC in the port.mac_address just in the binding profile. You had comments about the test case in that patch. Do you still feel that is needed? 11:01
ralonsohI've added this patch to the Neutron drivers meeting today11:02
ralonsoh(to the meeting agenda)11:02
gibiralonsoh: ack, I will join to the meeting11:02
sean-k-mooneygibi: my comments were just about showing that the profile mac was what was actully being used11:17
sean-k-mooneygibi so those are not needed if we are ok with that11:17
gibiOK, thanks11:17
sean-k-mooneyi.e. the change would have demonstrated that the mac was not persisted to the port.mac11:18
gibihm, then it still make sense to have that test case11:18
gibito show that we are still not persisting11:18
gibiit in the port.mac_address11:18
gibiI will create a follow up then11:19
gibiand depending on the driver's meeting outcome I can squash it11:19
*** bhagyashris|ruck is now known as bhagyashris11:36
sean-k-mooneygibi: so that deprecation warning is actully already fixed in secretstorage12:18
sean-k-mooneybut i had to manually install the latest version12:18
sean-k-mooneyits fixed in 3.3.112:18
sean-k-mooneybut for some reason 2.3.1 was insalled by devstack12:19
sean-k-mooneyupperconstaits allwos 3.3.1 so not sure why this was not installed12:20
gibiinteresting12:26
gibiI also see 2.3.1 in my devstack too12:28
gibidevstack stack.sh log does not explain where this is coming from12:32
sean-k-mooneyit must be a downgrade form say keyring or something else12:36
sean-k-mooneyactully it requires >=3.212:37
sean-k-mooneyhttps://github.com/jaraco/keyring/blob/main/setup.cfg#L2412:37
sean-k-mooneyi have a really old verison fo keyring 18.0.112:38
sean-k-mooneywhich pulls in <312:38
sean-k-mooneyhttps://github.com/jaraco/keyring/blob/18.0.1/setup.cfg#L3512:38
sean-k-mooneyso somehting is clamping the keyrign version which si then clamping the secretstorage version12:39
sean-k-mooneygibi python3-keyring is installed form the package manager12:50
sean-k-mooneyso this might be form the base cloud image12:52
sean-k-mooneyi dont have the issue on a centos9 vm so its likely not related to devstack 12:53
gibiyeah I don't see that in the bindep either so probably it is the ubunut cloud image12:54
bauzasjust in case, folks, I wrote something about the next PTG http://lists.openstack.org/pipermail/openstack-discuss/2022-March/027529.html13:53
bauzasI'd appreciate thoughts about the PTG schedule13:54
gibilooking13:56
gibibauzas: nice proposals. I made my vote in the etherpad14:07
bauzasthanks14:07
bauzasgibi: about what we could discussing during the Asian time, I don't know yet14:08
bauzasbut14:08
bauzasif we have enough quorum, we could discuss about something that US contributors don't need to want to discuss14:08
gibiyeah14:08
gibiand I also see that creating an asian friendly slot might encourage folks from that part of the world to propose topics14:09
bauzasyeah14:11
*** dasm|off is now known as dasm14:20
*** iurygregory_ is now known as iurygregory14:28
opendevreviewJan Hartkopf proposed openstack/nova-specs master: update userdata  https://review.opendev.org/c/openstack/nova-specs/+/81654215:29
opendevreviewDmitrii Shcherbakov proposed openstack/nova master: Fix migration with remote-managed ports & add FT  https://review.opendev.org/c/openstack/nova/+/82997415:42
dmitriisgibi: included your fix into my change, thanks again for finding the issue in the fixture!15:43
gibidmitriis: no worries I also needed the fix15:43
gibidmitriis: the fun thing is that it is not the fixture that is faulty it is the nova code handling the migration context15:44
dmitriisgibi: ah, right, it's in the resource tracker15:44
gibidmitriis: probably it does not cause fault in a real deployment just in the test env, but the logic in the code is wrong15:44
dmitriisgibi: I see. I'll look into storing pf_mac_address and vf_num in extra_info. That's a bit different from the case you were working on15:45
gibidmitriis: I think the pattern is similar15:46
gibilet me know if you need help15:46
dmitriisgibi: ack, I'll do a follow-up change on top of the current one15:46
sean-k-mooneydmitriis: so im going to take a look at your patch shortly15:51
sean-k-mooneythe fix your are talking about is for revert?15:52
dmitriissean-k-mooney: yes, it's cold migration + revert15:52
sean-k-mooneyok so i mihgt need that too15:52
dmitriissean-k-mooney: https://review.opendev.org/c/openstack/nova/+/829974/4..515:52
sean-k-mooneyam i was hoping to get acces to 2 node system to do some vdpa move operation testing15:53
sean-k-mooneyright now we are having issue with froman to get it to repovision with centos915:53
sean-k-mooneyso im debating if i can use the test fixture to test vdpa move operations15:53
sean-k-mooneyi think everything or mostly everything is in place to do that but i like to test things with real hardware too15:54
sean-k-mooneyah the fix is to do a deepcopy15:55
sean-k-mooneyya im not sure that a real deployment would hit the issue since we likely wont have the same instnace object15:56
sean-k-mooneythat kind of rasies the question should we be deepcopying the instance.numa_topotlogy or any of the other data15:57
gibisean-k-mooney: yeah I debated to add more deepcopy. I did not tried to reproduce the issue with the other fields15:57
gibiit is only a problem for the pci_device as the tracker _appends_ the newly claimed devices so maybe it is not an issue to the other fields15:58
gibibut I haven't digged down into it15:58
sean-k-mooneyya 15:59
opendevreviewsean mooney proposed openstack/nova stable/wallaby: libvirt: Add announce-self post live-migration workaround  https://review.opendev.org/c/openstack/nova/+/82517816:21
opendevreviewsean mooney proposed openstack/nova stable/victoria: libvirt: Add announce-self post live-migration workaround  https://review.opendev.org/c/openstack/nova/+/82517516:26
opendevreviewsean mooney proposed openstack/nova stable/ussuri: libvirt: Add announce-self post live-migration workaround  https://review.opendev.org/c/openstack/nova/+/82517616:30
opendevreviewsean mooney proposed openstack/nova stable/train: libvirt: Add announce-self post live-migration workaround  https://review.opendev.org/c/openstack/nova/+/82517716:32
opendevreviewTakashi Natsume proposed openstack/placement master: Add zed spec directory  https://review.opendev.org/c/openstack/placement/+/82953217:03
opendevreviewTakashi Natsume proposed openstack/os-vif master: Change minversion of tox to 3.18.0  https://review.opendev.org/c/openstack/os-vif/+/79197017:04
opendevreviewTakashi Natsume proposed openstack/os-resource-classes master: Change minversion of tox to 3.18.0  https://review.opendev.org/c/openstack/os-resource-classes/+/79197417:04
opendevreviewTakashi Natsume proposed openstack/placement master: Change minversion of tox to 3.18.0  https://review.opendev.org/c/openstack/placement/+/79197117:04
noonedeadpunkhey there! I know it's friday evening, but I was wondering if you see https://review.opendev.org/c/openstack/nova/+/822749 as appropriate backport to stable branches?19:27
noonedeadpunkas powervm is really pita on older releases where you have py3.619:27
noonedeadpunkor well, should likely patch u-c instead to map pypowervm back to 1.1.24 where it was at least installing19:35
elodillesnoonedeadpunk: req changes are not allowed to backport, but as I see it actually does not change them, just moves them to setup.cfg's [extra] section, so I think this is OK to backport20:41
*** dasm is now known as dasm|off22:07
opendevreviewMauricio Faria de Oliveira proposed openstack/nova stable/victoria: [stable-only] libvirt: UEFI: skip OVMF_CODE.secboot.fd on pc if possible  https://review.opendev.org/c/openstack/nova/+/82897923:00
opendevreviewMauricio Faria de Oliveira proposed openstack/nova stable/victoria: [stable-only] libvirt: UEFI: skip OVMF_CODE.secboot.fd on pc if possible  https://review.opendev.org/c/openstack/nova/+/82897923:01
opendevreviewMauricio Faria de Oliveira proposed openstack/nova stable/ussuri: [stable-only] libvirt: UEFI: skip OVMF_CODE.secboot.fd on pc if possible  https://review.opendev.org/c/openstack/nova/+/82898023:02

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!