[Yahoo-eng-team] [Bug 2048979] [NEW] [ml2][ovs] ports without local vlan tag are processed on openflow security group

2024-01-10 Thread LIU Yulong
Public bug reported: We recently met an issue during VM live migration: 1. nova starts live migration 2. plug ports on new host 3. neutron-ovs-agent starts to process the port, but the port is in 'added' and 'updated' set at the same time. 4. because nova still not activate the destination port b

[Yahoo-eng-team] [Bug 2046939] Re: [OVN] ``OVNAgentExtensionManager`` is resetting the ``agent_api`` during the initialization

2024-01-10 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/903943 Committed: https://opendev.org/openstack/neutron/commit/86efc8be9934713ad79b3415b8b5b72bd475e01c Submitter: "Zuul (22348)" Branch:master commit 86efc8be9934713ad79b3415b8b5b72bd475e01c Author: Rodolfo Alonso Hernandez Date:

[Yahoo-eng-team] [Bug 2037102] Re: neutron-ovn-metadata-agent dies on broken namespace

2024-01-10 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/896251 Committed: https://opendev.org/openstack/neutron/commit/566fea3fed837b0130023303c770aade391d3d61 Submitter: "Zuul (22348)" Branch:master commit 566fea3fed837b0130023303c770aade391d3d61 Author: Felix Huettner Date: Fri Sep 2

[Yahoo-eng-team] [Bug 2048874] [NEW] group_policy flavor extra spec is not compatible with AggregateInstanceExtraSpecsFilter

2024-01-10 Thread Pavlo Shchelokovskyy
Public bug reported: Effectively adding this extra spec to use the 'granular resource request' feature of placement also requires that all the computes such flavor attempts to target are added into an aggregate with the metadata 'group_policy' set and equal to 'none' or 'isolate'. We either have

[Yahoo-eng-team] [Bug 2048848] [NEW] get_power_state blocked

2024-01-10 Thread Yalei Li
Public bug reported: Description --- When the network for an rbd (RADOS Block Device) storage disconnects due to a failure, `get_power_state` becomes blocked when attempting to query the power state of a virtual machine. The goal is to check the power status and migrate online VMs. Howe