I have five nodes in a cluster and am about to spin up a sixth for a special case. The first five currently all use the same network (working on separating out the management interfaces from the LACP bonds so I can trunk VLANs in on the rest, but that's for another day), but the VM that will run on the sixth needs to have it's own dedicated physical network. I still want it to be a part of the cluster and quorum for ease of management, so I was wondering if there is anything wrong with having the management interface on the same network as the others, but the rest of the NIC's on a physically separate network for the VM. Also, I plan to eventually redo the other five nodes to participate in a Ceph/HA configuration with each other, but with the sixth host still just doing it's own thing while still in the cluster. Are there any glaring problems that I'm overlooking?