[pve-devel] [RFC pve-cluster] Add parameter to set ring address of a new node

Dietmar Maurer dietmar at proxmox.com
Mon Oct 5 17:11:46 CEST 2015


Not sure, but maybe we should use the same parameter names as corosync.
Maybe 'ring0_addr' and 'ring1_addr' for rrp support?


> -	$nodelist->{$name} = { ring0_addr => $name, nodeid => $param->{nodeid} };
> +	$nodelist->{$name} = { ring0_addr => $ring_addr, nodeid => $param->{nodeid}
> };




More information about the pve-devel mailing list