I’m playing around on my four node cluster building a shared storage with microceph. I started with building the cluster on the untagged vlan 172.16.11.0/24 and added a dot1q vlan 16 172.16.16.0/24 and configured new containers and vm to use that network. DHCP provides access to DNS and the internet on vlan 16.
I’ve run into an issue where it seems like it would be a good feature to have incus_ceph go directly to the microceph containers on vlan16 by having an IP interface on 16 but it seems like this pattern is not exposed in the API.
Is there a way to have the incus hosts on 172.16.11.0/24 and 172.16.16.0/24 at the same time?
Thanks!
Alan