]> git.proxmox.com Git - pve-cluster.git/commit
fix #1743: cluster create: default to ring0_addr for bindnet0
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 May 2018 08:02:57 +0000 (10:02 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 2 May 2018 08:18:10 +0000 (10:18 +0200)
commit916c10b374defaab34c8f928c59e36d08d82d532
tree32b7cccbe3e64232038d7d9b4b05683f02ed0051
parentbe85d00bc17b08636ed1e6971b522c150adae8a6
fix #1743: cluster create: default to ring0_addr for bindnet0

Else, if a separate network address was passed for ring0_addr but no
bindnet0 adress was set we used the wrong fallback.
Do not fallback to $local_node_ip but always to $ring0_addr, which
itself falls back to local node IP.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Corosync.pm