Comment 4 for bug 1940838

Revision history for this message
Harald Jensås (harald-jensas) wrote :

2021-08-23 13:25:15.527 79921 INFO networking_baremetal.agent.ironic_neutron_agent [-] Adding member id 56bb8051-e0f1-4e2a-9b1d-6c4ef3bdce05 on host undercloud.mydomain.tld to hashring.

... At this point the ironic-neutron-agent will do a "baremetal port list", and adding/updating ironic node agents in neutron every 30s, here is the code[1].

The timeout waiting for node 1b82598d-5c0d-447e-b0e8-05c5cc8b2b63 bridge mappings was timestamped 13:33:46. The agent reports it 2 minutes later, indicating something is very slow?

2021-08-23 13:35:15.569 79921 INFO networking_baremetal.agent.ironic_neutron_agent [-] Reporting state for host agent 1b82598d-5c0d-447e-b0e8-05c5cc8b2b63 with new configuration: {'bridge_mappings': {'ctlplane': 'yes'}, 'log_agent_heartbeats': False}

Can you attach ironic logs?
- When did node 1b82598d-5c0d-447e-b0e8-05c5cc8b2b63 get enrolled in ironic?
- Do we see the "baremteal port list" calls from the agent in Ironic API logs? Are they very slow?

[1] https://opendev.org/openstack/networking-baremetal/src/branch/master/networking_baremetal/agent/ironic_neutron_agent.py#L207