mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-08 21:18:03 +03:00
rescan: fix call to foreach_volume
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
20c1b5f0e5
commit
0c4fef3f26
@ -5758,7 +5758,7 @@ sub update_disk_config {
|
||||
my $referencedpath = {};
|
||||
|
||||
# update size info
|
||||
PVE::QemuConfig->foreach_volume($conf, undef, sub {
|
||||
PVE::QemuConfig->foreach_volume($conf, sub {
|
||||
my ($opt, $drive) = @_;
|
||||
|
||||
my $volid = $drive->{file};
|
||||
|
Loading…
Reference in New Issue
Block a user