]> git.proxmox.com Git - pve-container.git/commitdiff
get_replicatable_volumes: pass $vmid parameter
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 07:15:35 +0000 (09:15 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 07:15:35 +0000 (09:15 +0200)
src/PVE/LXC/Config.pm

index fc3a2833dc793562b7b819d87b5015ff0ecb0197..3156b6cbca5eb895a6fd64eb95720464a5431596 100644 (file)
@@ -1247,7 +1247,7 @@ sub get_vm_volumes {
 }
 
 sub get_replicatable_volumes {
-    my ($class, $storecfg, $conf, $cleanup, $noerr) = @_;
+    my ($class, $storecfg, $vmid, $conf, $cleanup, $noerr) = @_;
 
     my $volhash = {};