Hello everyone,
I have a problem when trying to add a 3rd node to an existing 2 node cluster. Every node has three network interfaces, one bonding with 2x1GBit/s for vmbr0 at 192.168.141.0/24 and two fiber channels on 10.50.0.0/24 and 10.50.2.0/24 with 10GBit/s each.
When using pvecm add 10.50.2.112 on the new third host to join the cluster I get this error:
Login succeeded.
check cluster join API version
No cluster network links passed explicitly, fallback to local node IP '192.168.141.121'
Request addition of this node
An error occured on the cluster node: error during cfs-locked 'file-corosync_conf' operation: no links given but multiple links found on other nodes, fallback only supported on single-link clusters
Cluster join aborted!-
pvecm status on the current two node cluster
/etc/corosync/corosync.conf on the first node of the cluster
Can somebody help me to understand what´s going wrong here?
Thanks and greetings,
Thomas
I have a problem when trying to add a 3rd node to an existing 2 node cluster. Every node has three network interfaces, one bonding with 2x1GBit/s for vmbr0 at 192.168.141.0/24 and two fiber channels on 10.50.0.0/24 and 10.50.2.0/24 with 10GBit/s each.
When using pvecm add 10.50.2.112 on the new third host to join the cluster I get this error:
Login succeeded.
check cluster join API version
No cluster network links passed explicitly, fallback to local node IP '192.168.141.121'
Request addition of this node
An error occured on the cluster node: error during cfs-locked 'file-corosync_conf' operation: no links given but multiple links found on other nodes, fallback only supported on single-link clusters
Cluster join aborted!-
pvecm status on the current two node cluster
Code:
Cluster information
-------------------
Name: CLUSTER-DZB
Config Version: 6
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Mon Jan 25 12:55:41 2021
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 1.148b
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.50.2.112 (local)
0x00000002 1 10.50.0.115
/etc/corosync/corosync.conf on the first node of the cluster
Code:
root@hera:~# cat
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: hera
nodeid: 1
quorum_votes: 1
ring0_addr: 10.50.2.112
ring1_addr: 10.50.0.112
}
node {
name: hestia
nodeid: 2
quorum_votes: 1
ring0_addr: 10.50.0.115
ring1_addr: 10.50.2.115
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: CLUSTER-DZB
config_version: 6
interface {
linknumber: 0
}
interface {
linknumber: 1
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
Can somebody help me to understand what´s going wrong here?
Thanks and greetings,
Thomas