mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-08-16 10:15:34 +00:00
get_replicatable_volumes: add $vmid parameter
This commit is contained in:
parent
14f17b497a
commit
54b79ff5e2
@ -199,7 +199,7 @@ sub has_feature {
|
|||||||
# $cleanup: for cleanup - simply ignores volumes without replicate feature
|
# $cleanup: for cleanup - simply ignores volumes without replicate feature
|
||||||
# $norerr: never raise exceptions - return undef instead
|
# $norerr: never raise exceptions - return undef instead
|
||||||
sub get_replicatable_volumes {
|
sub get_replicatable_volumes {
|
||||||
my ($class, $storecfg, $conf, $cleanup, $noerr) = @_;
|
my ($class, $storecfg, $vmid, $conf, $cleanup, $noerr) = @_;
|
||||||
|
|
||||||
die "implement me - abstract method\n";
|
die "implement me - abstract method\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user