Hi all,

I find that there's a parameter "dhcp_agents_per_network" in neutron.conf to implement duplicate DHCP-agents serving a certain network. When it sets 2, 2 DHCP-agents serve one network.

Is it stable solution? It runs 2 qdhcp-xxx in different hosts and each qdhcp-xxx runs dnsmasq to serve dhcp requests of that tenant. AFAIK, dnsmasq is stateful sinces it stores records on the disk. If the two dnsmasq is not that synchronized, for example, I run multiple instances at the same time, is it possible that two different instances require the IP from the two dnsmasq and finally get the same IP?

Please correct me if I'm wrong.

--

Nick Ma
[email protected]


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to