DHCP HA setup for 3 controllers

I have a setup of 3 maas nodes (region and rack controllers) and i have a subnet on which i have configured 1st and 2nd node as primary and secondary rack controllers. All three nodes are added as lxd hosts in maas. The issue is when I create a VM on the third node, the VM is stuck at getting the dhcp ip for tftp boot. Upon tcpdump ( both on the host and also the tap adapter created when the VM is being commissioned) i have confirmed that the discover packet is initiated and then offer is received but no request is initiated ( I have not created a new lxd bridge in the lxd init process and the same bridge is being used i.e of the node for lxd VMs)

Maybe you are not interacting with the MAAS DHCP? If you have a vm host you need to make sure to have your network setup properly configured

I am using physical nodes and have added them as lxd hosts and then creating lxd VMs on it. The ip is being offered from the range that i have defined in maas for my particular pool which confirms that maas dhcp is offering the IP.