]> git.proxmox.com Git - pve-guest-common.git/commitdiff
get_replicatable_volumes: add $vmid parameter
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 07:00:24 +0000 (09:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 07:00:24 +0000 (09:00 +0200)
PVE/AbstractConfig.pm

index 1e82e77471ac51dfa8b83e26ca16db28eeb5b175..fac3749bcb967c9029df221c1e55dab9f2d5c3e5 100644 (file)
@@ -199,7 +199,7 @@ sub has_feature {
 # $cleanup: for cleanup - simply ignores volumes without replicate feature
 # $norerr: never raise exceptions - return undef instead
 sub get_replicatable_volumes {
-    my ($class, $storecfg, $conf, $cleanup, $noerr) = @_;
+    my ($class, $storecfg, $vmid, $conf, $cleanup, $noerr) = @_;
 
     die "implement me - abstract method\n";
 }