Disable PXE in VMs
Hi,
is it possible to disable PXE in all VMs in an Openstack environment? Apparently its ddos my neutron when a machine tries to boot from pxe and we needed it.
Many Thanks
bert
UPDATE: The result of this looks like this:
Oct 11 12:06:30 controller01 dnsmasq-dhcp[8290]: DHCPDISCOVER(ns-6e497a53-77) fa:16:3e:2d:24:7d no address available
Oct 11 12:06:30 controller01 dnsmasq-dhcp[8290]: DHCPDISCOVER(ns-6e497a53-77) fa:16:3e:c4:c8:2b no address available
Oct 11 12:06:30 controller01 dnsmasq-dhcp[8290]: DHCPDISCOVER(ns-6e497a53-77) fa:16:3e:2d:24:7d no address available
Oct 11 12:06:30 controller01 dnsmasq-dhcp[8290]: DHCPDISCOVER(ns-6e497a53-77) fa:16:3e:2d:24:7d no address available
UPDATE:
dnsmasq is assigning the ip correct:
Oct 12 11:25:33 controller01 dnsmasq-dhcp[16648]: DHCPDISCOVER(ns-c012c1ae-e1) 10.0.2.15 fa:16:3e:dd:8f:d5 Oct 12 11:25:33 controller01 dnsmasq-dhcp[16648]: DHCPOFFER(ns-c012c1ae-e1) 10.10.10.54 fa:16:3e:dd:8f:d5 Oct 12 11:25:33 controller01 dnsmasq-dhcp[16648]: Ignoring duplicate dhcp-option 26 Oct 12 11:25:33 controller01 dnsmasq-dhcp[16648]: DHCPREQUEST(ns-c012c1ae-e1)
10.10.10.54 fa:16:3e:dd:8f:d5 Oct 12 11:25:33 controller01 dnsmasq-dhcp[16648]: DHCPACK(ns-c012c1ae-e1) 10.10.10.54 fa:16:3e:dd:8f:d5 host-172-26-104-54
What then happens is an arp storm for the gateway. My router is answering the arp reply, but the vm keeps asking (~500 times/s) for the arp.
Still trying to get more information, but its very weird (since it worked before)
I would guess DNSMASQ misconfigurarion in corresponding qdhcp-namespace. Enable DNSMASQ logging and see for yourself. How looks CLI creating corresponding tenant's subnet ?