I have a cluster running, and I am trying to add a new node but receive the following error
root@pve3:~# pvecm add 172.16.100.101
Please enter superuser (root) password for '172.16.100.101':
Password for root@172.16.100.101: *****************
Establishing API connection with host '172.16.100.101'
The authenticity of host '172.16.100.101' can't be established.
X509 SHA256 key fingerprint is C6:48:00B:C6:41:F78:3D:C5:B81:BF:CF:3F:AE:B3:27:E7:12:01C:00:34:E8:E8:6B3:87:7E:36:23.
Are you sure you want to continue connecting (yes/no)? yes
Login succeeded.
Request addition of this node
400 Parameter verification failed. link0: property is not defined in schema and the schema does not allow additional properties
If I try to add it direct from the cluster side, it send me this message:
root@pve2:~# pvecm add 172.16.100.102
detected the following error(s):
* authentication key '/etc/corosync/authkey' already exists
* cluster config '/etc/pve/corosync.conf' already exists
* this host already contains virtual guests
* corosync is already running, is this node already in a cluster?!
Check if node may join a cluster failed!
root@pve2:~#
PVECM STATUS
root@pve2:~# pvecm status
Quorum information
------------------
Date: Fri Aug 2 14:42:26 2019
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000002
Ring ID: 1/940
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 172.16.100.100
0x00000002 1 172.16.100.101 (local)
root@pve3:~# pvecm add 172.16.100.101
Please enter superuser (root) password for '172.16.100.101':
Password for root@172.16.100.101: *****************
Establishing API connection with host '172.16.100.101'
The authenticity of host '172.16.100.101' can't be established.
X509 SHA256 key fingerprint is C6:48:00B:C6:41:F78:3D:C5:B81:BF:CF:3F:AE:B3:27:E7:12:01C:00:34:E8:E8:6B3:87:7E:36:23.
Are you sure you want to continue connecting (yes/no)? yes
Login succeeded.
Request addition of this node
400 Parameter verification failed. link0: property is not defined in schema and the schema does not allow additional properties
If I try to add it direct from the cluster side, it send me this message:
root@pve2:~# pvecm add 172.16.100.102
detected the following error(s):
* authentication key '/etc/corosync/authkey' already exists
* cluster config '/etc/pve/corosync.conf' already exists
* this host already contains virtual guests
* corosync is already running, is this node already in a cluster?!
Check if node may join a cluster failed!
root@pve2:~#
PVECM STATUS
root@pve2:~# pvecm status
Quorum information
------------------
Date: Fri Aug 2 14:42:26 2019
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000002
Ring ID: 1/940
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 172.16.100.100
0x00000002 1 172.16.100.101 (local)