Jump to: navigation, search

Difference between revisions of "Meetings/Nova"

(Agenda for next meeting)
(Agenda for next meeting)
(46 intermediate revisions by 7 users not shown)
Line 37: Line 37:
 
Next meetings scheduled for:
 
Next meetings scheduled for:
  
* Feb 4 2021 16:00 UTC #openstack-meeting-3 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20210204T160000)
+
* May 6 2021 16:00 UTC #openstack-meeting-3 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20210506T160000)
* Feb 11 2021 16:00 UTC #openstack-meeting-3 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20210211T160000)
+
* May 13 2021 16:00 UTC #openstack-meeting-3 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20210513T160000)
* Feb 18 2021 16:00 UTC #openstack-meeting-3 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20210218T160000)
+
* May 20 2021 16:00 UTC #openstack-meeting-3 (http://www.timeanddate.com/worldclock/fixedtime.html?iso=20210520T160000)
 
 
  
  
Line 49: Line 48:
 
* #topic Bugs (stuck/critical)
 
* #topic Bugs (stuck/critical)
 
** 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 bugs]
 
** 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 bugs]
** #link 12 new untriaged bugs (-5 since the last meeting): #link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New
+
** #link 12 new untriaged bugs (-15 since the last meeting): #link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New
  
 
* #topic Gate status
 
* #topic Gate status
** gate on master feels OK to me
+
** Placement periodic job status #link https://zuul.openstack.org/builds?project=openstack%2Fplacement&pipeline=periodic-weekly
 
** Please look at the gate failures, file a bug, and add an elastic-recheck signature in the opendev/elastic-recheck repo (example: #link https://review.opendev.org/#/c/759967)
 
** Please look at the gate failures, file a bug, and add an elastic-recheck signature in the opendev/elastic-recheck repo (example: #link https://review.opendev.org/#/c/759967)
 
* #topic Runway status
 
** #link https://etherpad.opendev.org/p/nova-runways-wallaby
 
** #link https://blueprints.launchpad.net/nova/+spec/nova-support-webvnc-with-password-anthentication : close to be ready. I was already +2 but Sean found an issue to be fixed
 
** #link https://blueprints.launchpad.net/nova/+spec/compact-db-migrations-wallaby : the series has been approve up until Queens and slowly going through the gate
 
** #link https://blueprints.launchpad.net/nova/+spec/modernize-os-hypervisors-api : the api code landed, the python-novaclient patch and the policy patch needs some work
 
** #link https://blueprints.launchpad.net/nova/+spec/support-interface-attach-with-qos-ports : the last three patches needs a second set of eyes
 
  
 
* #topic Release Planning
 
* #topic Release Planning
** Feature Freeze is at 11th of March, in 5 weeks from now
+
** Milestone 1 is 27th of May. Nothing special is expected at that time.
 +
** As in previous cycles we plan to have spec freeze at M2 only.
 +
** See the nova specific schedule on #link https://wiki.openstack.org/wiki/Nova/Xena_Release_Schedule
  
 
* #topic Stable Branches
 
* #topic Stable Branches
** victoria 22.1.0, ussuri 21.1.2, train 20.5.0 were released today
+
** stable gate should be OK
** branches should be OK, no outstanding issue
+
** train-em tagging will happen next week, so train final release (+ for the rest of the maintained stable branches) prepared:
 +
** train 20.6.1, ussuri 21.2.1, victoria 22.2.1, wallaby 23.0.1 -- https://review.opendev.org/q/project:openstack/releases+intopic:nova+status:open
  
 
* #topic Sub/related team Highlights
 
* #topic Sub/related team Highlights
Line 74: Line 69:
  
 
* #topic Open discussion
 
* #topic Open discussion
** (gibi): The nova-core added to the placement-core gerrit group. Then we realized that we have a similar situation in the placement-stable-maint group. So I've made a similar proposal about it  #link http://lists.openstack.org/pipermail/openstack-discuss/2021-February/020186.html Any objection?
+
** (artom) Normalize (via workaround config option?) the Rabbit queue name to lowercase to avoid things like https://bugzilla.redhat.com/1942079
 
+
** (gibi) Follow up on the review priority patch https://review.opendev.org/c/openstack/project-config/+/787523
** (kashyap; 05-FEB-2021) Late blueprint-approval request: https://blueprints.launchpad.net/nova/+spec/allow-disabling-cpu-flags
 
*** I realize this is late in the cycle, but this really helps alleviate potential live migration problems on some Intel hardware during upgrades and updates.  This is technically a simple feature; but can also be considered a "bug fix" that can unblock live migration scenarios.
 
*** Main Benefit: The ability to selectively disable CPU features for a guest means: newly launched VMs on a compute node can now disable offending guest CPU flags that block live migration.  This facilitates live migration to a host with TSX=off.
 
*** Example: Today, a VM running on a compute node with Intel TSX=on (which is the default on all Linux kernels until v.5.11) cannot be migrated to a node with Intel TSX=off.  But, the ability to selectively disable CPU flags alleviates this (and similar problems) — you can now keep TSX enabled on a host, and yet block it for the guest via `cpu_model_extra_flags`.  This unblocks live-migrating the said guest to a host with TSX=off.
 
**** On relevant Intel processors, TSX is suggested to be disabled as it can be a potential security problem.  TSX is disabled by default upstream Linux v.5.11 (Oct-2019)
 
  
 
== Sub-teams ==
 
== Sub-teams ==

Revision as of 16:48, 6 May 2021

Weekly Nova team meeting

MEETING TIME: Thursdays 16:00 UTC (#openstack-meeting-3)

The Thursday 8:00 UTC slot is kept as a unofficial office hour on #openstack-nova for contributors who cannot attend on the official meeting slot.

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 Sub/related team Highlights
    • Libvirt (bauzas)
      •  ?

Sub-teams

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

Previous meetings