I’m having trouble spawning pods from my vmhosts with lxd enabled.
The host is configured using maas, and created a bond device that consumes the other two eth0 and eht1.
After registered the host as a vmhost in MAAS, the following happens:
- If not specifying network devices for the vm, it uses eth0 as the nic parent in the generated lxc config, therefore the vm is unable to be pxe booted by the maas controller through the tagged vlan.
- If add new and select the fabric with vlan tagged, it sometimes create the correct config, sometimes it’s having no internet devices in the created vm
Additionally, sometimes when clicking the refreshing button on the vmhost tab, the host will get listed as one of the pods it created. Clicking it for the second time will makes all existing pods disapear, and clicking it several times after, all nodes are appearing in the correct postion. This one might be a UI bug, but not sure if it’s involves in the vm creating process.