[Yahoo-eng-team] [Bug 2050236] [NEW] Automatic L3 Agent Failover does not work for HA Routers

2024-01-22 Thread Simon Hensel
Public bug reported: When enabling allow_automatic_l3agent_failover in the neutron config, neutron does not automatically reschedule routers with the HA parameter. In https://github.com/openstack/neutron/blob/master/neutron/db/agentschedulers_db.py#L131, neutron loads all downed agents into the

[Yahoo-eng-team] [Bug 2045158] [NEW] Glance requires read permissions on RBD volumes pool to check for children

2023-11-29 Thread Simon Hensel
Public bug reported: When Glance tries to delete an image from the RBD/Ceph backend, it checks if any children exist for that image (see https://opendev.org/openstack/glance_store/src/branch/master/glance_store/_drivers/rbd.py#L459). However, if we create a volume from an image, the children are

[Yahoo-eng-team] [Bug 2012944] [NEW] neutron-remove-duplicated-port-bindings does not write to stdout

2023-03-27 Thread Simon Hensel
Public bug reported: The new neutron-remove-duplicated-port-bindings tool does not log any information when run from the CLI, as the log levels are mismatching. The logger gets initialized with log_level = WARNING, but the tool uses LOG.info() to display its messages, therefore the user never