← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1952550] Re: [OVN] neutron_ovn_metadata_agent retrying on UUID errors infinitely

 

** Changed in: kolla-ansible
       Status: Triaged => Invalid

** Changed in: kolla-ansible/ussuri
       Status: Fix Committed => Invalid

** Changed in: kolla-ansible
   Importance: High => Undecided

** Changed in: kolla-ansible/victoria
       Status: Fix Committed => Invalid

** Changed in: kolla-ansible/wallaby
       Status: Fix Committed => Invalid

** Changed in: kolla-ansible/xena
       Status: Fix Committed => Invalid

-- 
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:
  [OVN] neutron_ovn_metadata_agent retrying on UUID errors infinitely

Status in kolla-ansible:
  Invalid
Status in kolla-ansible ussuri series:
  Invalid
Status in kolla-ansible victoria series:
  Invalid
Status in kolla-ansible wallaby series:
  Invalid
Status in kolla-ansible xena series:
  Invalid
Status in neutron:
  Fix Released

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/kolla-ansible/+bug/1952550/+subscriptions



References