From 3f1f4d68886404883ddde47b3a4927a8bf0e92d4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 25 Jun 2019 12:28:49 +0200 Subject: [PATCH] api: join info: we still get ring0_addr in nodelist Signed-off-by: Thomas Lamprecht --- data/PVE/API2/ClusterConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/PVE/API2/ClusterConfig.pm b/data/PVE/API2/ClusterConfig.pm index 828360d..d338b8a 100644 --- a/data/PVE/API2/ClusterConfig.pm +++ b/data/PVE/API2/ClusterConfig.pm @@ -408,7 +408,7 @@ __PACKAGE__->register_method ({ properties => { name => get_standard_option('pve-node'), nodeid => get_standard_option('corosync-nodeid'), - link0 => get_standard_option('corosync-link'), + ring0_addr => get_standard_option('corosync-link'), quorum_votes => { type => 'integer', minimum => 0 }, pve_addr => { type => 'string', format => 'ip' }, pve_fp => get_standard_option('fingerprint-sha256'), -- 2.39.2