yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #85356
[Bug 1901527] Re: Agent API gets broken if OVN DB is upgraded to the one introducing chassis_private
Yes, I think it's
https://review.opendev.org/c/openstack/neutron/+/760967 but you're
right, it's fixed now. Thanks for pointing it out!
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1901527
Title:
Agent API gets broken if OVN DB is upgraded to the one introducing
chassis_private
Status in neutron:
Fix Released
Bug description:
Neutron determines which table to use for agent healthchecks at the
initialization phase. With OVN databases that don't implement
chassis_private table a chassis table is used, which has scaling
impacts.
However, if OVN DB is upgraded while Neutron is running, the
healthchecks will be still performed on chassis table while OVN
already uses chassis_private. This leads to reporting dead agents by
the API.
We should detect OVN was upgraded and start using chassis_private
table since.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1901527/+subscriptions
References