[Yahoo-eng-team] [Bug 2052484] [NEW] [DEFAULT] rpc_worker=0 leaves one rpc worker

2024-02-05 Thread Takashi Kajinami
Public bug reported: Since https://review.opendev.org/c/openstack/neutron/+/823637 was merged, neutron-server allows disabling rpc worker by setting:: [DEFAULT] rpc_worker=0 However, I observe one rpc worker is still kept even with this setting. >From neutron-server log, rpc_workers and

[Yahoo-eng-team] [Bug 2052473] [NEW] Live migration post-copy not working as Expected

2024-02-05 Thread keerthivasan
Public bug reported: Description === I am trying to enable live migration feature post copy using below config, seeing post-copy is not supported error block_migration_flag = VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_NON_SHARED_INC cpu_mode = custom

[Yahoo-eng-team] [Bug 1995078] Re: OVN: HA chassis group priority is different than gateway chassis priority

2024-02-05 Thread Jay Faulkner
** Also affects: networking-generic-switch Importance: Undecided Status: New ** Changed in: networking-generic-switch Status: New => Triaged ** Changed in: networking-generic-switch Importance: Undecided => High -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 2051171] Re: SQLalchemy 2.0 warning in neutron-lib

2024-02-05 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/906627 Committed: https://opendev.org/openstack/neutron-lib/commit/7909696a9042f1624f73119b7431531dde3434e7 Submitter: "Zuul (22348)" Branch:master commit 7909696a9042f1624f73119b7431531dde3434e7 Author: Rodolfo Alonso Hernandez

[Yahoo-eng-team] [Bug 2052419] [NEW] SG list retrieval is slow because we are always loading "synthetic_fields"

2024-02-05 Thread Rodolfo Alonso
Public bug reported: Since [1], we introduced a way to skip the load of the OVO synthetic fields depending on the resource fields retrieved. In the case of the security groups (SG), the SG rules are child objects to the SGs. The SG rules are retrieved when a SG OVO is created. The improvement