Hey folks!
I’ve encountered an interesting UI behavior in MaaS that I wanted to share and see if others have experienced the same. Specifically, the Virsh menu under the KVM section isn’t immediately visible in the MaaS UI upon initial installation.
Here’s what I observed:
- After a fresh MaaS installation, the
Virshmenu isn’t visible under theKVMsection in the MaaS UI.
- Initial MaaS UI without Virsh menu:

- However, if I manually replace
MAAS/r/kvm/lxdwithMAAS/r/kvm/virshin the MaaS URL, theVirshpage appears as expected.
- MaaS UI with Virsh page (still no menu) after URL modification:

- Once I deploy or connect an Ubuntu host as a KVM/Libvirt host, the
Virshmenu becomes permanently visible in the MaaS UI.
- MaaS UI during Ubuntu host deployment as KVM Host:

- MaaS UI with Virsh menu after Ubuntu host deployment

I’m curious if this is a known issue, a design choice, or perhaps a bug. It seems a bit counterintuitive to have the Virsh menu hidden until a machine is provisioned with Ubuntu and registered as a KVM/Libvirt host.
Best!