Comment 29 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

Setting this option:

option ipxe.no-pxedhcp 1;

will cause ipxe to respond to the first offer, speeding up the boot.

see http://ipxe.org/howto/dhcpd for more details.

Setting "load balance max seconds" to 5 instead of 3 will make the secondary dhcp server ignore the first request, so that only the primary will make an offer, which combined with the no-pxedhcp option above, ipxe will respond to.