Hi,
no you have to change the ip in up to three files, dependence on your setup.
/etc/network/interfaces
/etc/hosts
/etc/pve/corosync.conf (only on one node necessary)
After you change them on both nodes, reboot both nodes.
Where did you read that?Wait, i read the FAQ, changing IPs of the cluster isn't possible (or its hard way)?
The bindnet is the network where corosync executive should bind to. the rin[0|1]_address is the address of your node interface from the same network as bindnet.Am I correct?
Where did you read that?
You can change it but this is advanced topic.
On each node/etc/network/interfaces
/etc/hosts
On one node in the cluster if the quorum is ok./etc/pve/corosync.conf
config_version should be increased.Do I have to "update" the version in the totem section?
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: h01
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.1.11
}
node {
name: h02
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.1.12
}
node {
name: h03
nodeid: 3
quorum_votes: 1
ring0_addr: 192.168.1.13
}
node {
name: h04
nodeid: 4
quorum_votes: 1
ring0_addr: 192.168.1.14
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: aitcluster01
config_version: 4
interface {
bindnetaddr: 192.168.1.11
ringnumber: 0
}
ip_version: ipv4
secauth: on
version: 2
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.