Jump to: navigation, search

Difference between revisions of "Meetings/Nova"

(Agenda for next meeting)
(Agenda for next meeting)
Line 36: Line 36:
 
Next meetings scheduled for:
 
Next meetings scheduled for:
  
* May 10 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-05-10T16:00:00)
 
 
* May 17 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-05-17T16:00:00)
 
* May 17 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-05-17T16:00:00)
 
* May 24 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-05-24T16:00:00)
 
* May 24 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-05-24T16:00:00)
 
* May 31 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-05-31T16:00:00)
 
* May 31 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-05-31T16:00:00)
 +
* June 7 2022 16:00 UTC #openstack-nova (http://www.timeanddate.com/worldclock/fixedtime.html?iso=2022-06-07T16:00:00)
  
 
Where you see "?" feel free to just edit the wiki and add your item.
 
Where you see "?" feel free to just edit the wiki and add your item.
Line 47: Line 47:
 
* #topic Bugs (stuck/critical)
 
* #topic Bugs (stuck/critical)
 
** #info No [https://bugs.launchpad.net/nova/+bugs?search=Search&field.importance=Critical&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress Critical bug]
 
** #info No [https://bugs.launchpad.net/nova/+bugs?search=Search&field.importance=Critical&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress Critical bug]
** #link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New 19 new untriaged bugs (-3 since the last meeting)
+
** #link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New 14 new untriaged bugs (-5 since the last meeting)
 
** #link https://storyboard.openstack.org/#!/project/openstack/placement 26 open stories (0 since the last meeting) in Storyboard for Placement  
 
** #link https://storyboard.openstack.org/#!/project/openstack/placement 26 open stories (0 since the last meeting) in Storyboard for Placement  
 
** #info Add yourself in the team bug roster if you want to help https://etherpad.opendev.org/p/nova-bug-triage-roster
 
** #info Add yourself in the team bug roster if you want to help https://etherpad.opendev.org/p/nova-bug-triage-roster
** #info Next bug baton is passed to Uggla
+
** #info Next bug baton is passed to sean-k-mooney
  
 
* #topic Gate status
 
* #topic Gate status
Line 61: Line 61:
 
* #topic Release Planning
 
* #topic Release Planning
 
** #link https://releases.openstack.org/zed/schedule.html
 
** #link https://releases.openstack.org/zed/schedule.html
** #info Zed-1 is due in 1 week
+
** #info Zed-1 is due in 2 days
** #info Spec review day happens today on May 10th
+
** #info Spec review day happened last week on May 10th
 +
** #info 2 specs were approved but a lot of them were reviewed. Kudos to the team for this hard work.
  
 
* #topic Review priorities
 
* #topic Review priorities
Line 77: Line 78:
 
* #topic Open discussion
 
* #topic Open discussion
 
** (owner_nick) Add your own point you want to discuss here.
 
** (owner_nick) Add your own point you want to discuss here.
** (sean-k-mooney) VDPA
 
*** i have 4 patches in flight to complete all remaining operation for vdpa https://review.opendev.org/q/topic:bug%252F1970467
 
*** the first patch add resize/cold migrate, evacuate and shelve support and is tracked as a bug https://bugs.launchpad.net/nova/+bug/1970467 since the code actually support those operations they were just blocked in the API since it was untested.
 
*** https://review.opendev.org/c/openstack/nova/+/841016 enables detach interface by adding the missing parsing code for the sorce_dev element for vdpa ports
 
*** https://review.opendev.org/c/openstack/nova/+/841017 fixes what i think is a bug in suspend today with any sriov interfaces. tl;dr the code tries to unplug the devices as if they are using the hostdev element when infact they may be using the interface element (still need to confirm) this prevent suspend form working with vdpa
 
*** https://review.opendev.org/c/openstack/nova/+/841012/3 removes the final API block for suspend and live migration and adds VNIC_TYPE_VDPA to the VNIC_TYPES_DIRECT_PASSTHROUGH which is all that is required to make hot_plug live migration work. however for upgrades we should have a compute service version bump and check it in the conductor as we do for sriov live migration.
 
*** Question should we track the file 3 patches as bugs, a specless blueprint or a spec. https://blueprints.launchpad.net/nova/+spec/vdpa-suspend-detach-and-live-migrate
 
*** Note: transparent vdpa live migration is in flight upstream in qemu and the kernel but it likely wont land in time for Zed. if it did i would propose a spec for that in addition to this work separately. the changes on top of this code would be minor just adding a trait and/or second compute service bump so signal support for transparent live migration and allow use to schedule based on it when selecting the destination host.
 
  
 
== Sub-teams ==
 
== Sub-teams ==

Revision as of 14:52, 17 May 2022

Weekly Nova team meeting

Regular MEETING TIME: Tuesdays 16:00 UTC (#openstack-nova on OFTC)

This meeting is a weekly gathering of developers working on OpenStack Compute (Nova). We cover topics such as release planning and status, bugs, reviews, and other current topics worthy of real-time discussion.

Project Heartbeat

This information will be updated weekly but not mentioned in the meeting unless specifically called out on the agenda.

Agenda for next meeting

Next meetings scheduled for:

Where you see "?" feel free to just edit the wiki and add your item.

Here is the agenda for the next meeting:

  • #topic Release Planning
  • #topic Stable Branches
    • #info ussuri and older branches are still blocked, newer branches should be OK
  • #topic Sub/related team Highlights
    • #info No subteam left
  • #topic Open discussion
    • (owner_nick) Add your own point you want to discuss here.

Sub-teams

There are also some Nova subteam meetings. See Nova#Nova_subteams for details.

Previous meetings