Hi, according to the Red Hat documentation it's recommended to run cman on a private, isolated network.
For example using something like this in /etc/hosts:
192.168.100.1 node1.domain.local node1
192.168.100.2 node2.domain.local node2
172.16.100.1 node1-cman.domain.local node1-cman
172.16.100.2 node2-cman.domain.local node2-cman
Where the 172.16.100 network is an isolated, non-routed vlan.
Then configure the cluster using the "private" hostnames.
Is there a way to accomplish a similar setup in pve?
For example using something like this in /etc/hosts:
192.168.100.1 node1.domain.local node1
192.168.100.2 node2.domain.local node2
172.16.100.1 node1-cman.domain.local node1-cman
172.16.100.2 node2-cman.domain.local node2-cman
Where the 172.16.100 network is an isolated, non-routed vlan.
Then configure the cluster using the "private" hostnames.
Is there a way to accomplish a similar setup in pve?