]> git.proxmox.com Git - pve-cluster.git/commit
node join: use new corosync link parameters
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 May 2019 16:14:18 +0000 (18:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jun 2019 09:16:48 +0000 (11:16 +0200)
commit1584e3a18dabd1511c007e89b60892b95ae97270
treebfe26688427327995aaa48e3f207c9008fa7b711
parente7f9c8cc7f9986c1c30d309ad2826a6f33b14b3f
node join: use new corosync link parameters

Similar to the change to cluster creation use now also the
corosync-link definition for the rest of the cluster join/add calls.

As link0, former ring0, is not special anymore allow that it's not
passed and only default back to nodename if it's configured in the
totem section of the configuration.

As the 'join' and 'addnode' api paths are quite connected, do all in
one patch.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/API2/ClusterConfig.pm
data/PVE/CLI/pvecm.pm
data/PVE/Cluster.pm