[pve-devel] [PATCH pve-guest-common 2/2] Add check if target exists.

Dietmar Maurer dietmar at proxmox.com
Fri Jun 2 12:10:42 CEST 2017


> +sub target_exists {
> +    my ($class, $target) = @_;
> +
> +    my $nodelist = PVE::Cluster::get_members();
> +
> +    return defined($nodelist->{$target});
> +}
> +

This function is not related to replication at all!?




More information about the pve-devel mailing list