[pve-devel] [PATCH cluster] allow also deleting a node by name when ringX_addr is a IP
Dietmar Maurer
dietmar at proxmox.com
Tue Sep 20 10:49:41 CEST 2016
This is not necessary (see corosync_nodelist)
> diff --git a/data/PVE/CLI/pvecm.pm b/data/PVE/CLI/pvecm.pm
> index b26a1ec..b72fb00 100755
> --- a/data/PVE/CLI/pvecm.pm
> +++ b/data/PVE/CLI/pvecm.pm
> @@ -414,9 +414,11 @@ __PACKAGE__->register_method ({
>
> foreach my $tmp_node (keys %$nodelist) {
> my $d = $nodelist->{$tmp_node};
> + my $name = $d->{name};
>
More information about the pve-devel
mailing list