Comment 34 for bug 1707999

Revision history for this message
Jason Hobbs (jason-hobbs) wrote : Re: pod VM fails to PXE boot after receiving multiple DHCP offers from both primary and secondary rack controllers, for different IPs

my current theory:

node deploy starts, machine is powered on
dhcpd.conf on secondary is written with host entry for node
node issues dhcpdiscovery
primary responds with dynamic ip and writes lease
secondary responds with ip from host entry
node requests the dynamic ip offered by primary
secondary (not sure why it's responding!) NAKs the request
dhcpd.conf on primary is written with host entry for node

but I don't know enough about how dhcpd.conf gets written to know if that's possible