Hello all,
May be someone can help, how to add second PVE cluster (as observer) in already exist PVE Cluster.
How i can add here second separate CLUSTER-2?
Thank you, for any help!
May be someone can help, how to add second PVE cluster (as observer) in already exist PVE Cluster.
How i can add here second separate CLUSTER-2?
Code:
# cat /etc/pve/corosync.conf
nodelist {
node {
name: n1
nodeid: 1
quorum_votes: 1
ring0_addr: n1
mcastaddr: 224.0.0.50
}
node {
name: n2
nodeid: 2
quorum_votes: 1
ring0_addr: n2
}
node {
name: n3
nodeid: 3
quorum_votes: 1
ring0_addr: n3
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: CLUSTER-1
config_version: 7
ip_version: ipv4
secauth: on
version: 2
interface {
mcastaddr: 224.0.0.50
ringnumber: 0
}
}
Thank you, for any help!