Comment 61 for bug 1953165

Revision history for this message
Florian Engelmann (engelmann) wrote :

Hi Bence and Brian,

I tested the updated patch (https://review.opendev.org/c/openstack/neutron/+/883193) and it looks like all haproxies are spawned:

docker exec -ti neutron_dhcp_agent ls /var/lib/neutron/ns-metadata-proxy/ | sort | wc -l
40

for i in $(ip netns ls | awk '/qdhcp-/ { print $1 }'); do if [ $(ip netns pids $i | wc -l | grep 2) ]; then echo $i; fi ; done | sort | wc -l
40

nice!

All the best,
Florian