Maybe someone has some insight.
So, I have MAAS set up and added the LXD cluster to it. I see an issue when I try to deploy a LXD VM via MAAS.
In particular, MAAS wants to commission/deploy the VM, which requires the VM to PXEBOOT. MAAS handles that via the dhcp server it manages. However, LXD is also trying to run one on the fan bridge.
I had to set MAAS up to provide DHCP on the fan bridge so the pxeboot can take place, but the DHCP offers are declined by what looks like the dnsmasq running on lbrfan0:
May 10 18:02:35 dell01 dnsmasq-dhcp[435485]: DHCPDECLINE(lxdfan0) 240.1.1.15 00:16:3e:2d:a2:b3 Lease is denied upon entering bound
This results in the VM failing to load anything and ending up at a “shell >” prompt.
Anyone have ideas on how that should be set up? It seems that I need to disable dhcp on the lxd dnsmasq, but I don’t think I can do that with dnsmasq.raw.
Thanks in advance.