songwenping | bauzas, sean-k-mooney[m]: thanks for last week's response. | 01:03 |
---|---|---|
bauzas | gibi: morning | 07:29 |
bauzas | looks like the nova-lvm job is on the weeds | 07:29 |
*** rpittau|afk is now known as rpittau | 07:30 | |
gibi | bauzas: o/ I have to be off for 2 hours | 07:32 |
gibi | it seems it is in the weeds for daays | 07:33 |
bauzas | no worries, I'll try to look at the problme | 07:33 |
bauzas | yup | 07:33 |
bauzas | a snapshot not found or something like this | 07:33 |
gibi | last success was 2021-07-16T08:36:39 | 07:33 |
bauzas | yep http://logstash.openstack.org/#dashboard/file/logstash.json?query=build_name%3A%5C%22nova-lvm%5C%22%20build_status%3A%5C%22FAILURE%5C%22 | 07:34 |
bauzas | (if logstash is still working correctly) | 07:34 |
gibi | but then how we managed to merge things?! | 07:35 |
gibi | was this job turned off? | 07:35 |
gibi | or is it selectively runnig? | 07:36 |
gibi | it doesn't have a too special irrelevant-files in .zuul.yaml | 07:37 |
gibi | so I don't get it | 07:37 |
gibi | I have a bunch of patches that nova-lvm isn't run on | 07:37 |
bauzas | excellent question | 07:38 |
gibi | like https://review.opendev.org/c/openstack/nova/+/800086/13 | 07:38 |
gibi | pingig lyarwood :) | 07:38 |
bauzas | zuul is pretty https://zuul.openstack.org/builds?job_name=nova-lvm | 07:38 |
bauzas | none of the job builds worked since 2 weeks | 07:38 |
gibi | and I'm dropping off now. be back later | 07:38 |
bauzas | gibi: no worries and thanks | 07:38 |
yonglihe | HI, everyone | 07:40 |
bauzas | ok, the nova-lvm job is triggered on libvirt changes hence the non-failure on other changes and why we merged other stuff | 07:42 |
bauzas | https://zuul.openstack.org/job/nova-lvm | 07:43 |
bauzas | now, looks like all runs fail with the same tempest tests with the same exception being a snapshot not found | 07:43 |
bauzas | huzzaaaaah \o/ https://zuul.openstack.org/build/a04b0d2e184a4d3e9c39bd6110b454ea/log/controller/logs/screen-n-cpu.txt?severity=4#12685-12689 | 07:46 |
bauzas | NotImplementedError: direct_snapshot() is not implemented | 07:46 |
bauzas | looks like we regressed | 07:47 |
bauzas | hmmmm | 07:51 |
lyarwood | Morning | 07:51 |
lyarwood | yeah I've not had time to look at nova-lvm failures thanks to a few downstream fires | 07:52 |
lyarwood | they should be out now so I'll look this morning | 07:52 |
bauzas | ok, I have better understanding | 07:52 |
lyarwood | bauzas: that isn't the failure | 07:52 |
bauzas | correct | 07:52 |
bauzas | we catch the notimplemented exception | 07:52 |
bauzas | it's failing later | 07:52 |
bauzas | when calling glance I'd say | 07:52 |
bauzas | https://zuul.openstack.org/build/a04b0d2e184a4d3e9c39bd6110b454ea/log/controller/logs/screen-n-cpu.txt?severity=4#12772 | 07:53 |
lyarwood | yeah the g-api 502 is something I think I've seen before when we run out of space during the upload | 07:53 |
bauzas | yup | 07:53 |
bauzas | we want to upload the snapshot and we fail, right? | 07:53 |
* bauzas goes looking into glance logs | 07:54 | |
lyarwood | we are in the process of uploading the snapshot and something fails | 07:54 |
lyarwood | it might even be a timeout in httpd | 07:54 |
lyarwood | given the size of the images we are uploading for these tests | 07:54 |
lyarwood | brb | 07:55 |
bauzas | lyarwood: https://zuul.openstack.org/build/a04b0d2e184a4d3e9c39bd6110b454ea/log/controller/logs/screen-g-api.txt?severity=3#3555 | 07:56 |
bauzas | this error matches the req-id of the n-cpu issue | 07:56 |
bauzas | well, can't figure out more why the temporary image fails | 08:11 |
bauzas | abhishekk: around ? | 08:12 |
bauzas | abhishekk: we have a nova job failure (nova-lvm) which fails constantly because of glance API returning 502 https://zuul.openstack.org/build/a04b0d2e184a4d3e9c39bd6110b454ea/log/controller/logs/screen-g-api.txt?severity=3#3555 | 08:12 |
bauzas | on an image upload | 08:12 |
* bauzas will write an email to openstack-discuss | 08:13 | |
* kashyap waves | 08:21 | |
abhishekk | bauzas, looking | 08:34 |
bauzas | abhishekk: thanks, wrote an email about this | 08:35 |
bauzas | (to summarize) | 08:35 |
abhishekk | yes, just went through it | 08:35 |
abhishekk | bauzas, are you sure failure is because of this warning ? | 08:36 |
bauzas | abhishekk: I'm nearly sure the test is failing because glance is returning a 502 | 08:37 |
abhishekk | ok, will have a look and get back to you | 08:37 |
bauzas | abhishekk: but I relate the glance g-api warning with the same req-id of the failing glance image upload | 08:38 |
bauzas | correlation isn't consequence, I know, but that's a starting point | 08:38 |
abhishekk | ack | 08:38 |
lyarwood | bauzas: the test is 100% failing because of the 502 it just isn't clear why g-api or httpd is returning it | 08:39 |
lyarwood | sorry got my head stuck downstream again | 08:39 |
bauzas | yup, that's what I said to abhishekk | 08:39 |
bauzas | we have an image upload failure | 08:39 |
bauzas | but we don't know why | 08:40 |
bauzas | lyarwood: no worries about downstream rush, I feel your pain, maybe just one thought : as this is failing, should we make the job non-voting until we figure out the cause ? | 08:40 |
lyarwood | Yup happy to if you can raise a bug | 08:41 |
bauzas | good call, I forgot this :facepalm: | 08:41 |
abhishekk | I can see HTTP 413 in g-api log | 08:43 |
bauzas | lyarwood: abhishekk: gibi: https://bugs.launchpad.net/nova/+bug/1938765 | 08:46 |
abhishekk | ack | 08:48 |
bauzas | I need to disappear for 10 mins | 08:53 |
abhishekk | I think this is causing problem, DEBUG oslo.limit.limit [None req-76a536ab-394f-4347-8dec-30842c1ec1d2 tempest-ListImageFiltersTestJSON-1499681503 tempest-ListImageFiltersTestJSON-1499681503-project] hit limit for project: [Resource image_size_total is over limit of 1000 due to current usage 1024 and delta 0] {{(pid=108370) enforce_limits /usr/local/lib/python3.8/dist-packages/oslo_limit/limit.py:268}} | 09:00 |
abhishekk | Aug 01 03:51:33.042224 ubuntu-focal-ovh-bhs1-0025715861 devstack@g-api.service[108370]: [pid: 108370|app: 0|req: 188/333] 127.0.0.1 () {46 vars in 1190 bytes} [Sun Aug 1 03:51:32 2021] PUT /v2/images/4d204807-d5e5-4736-821f-fae99a0c066e/file => generated 448 bytes in 743 msecs (HTTP/1.1 413) 4 headers in 187 bytes (1 switches on core 0) | 09:00 |
lyarwood | sounds about right, these images are going to be pretty big | 09:01 |
lyarwood | https://opendev.org/openstack/devstack/commit/5a642450d6ac94ff1ea2bea3e7ce3887ca79dcc4 | 09:02 |
lyarwood | there we go | 09:02 |
* lyarwood increases this for nova-lvm | 09:02 | |
abhishekk | I think this will fix the problem | 09:03 |
opendevreview | Lee Yarwood proposed openstack/nova master: zuul: Increase GLANCE_LIMIT_IMAGE_SIZE_TOTAL for nova-lvm https://review.opendev.org/c/openstack/nova/+/803322 | 09:11 |
opendevreview | Lee Yarwood proposed openstack/nova master: DNM - Trigger nova-lvm to test I824655387a10ac9b813c1b7b2399e25ed95f7fc3 https://review.opendev.org/c/openstack/nova/+/803323 | 09:11 |
lyarwood | bauzas: / abhishekk ; ^ there we go | 09:11 |
* lyarwood wasn't sure if the first change would actually trigger nova-lvm thus the second | 09:12 | |
abhishekk | lyarwood, ack | 09:12 |
bauzas | lyarwood: and we return a 502 if we go over the limit ? :O | 09:16 |
lyarwood | bauzas: 413 but somehow that's translated into a 503 by the time n-cpu sees it | 09:18 |
lyarwood | bauzas: that could be a separate bug report against devstack tbh | 09:18 |
bauzas | yup, agreed | 09:18 |
lyarwood | 502 even sorry | 09:18 |
bauzas | either way, excellent catch | 09:19 |
bauzas | I didn't know about glance limiting now the uploads | 09:19 |
opendevreview | Alexey Stupnikov proposed openstack/nova master: Clean up unreal UUID values in tests https://review.opendev.org/c/openstack/nova/+/803226 | 09:19 |
abhishekk | I see 6 413 in glance logs, that sums up total failure cases in the job | 09:34 |
abhishekk | job is passing now | 09:59 |
lyarwood | abhishekk: awesome thanks for your help with that :) | 10:04 |
gibi | lyarwood, bauzas thanks for fixing that up. | 10:34 |
lyarwood | grenade jobs blocked by https://bugs.launchpad.net/grenade/+bug/1938763 FWIW | 10:56 |
gibi | lyarwood: thanks I saw the error in the job run but I did not know that it is filed as a bug. I only see one failure in grenade by this so far | 10:58 |
lyarwood | np https://zuul.opendev.org/t/openstack/builds?job_name=grenade&job_name=nova-grenade-multinode&job_name=grenade-multinode&branch=master&result=failure shows it a little better | 10:59 |
gibi | lyarwood: yepp that see a lot better that it is hit grenade not just nova grenade | 11:00 |
gibi | thanks | 11:00 |
gibi | (i filtered the query for the nova grenade job only) | 11:01 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Provide and use other RCs for mdevs if needed https://review.opendev.org/c/openstack/nova/+/803233 | 11:06 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Expose the mdev class https://review.opendev.org/c/openstack/nova/+/801743 | 11:06 |
opendevreview | Balazs Gibizer proposed openstack/nova master: Support move ops with extended resource request https://review.opendev.org/c/openstack/nova/+/800087 | 12:08 |
opendevreview | Balazs Gibizer proposed openstack/nova master: [func test] refactor interface attach with qos https://review.opendev.org/c/openstack/nova/+/800088 | 12:08 |
opendevreview | Balazs Gibizer proposed openstack/nova master: Support interaface attach / detach with new resource request format https://review.opendev.org/c/openstack/nova/+/800089 | 12:08 |
opendevreview | Balazs Gibizer proposed openstack/nova master: [func test] move unshelve test to the proper place https://review.opendev.org/c/openstack/nova/+/793621 | 12:11 |
opendevreview | Balazs Gibizer proposed openstack/nova master: WIP support extended res req in heal port allocation https://review.opendev.org/c/openstack/nova/+/802060 | 12:12 |
bauzas | gibi: stephenfin: sean-k-mooney: others, I'm eventually done with the generic-mdevs series | 12:21 |
bauzas | gibi: stephenfin: sean-k-mooney: given I'll be on PTO for 3 weeks after Friday, if you want to review the series, I'd love to see your comments before I'm done | 12:22 |
bauzas | https://review.opendev.org/q/topic:%22bp%252Fgeneric-mdevs%22+(status:open%20OR%20status:merged) | 12:22 |
sean-k-mooney | bauzas: almost finished getting through the 450+ emails i got when i was off for 2 days | 12:23 |
sean-k-mooney | but sure ill try an take a look today | 12:23 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Expose the mdev class https://review.opendev.org/c/openstack/nova/+/801743 | 12:28 |
* bauzas goes to look at melwitt's change | 12:28 | |
gibi | bauzas: ack, I will try to do an initial read today | 12:38 |
opendevreview | Alexey Stupnikov proposed openstack/nova master: Clean up unreal UUID values in tests https://review.opendev.org/c/openstack/nova/+/803226 | 13:20 |
opendevreview | Elod Illes proposed openstack/nova stable/train: DNM: devstack-gate test https://review.opendev.org/c/openstack/nova/+/803351 | 14:10 |
gibi | bauzas: finished reading your mdev series, left comments in the reviews | 14:14 |
bauzas | melwitt: reviewed https://review.opendev.org/c/openstack/placement/+/669170 and had a concern about the default name which is lowercase | 14:25 |
bauzas | gibi: thanks, appreciated, looking | 14:25 |
bauzas | (good timing fwiw) | 14:25 |
bauzas | gibi: oh the renaming thing | 14:26 |
bauzas | gibi: I should have been explicit | 14:26 |
bauzas | given I'll on PTO in 4 days, I wanted to only modify the needed names | 14:27 |
bauzas | and for the internal methods names, I'll be adding a follow-up after the last change | 14:27 |
gibi | bauzas: followup for the internal renaming works for me | 14:32 |
bauzas | looking at your other comments | 14:33 |
gibi | bauzas: still the externally visible things should be renamed along the way. E.g. the exception texts | 14:33 |
gibi | InvalidLibvirtGPUConfig | 14:34 |
gibi | I guess the messag from that ends up in the logs | 14:34 |
bauzas | you're maybe right | 14:35 |
bauzas | gibi: I don't think it would be an upgrade modification if we provide different logs, right? | 14:35 |
gibi | not an upgrade impact no | 14:36 |
opendevreview | Balazs Gibizer proposed openstack/nova master: Support move ops with extended resource request https://review.opendev.org/c/openstack/nova/+/800087 | 14:48 |
opendevreview | Balazs Gibizer proposed openstack/nova master: [func test] refactor interface attach with qos https://review.opendev.org/c/openstack/nova/+/800088 | 14:48 |
opendevreview | Balazs Gibizer proposed openstack/nova master: Support interaface attach / detach with new resource request format https://review.opendev.org/c/openstack/nova/+/800089 | 14:48 |
opendevreview | Balazs Gibizer proposed openstack/nova master: [func test] move unshelve test to the proper place https://review.opendev.org/c/openstack/nova/+/793621 | 14:49 |
opendevreview | Balazs Gibizer proposed openstack/nova master: WIP support extended res req in heal port allocation https://review.opendev.org/c/openstack/nova/+/802060 | 14:49 |
opendevreview | Alexey Stupnikov proposed openstack/nova master: Fix incorrect reservation IDs in unit tests https://review.opendev.org/c/openstack/nova/+/803363 | 15:33 |
gibi | nova meeting starts in 10 minutes here in the channell | 15:50 |
sean-k-mooney | gibi: were you not ment to be on PTO this week? | 15:50 |
sean-k-mooney | or is that next week | 15:50 |
sean-k-mooney | oh it was last week | 15:50 |
gibi | yepp that was last week | 15:56 |
gibi | and that will be next week as well (which I should mention on the meeting too) | 15:56 |
bauzas | me too | 15:59 |
bauzas | for the next 3 weeks | 15:59 |
gibi | #startmeeting nova | 16:00 |
opendevmeet | Meeting started Tue Aug 3 16:00:19 2021 UTC and is due to finish in 60 minutes. The chair is gibi. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
opendevmeet | The meeting name has been set to 'nova' | 16:00 |
gibi | o/ | 16:00 |
dansmith | o/ | 16:00 |
bauzas | humpf, I was about to upload :) | 16:00 |
elodilles | o/ | 16:00 |
bauzas | \o | 16:00 |
gibi | #topic Bugs (stuck/critical) | 16:01 |
gibi | we have one critical bugg | 16:01 |
gibi | #link https://bugs.launchpad.net/nova/+bug/1938765 and the fix is #link https://review.opendev.org/c/openstack/nova/+/803322 | 16:01 |
gibi | where is the bug bot? | 16:02 |
gmann | o/ | 16:02 |
gibi | anyhow so the critical bug is: nova-lvm job constantly fails on Glance image upload | 16:02 |
bauzas | but thanks to lyarwood we have a fix | 16:02 |
gibi | we have a fix proposed but also the grenade jobs are broken | 16:02 |
gmann | grenade fix is discussed in QA meeting today and it is approved #link https://review.opendev.org/c/openstack/grenade/+/803317 | 16:02 |
gmann | it is in gate now | 16:02 |
gibi | gmann: thanks | 16:03 |
bauzas | thanks ditto | 16:03 |
gibi | we have a stable untriaged bug backlog | 16:03 |
gibi | #link 11 new untriaged bugs (+0 since the last meeting): #link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New | 16:03 |
gibi | any specific bug we need to talk about? | 16:03 |
gibi | #topic Gate status | 16:04 |
gibi | as we touched already we have a blocked gate | 16:04 |
gibi | due to grenade | 16:04 |
dansmith | question about the lvm jobm, | 16:04 |
gibi | and the nova-lvm job | 16:04 |
gibi | dansmith: sure | 16:04 |
dansmith | that clearly wasn't always hard fail because we merged the quota thing weeks ago | 16:04 |
dansmith | was it just right on the edge of running out of space or what? | 16:05 |
gibi | dansmith: nova-lvm is triggered only on libvirt changes | 16:05 |
gibi | as I learned this morning | 16:05 |
dansmith | ahh, okay makes sense | 16:05 |
gibi | https://github.com/openstack/nova/blob/master/.zuul.yaml#L152 | 16:05 |
bauzas | yup | 16:06 |
bauzas | see my email thread | 16:06 |
bauzas | it only touches the libvirt ones | 16:06 |
bauzas | as I guess the lvm imagebackend is only supported by the libvirt driver, right? | 16:07 |
dansmith | yeah, I didn't get that from your email | 16:07 |
gibi | I guess so too | 16:07 |
dansmith | but I see that's what you meant | 16:07 |
bauzas | but, yeah we could maybe regress due to some other modification and don't see it | 16:07 |
gibi | so besides the two gate blockers we have a list of bugs causing some trouble on the gate #link https://bugs.launchpad.net/nova/+bugs?field.tag=gate-failure | 16:08 |
gibi | but looking at that list I don't see any new one (besides the nova-lvm bug) | 16:08 |
gibi | placement periodic jobs are green | 16:09 |
gibi | #link https://zuul.openstack.org/builds?project=openstack%2Fplacement&pipeline=periodic-weekly | 16:09 |
gibi | any gate failure we need to talk about today? | 16:09 |
gibi | #topic Release Planning | 16:10 |
gibi | We past M2 and spec freeze. M3 is in 4 weeks. | 16:10 |
gibi | We have 21 approved an open blueprints and we have 4 weeks to finish them. Please focus review effort on bps in Needs Code Review state. | 16:10 |
gibi | Next deadline is non-client library freeze at 16th of August | 16:10 |
gibi | these are the features we are tracking for Xena #link https://launchpad.net/nova/+milestone/xena-3 | 16:11 |
gibi | is there any bp that needs special attention? | 16:11 |
gibi | (besides the generic "I need code review" requests) | 16:12 |
gibi | #topic PTG Planning | 16:13 |
gibi | PTG timeslots has been booked see #link http://lists.openstack.org/pipermail/openstack-discuss/2021-July/023787.html | 16:13 |
gibi | The PTG etherpad is ready to be filled with topics: #link https://etherpad.opendev.org/p/nova-yoga-ptg | 16:13 |
gibi | If you see a need for a specific cross project section then please let me know | 16:13 |
*** rpittau is now known as rpittau|afk | 16:13 | |
gibi | any question about the upcoming PTG? | 16:13 |
gibi | #topic Stable Branches | 16:15 |
gibi | wallaby, victoria, ussuri gates look OK | 16:15 |
gibi | train, stein, rocky (and probably queens, pike?) gates fail: grenade + nova-live-migration jobs ("rsync: change_dir "/home/zuul/src/*/openstack/neutron-lbaas" failed: No such file or directory") | 16:15 |
gibi | possible fix: https://review.opendev.org/c/openstack/devstack-gate/+/803346 | 16:15 |
gibi | EOM( elodilles | 16:15 |
gibi | any question about stable? | 16:16 |
gibi | #topic Sub/related team Highlights | 16:17 |
gibi | Libvirt (bauzas) | 16:17 |
bauzas | well, I think we discussed about the blocking job... | 16:17 |
bauzas | for the moment, hold your breath if you wanna touch libvirt | 16:17 |
gibi | jepp | 16:18 |
gibi | #topic Open discussion | 16:18 |
gibi | I have two small topic | 16:18 |
bauzas | for other stuff, I don't know, we're close to M-3 so maybe it should be a right time about thinking about the libvirt release versions | 16:18 |
bauzas | that's it | 16:18 |
gibi | ohh sory | 16:18 |
gibi | sorry | 16:18 |
bauzas | nah | 16:18 |
gibi | do we need to bump min version? | 16:18 |
bauzas | nothing urgent but I'll be off the grid for the next 3 weeks | 16:19 |
bauzas | gibi: good question, I don't know | 16:19 |
bauzas | that's why i asked for it | 16:19 |
bauzas | but meh, let's move on | 16:20 |
gibi | last time we bumped in wallaby https://review.opendev.org/c/openstack/nova/+/754700 | 16:20 |
gibi | anyhow if somebody feels that we need a libvirt min version bump then it is the good time to propose it | 16:21 |
gibi | going back to | 16:22 |
gibi | #topic Open discussion | 16:22 |
gibi | 1) this week Thrusday we will have the Asia friendly meeting slot | 16:22 |
gibi | Aug 5 2021 8:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2021-08-05T08:00:00) | 16:23 |
gibi | I will chair it as usual | 16:23 |
gibi | 2) I will be on PTO next week so I need somebody to chair the next week's weekly meeting | 16:23 |
gibi | or I will cancel itt | 16:23 |
gibi | it | 16:23 |
bauzas | can't run it | 16:24 |
bauzas | as I'll be on PTO for the next 3 weeks | 16:24 |
gibi | then I will cancel it | 16:26 |
gibi | no worries | 16:26 |
bauzas | heh | 16:26 |
gibi | any other topic for today? | 16:26 |
stephenfin | yeah, cancelling seems best given the amount of people that won't be around (I'm thinking I'll be out next week too) | 16:26 |
stephenfin | no other topics from me | 16:27 |
gibi | we should just close nova next week :D | 16:27 |
gibi | so if no other topic then that was it | 16:28 |
gibi | thanks for joining today | 16:28 |
gibi | #endmeeting | 16:28 |
opendevmeet | Meeting ended Tue Aug 3 16:28:39 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:28 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/nova/2021/nova.2021-08-03-16.00.html | 16:28 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/nova/2021/nova.2021-08-03-16.00.txt | 16:28 |
opendevmeet | Log: https://meetings.opendev.org/meetings/nova/2021/nova.2021-08-03-16.00.log.html | 16:28 |
bauzas | gibi: thanks | 16:28 |
gmann | thanks gibi | 16:28 |
gibi | bauzas: thanks for running it last week | 16:29 |
bauzas | gibi: well, we had more people than last time I ran, so this was good :D | 16:29 |
gibi | :) | 16:30 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Rename vgpu options to mdev https://review.opendev.org/c/openstack/nova/+/801607 | 16:50 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Provide the mdev class for every PCI device https://review.opendev.org/c/openstack/nova/+/802918 | 16:50 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Provide and use other RCs for mdevs if needed https://review.opendev.org/c/openstack/nova/+/803233 | 16:50 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Expose the mdev class https://review.opendev.org/c/openstack/nova/+/801743 | 16:50 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Change the admin-visible logs for mdev support https://review.opendev.org/c/openstack/nova/+/803378 | 16:50 |
opendevreview | Sylvain Bauza proposed openstack/nova master: WIP: Cleanup GPU vs. mdev wording https://review.opendev.org/c/openstack/nova/+/803379 | 16:50 |
bauzas | gibi: the last change is for you ^ ;) | 16:50 |
gibi | thank <3 | 16:51 |
* bauzas bails out | 16:51 | |
gibi | s | 16:51 |
opendevreview | Balazs Gibizer proposed openstack/nova master: Support interaface attach / detach with new resource request format https://review.opendev.org/c/openstack/nova/+/800089 | 17:54 |
opendevreview | Balazs Gibizer proposed openstack/nova master: [func test] move unshelve test to the proper place https://review.opendev.org/c/openstack/nova/+/793621 | 17:56 |
opendevreview | Balazs Gibizer proposed openstack/nova master: WIP support extended res req in heal port allocation https://review.opendev.org/c/openstack/nova/+/802060 | 17:56 |
opendevreview | Merged openstack/nova stable/victoria: Move 'check-cherry-picks' test to gate, n-v check https://review.opendev.org/c/openstack/nova/+/797040 | 20:03 |
opendevreview | Merged openstack/nova stable/ussuri: Move 'check-cherry-picks' test to gate, n-v check https://review.opendev.org/c/openstack/nova/+/797050 | 22:24 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!