mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 04:51:50 +00: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…
Reference in New Issue
Block a user