> This one come from old version of qemu-server in proxmox jessie repo
> 
> my $vm_is_ha_managed = sub {
>     my ($vmid) = @_;
> 
>     my $cc = PVE::Cluster::cfs_read_file('cluster.conf');
>     if (PVE::Cluster::cluster_conf_lookup_pvevm($cc, 0, $vmid, 1)) {
>        return 1;
>     }
>     return 0;
> };
> 
> 
> can you update the repo ?

Where do you see that?

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to