5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-05-30 01:05:37 +03:00

get_replicatable_volumes: add $vmid parameter

This commit is contained in:
Dietmar Maurer 2017-06-13 09:01:27 +02:00
parent 7c876ec165
commit c78f43b921

View File

@ -64,7 +64,7 @@ sub has_feature {
} }
sub get_replicatable_volumes { sub get_replicatable_volumes {
my ($class, $storecfg, $conf, $cleanup, $noerr) = @_; my ($class, $storecfg, $vmid, $conf, $cleanup, $noerr) = @_;
my $volhash = {}; my $volhash = {};