[pve-devel] [PATCH cluster] allow to add and delete qdevice to cluster

Dietmar Maurer dietmar at proxmox.com
Thu Jul 19 08:44:06 CEST 2018


So far, we always avoided commands with such requirements...
 
> +	# connect to all member to get their local IP on the given network
> +	my $addresses = [];
> +	foreach my $node (sort keys %$members) {
> +	    die "All nodes must be online! Node '$node' is offline, abort.\n"
> +		if !$members->{$node}->{online};




More information about the pve-devel mailing list