Earlier  
Posted Nick Remark
#openstack-nova - 2021-10-12
16:34:30 bauzas neutron PTL ( lajoskatona ) seemed interested in some x-p session, we need to find a slot
16:35:21 bauzas I just got a email before the meeting from rosmaita about a proposed cinder x-p session slot on Thursday 1pm UTC
16:35:27 bauzas wfy ?
16:37:28 gibi works for me, early for the US folks
16:38:31 opendevreview Balazs Gibizer proposed openstack/nova master: DNM: add traces to troubleshoot bug/1946339 https://review.opendev.org/c/openstack/nova/+/813674
16:38:44 bauzas brian is telling that they have 1pm-2.30pm free
16:39:14 bauzas so I guess dansmith could join at 1.30pm if he wishes but for melwitt, yeah that could be tough
16:39:32 dansmith meaning 1330Z ?
16:39:52 bauzas yeah we could start at this time
16:40:02 bauzas the two things he had to discuss was :
16:40:07 bauzas https://blueprints.launchpad.net/cinder/+spec/add-volume-re-image-api
16:40:07 dansmith yeah that's the absolute earliest for me without a special arrangement,
16:40:12 bauzas https://blueprints.launchpad.net/nova/+spec/volume-backed-server-rebuild
16:40:13 dansmith but not sure I need to be there specifically
16:40:47 dansmith ah
16:40:49 bauzas I'll try to see if we can get some later slot
16:41:04 bauzas melwitt could be interested in one of the two topics
16:41:10 bauzas if not the two :)
16:41:10 dansmith well, like I say, I'll be available at that time, but.. ack
16:41:20 bauzas melwitt: around ?
16:42:11 bauzas dansmith: ack, we'll see how this goes
16:42:18 bauzas the problem here is that I think both specs are pretty large
16:42:55 bauzas they're actually tied
16:43:31 bauzas ok, let's move on from this topic, time is flying but I'll see what we can do
16:43:50 bauzas the fact is, we'll be missing lyarwood and I'd appreciate if some other volume experts to be there
16:44:42 bauzas moving on
16:44:48 bauzas #topic Stable Branches
16:44:56 bauzas elodilles: floor is yours
16:45:20 elodilles let me copy from the meeting page :)
16:45:49 elodilles old stable gates are blocked (stein and older), needs the setuptools pinning patch to unblock: https://review.opendev.org/q/I26b2a14e0b91c0ab77299c3e4fbed5f7916fe8cf
16:46:05 elodilles Wallaby (23.1.0), Victoria (22.3.0), Ussuri (21.2.3) were released last week
16:46:19 elodilles Ussuri Extended Maintenance transition is in a month (Nov 12) - do we want to prepare another release? -- https://etherpad.opendev.org/p/nova-stable-ussuri-em
16:46:55 elodilles that was it
16:47:33 elodilles since we just released from stable/ussuri I don't know whether we need another release before the transition
16:47:54 elodilles but if anyone see any patch that would be good to release then let us know
16:47:58 bauzas do we have backports to look at ?
16:48:31 elodilles we have lots of backports on ussuri
16:48:42 elodilles they are listed on the pad: https://etherpad.opendev.org/p/nova-stable-ussuri-em
16:48:54 bauzas yeah I can see them
16:48:55 bauzas https://review.opendev.org/q/project:openstack/nova+branch:stable/ussuri+is:open
16:49:16 bauzas humpf
16:49:19 elodilles I went through the patches and commented on the etherpad for some
16:49:39 bauzas I guess one last release would be appreciated
16:49:48 bauzas before we call it EM
16:49:49 elodilles there are some that needs a second +2 only
16:50:05 bauzas elodilles: we can make some kind of status updates at the meetings
16:50:23 elodilles bauzas: sure, I'll prepare with that
16:50:28 bauzas elodilles: and ping me and a few other stable cores to look at ussuri this week and the week after PTG
16:50:41 elodilles ack
16:50:55 bauzas #topic Sub/related team Highlights
16:51:01 bauzas Libvirt (lyarwood)
16:51:08 bauzas lyarwood is not there, nothing to mention
16:51:22 bauzas let's move straight to the last bit of the agenda
16:51:25 bauzas #topic Open discussion
16:51:29 bauzas Next week meeting to be cancelled (PTG). Agreed ?
16:51:36 gibi agre
16:51:37 gibi e
16:51:52 bauzas anyone disagreeing ?
16:51:56 bauzas 2..
16:51:56 bauzas 1..
16:52:00 bauzas 3..
16:52:13 bauzas OK, that's it, will send the email
16:52:32 bauzas I'm done with the agenda now, anyone wanting to raise anything ?
16:52:45 bauzas we have 8 mins in the balance :)
16:53:08 gibi just circle back to the placement functional failure
16:53:16 bauzas wfm
16:53:17 gibi it still visible on master
16:53:22 bauzas gmann: you had thoughts ?
16:53:29 gibi and I do belive this causing https://opendev.org/zuul/zuul-jobs/commit/c02c28a982da8d5a9e7b4ca38d30967f6cd1531d
16:53:34 gmann I think this is because of https://opendev.org/zuul/zuul-jobs/commit/c02c28a982da8d5a9e7b4ca38d30967f6cd1531d
16:53:35 gibi that we include the regexp to the call
16:53:41 gmann gibi: ah you are fast
16:53:59 gibi we simply not need the regexp in that call
16:54:03 gibi or we need to quote it
16:54:30 gibi but I don't know how to feed this back to zuul
16:54:49 gibi gmann: :)
16:55:12 gmann I think bext way is not to include the test regex in tox_extra_args and instead add it as part of command itself
16:55:15 gmann best
16:55:34 gmann let me try that
16:56:14 gibi gmann: ack, we can even left out the regexp param that is not needed for the --showconfig call I think
16:56:35 bauzas gmann: gibi: thanks for the findings
16:56:46 gmann yeah, tox_extra_args purpose is completely separate then test regex
16:56:46 gibi I have nothing else for today
16:56:52 gibi gmann: ack
16:57:09 sean-k-mooney we normally do that with posargs like this https://github.com/openstack/placement/blob/master/tox.ini#L40
16:57:21 gmann yeah
16:57:40 sean-k-mooney then invoke tox like "tox -e fucntional -- <regex goes here>"
16:59:04 sean-k-mooney i think we can likely close the meeting there
16:59:14 bauzas yeah I was about to say
16:59:20 bauzas we can continue off meeting
16:59:36 bauzas let me call it done
16:59:40 opendevmeet Meeting ended Tue Oct 12 16:59:40 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
16:59:40 bauzas #endmeeting
16:59:41 opendevmeet Log: https://meetings.opendev.org/meetings/nova/2021/nova.2021-10-12-16.00.log.html
16:59:41 opendevmeet Minutes (text): https://meetings.opendev.org/meetings/nova/2021/nova.2021-10-12-16.00.txt
16:59:41 opendevmeet Minutes: https://meetings.opendev.org/meetings/nova/2021/nova.2021-10-12-16.00.html
16:59:46 bauzas thanks all
16:59:56 gibi bauzas: thanks!
17:00:15 sean-k-mooney gibi: for https://bugs.launchpad.net/nova/+bug/1946339 i think we are getting to here but i never see log lings corresponding to https://github.com/openstack/nova/blob/a8d3ab2513c39aeac3393b2154988316dfa2db3a/nova/tests/functional/test_servers_resource_request.py#L2568-L2574
17:00:25 bauzas gibi: thanks for spotting the root cause while I was deblatering for some paperwork :)

Earlier   Later