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

Wolfgang Link w.link at proxmox.com
Fri Jun 2 12:12:45 CEST 2017


And what is about the cross cluster replication?
I tried to make it generic.

On 06/02/2017 12:10 PM, Dietmar Maurer wrote:
>> +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