Cluster Question

bemar

Member
Nov 16, 2011
69
0
6
Switzerland
Hello,

I have the following question.

I'm currently creating a 2.0 Cluster.
I've created the cluster and added the first node (vmhost1).
Vmhost1 has currently two logical network interfaces. A 3 channel bonded one to the SAN (172.60.x.x) and a normal public one (192.168.x.x) to acces webgui,ssh etc.

As I've executed the command "pvecm create MyCluster" pvecm took the public one. Wouldn't it be better to take the bonded one?
If yes, is it that easy to change /etc/pve/.members file?

Thanks in advance

Best regards

Benjamin
 
As I've executed the command "pvecm create MyCluster" pvecm took the public one. Wouldn't it be better to take the bonded one?
If yes, is it that easy to change /etc/pve/.members file?

You cant edit that file (read-only). Instead change the hostname mapping in /etc/hosts (an reboot).
 
I've already created the cluster with the public IPs.
Do have to delete the cluster and rebuild it or will the cluster settings changed automatically after editing hosts file and reboot?