mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-05-28 21:05:39 +03:00
get_replicatable_volumes: add $vmid parameter
This commit is contained in:
parent
7c876ec165
commit
c78f43b921
@ -64,7 +64,7 @@ sub has_feature {
|
||||
}
|
||||
|
||||
sub get_replicatable_volumes {
|
||||
my ($class, $storecfg, $conf, $cleanup, $noerr) = @_;
|
||||
my ($class, $storecfg, $vmid, $conf, $cleanup, $noerr) = @_;
|
||||
|
||||
my $volhash = {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user