yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87752
[Bug 1952550] [NEW] neutron_ovn_metadata_agent retrying on UUID errors infinitely
Public bug reported:
*Descrption:
** We observed neutron_ovn_metadata_agent was stuck when connection ovn_sb_db is reset
** After investigation, we found that MetadataAgent.register_metadata_agent keeps retrying infinitely due to an unrecoverable error in this line: chassis_id = uuid.UUID(self._get_own_chassis_name()). This block the thread for RowEventHandler.notify_loop.
** The neutron is deployed by kolla ansible, where chassis name returned here is the hostname of the compute nodes, and it is not recognized as a valid UUID.
* Version:
** OpenStack Xena
** Ubuntu focal 20.04
** Kolla Ansible
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1952550
Title:
neutron_ovn_metadata_agent retrying on UUID errors infinitely
Status in neutron:
New
Bug description:
*Descrption:
** We observed neutron_ovn_metadata_agent was stuck when connection ovn_sb_db is reset
** After investigation, we found that MetadataAgent.register_metadata_agent keeps retrying infinitely due to an unrecoverable error in this line: chassis_id = uuid.UUID(self._get_own_chassis_name()). This block the thread for RowEventHandler.notify_loop.
** The neutron is deployed by kolla ansible, where chassis name returned here is the hostname of the compute nodes, and it is not recognized as a valid UUID.
* Version:
** OpenStack Xena
** Ubuntu focal 20.04
** Kolla Ansible
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1952550/+subscriptions
Follow ups