opendevreview | Merged openstack/nova master: Improve heal_instance_info_cache periodic https://review.opendev.org/c/openstack/nova/+/935858 | 00:42 |
---|---|---|
opendevreview | melanie witt proposed openstack/nova master: pwr mgmt: power down free PCPUS when updating compute node https://review.opendev.org/c/openstack/nova/+/932926 | 02:18 |
opendevreview | suiong ng proposed openstack/nova master: Fix parameter order in add_instance_info_to_node https://review.opendev.org/c/openstack/nova/+/939411 | 03:16 |
opendevreview | Mengyang Zhang proposed openstack/nova master: Add Burst Length Support to Cinder QoS https://review.opendev.org/c/openstack/nova/+/939310 | 03:32 |
opendevreview | suiong ng proposed openstack/nova master: Fix parameter order in add_instance_info_to_node https://review.opendev.org/c/openstack/nova/+/939411 | 04:01 |
opendevreview | Merged openstack/nova master: Revert "libvirt: Wrap un-proxied listDevices() and listAllDevices()" https://review.opendev.org/c/openstack/nova/+/939262 | 09:48 |
*** dviroel is now known as dviroel_brb | 12:47 | |
*** dviroel_brb is now known as dviroel | 13:00 | |
gibi | bauzas: when you are aroun I'm +2 on https://review.opendev.org/c/openstack/os-traits/+/939264 . If you can approve it then Uggla can quickly propose a new os-traits release and we can start bumping the min version in nova | 14:12 |
bauzas | gibi: cool, I'll look | 14:13 |
opendevreview | Bogdan Dobrelya proposed openstack/nova master: Run nova-next without periodic cache healing https://review.opendev.org/c/openstack/nova/+/939453 | 14:19 |
opendevreview | Merged openstack/nova-specs master: Fix a line that was not removed before merging the specification https://review.opendev.org/c/openstack/nova-specs/+/939380 | 14:23 |
opendevreview | Merged openstack/os-traits master: Add 'HW_PCI_LIVE_MIGRATABLE' https://review.opendev.org/c/openstack/os-traits/+/939264 | 14:24 |
gibi | Uggla: ^^ you can propose a os-traits release now :) | 15:04 |
Uggla | gibi, yep I will do that. | 17:08 |
melwitt | sean-k-mooney, stephenfin: fyi the revert of the libvirt tpool proxy patch merged and I have reproposed the patch with unit tests added here https://review.opendev.org/c/openstack/nova/+/939317 if you might have a chance to re-review at your convenience | 17:46 |
stephenfin | already done | 17:46 |
melwitt | thanks stephenfin | 17:46 |
sean-k-mooney | cool ill take a look shortly | 17:47 |
sean-k-mooney | im runnging the funtional test locally and my laptop is a littel laggy right now | 17:47 |
melwitt | thanks stephenfin | 17:48 |
melwitt | argh | 17:48 |
melwitt | thanks sean-k-mooney | 17:48 |
sean-k-mooney | load average of 20 oin 8cores.16 thread... its fine.... | 17:49 |
sean-k-mooney | 22, the fact its going up is definally not an issue, nope nope nope :) | 17:49 |
melwitt | 😳 | 18:06 |
opendevreview | sean mooney proposed openstack/nova master: disable the heal instance info cache periodic https://review.opendev.org/c/openstack/nova/+/939476 | 18:08 |
sean-k-mooney | melwitt: two questions, since we are redoing https://review.opendev.org/c/openstack/nova/+/939317 do we want a release note too? second question is i have readded +2 but do we want to wait for dan to review before +w | 18:10 |
sean-k-mooney | melwitt: there isnt anything required of the operator so we dont technially need a release not i was just wondering if you think its important enough to call out as a fixes note or not | 18:11 |
sean-k-mooney | the upstream bug does not have an improants set althoguh the downstream ones you linked seam to be high/medium | 18:15 |
sean-k-mooney | so it might be worth callign out its up to you however | 18:15 |
melwitt | sean-k-mooney: hm, I hadn't considered that. I'm not sure how commonly people hit the issue but if they do hit it, I would consider it a pretty significant issue and worth a reno. and yeah probably a good idea to have dansmith look at it before +Wing | 18:16 |
dansmith | yeah it's probably worth one because if people don't know why their stuff is locking up, they're not going to be looking for something specific | 18:17 |
dansmith | since these tend to hang us in the middle of something that doesn't go into the logs as "about to do something that might hang, if so, check like 123 in the file" | 18:17 |
melwitt | makes sense. I'll write one up and push an update | 18:18 |
artom | dansmith, remind me, what was your patch that enabled direct LUN passthrough? | 18:49 |
artom | (What I really want to know is in what release it went out, but I can figure that out on my own if I know the patch | 18:49 |
artom | ) | 18:49 |
artom | Is it https://review.opendev.org/c/openstack/nova/+/918089? | 18:49 |
sean-k-mooney | there are two patches | 18:50 |
sean-k-mooney | but that is one of them | 18:50 |
dansmith | yeah that's the second one I think | 18:50 |
sean-k-mooney | you can see them in the serice https://review.opendev.org/c/openstack/nova/+/918470/2 is the other | 18:50 |
sean-k-mooney | this depend on another serise however | 18:51 |
sean-k-mooney | which was the device alisa feature | 18:51 |
sean-k-mooney | https://review.opendev.org/q/topic:%22bp/libvirt-dev-alias%22 | 18:52 |
sean-k-mooney | @artom: tldr the lun type cant have a serial embeded os we need to be able to detach/attach volumes based on the alias instead | 18:53 |
artom | I remember the alias -> direct LUN passthrough dependency chain | 18:53 |
artom | This is just to answer an email internally - tl;dr, it's not in our released product yet | 18:53 |
sean-k-mooney | correct | 18:54 |
sean-k-mooney | the detach via alias change set was considred an upstream freature to use the new libvirt api, that merged in 2024.1(caracal) the lun type suport is considered a bugfix and was merged in 2024.2 dalmatin | 19:03 |
sean-k-mooney | so tha tcould be backported ot caracal upstream if really wanted | 19:03 |
opendevreview | melanie witt proposed openstack/nova master: libvirt: Wrap un-proxied listDevices() and listAllDevices() https://review.opendev.org/c/openstack/nova/+/939317 | 19:13 |
gmann | bauzas: hi, can you check this, let me know exactly where (ML or meeting) I need to propose exception if needed https://review.opendev.org/c/openstack/nova-specs/+/937650 | 19:18 |
opendevreview | sean mooney proposed openstack/nova master: disable the heal instance info cache periodic https://review.opendev.org/c/openstack/nova/+/939476 | 19:24 |
opendevreview | Mengyang Zhang proposed openstack/nova master: Add Burst Length Support to Cinder QoS https://review.opendev.org/c/openstack/nova/+/939490 | 19:49 |
opendevreview | Mengyang Zhang proposed openstack/nova master: Add Burst Length Support to Cinder QoS https://review.opendev.org/c/openstack/nova/+/939310 | 20:13 |
opendevreview | Mengyang Zhang proposed openstack/nova master: Add Burst Length Support to Cinder QoS https://review.opendev.org/c/openstack/nova/+/939490 | 20:15 |
opendevreview | Mengyang Zhang proposed openstack/nova-specs master: Add Burst Length Support to Cinder QoS https://review.opendev.org/c/openstack/nova-specs/+/932653 | 20:26 |
opendevreview | Mengyang Zhang proposed openstack/nova-specs master: Add Burst Length Support to Cinder QoS https://review.opendev.org/c/openstack/nova-specs/+/932653 | 20:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!