mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-25 06:03:52 +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 = {};
|
my $referencedpath = {};
|
||||||
|
|
||||||
# update size info
|
# update size info
|
||||||
PVE::QemuConfig->foreach_volume($conf, undef, sub {
|
PVE::QemuConfig->foreach_volume($conf, sub {
|
||||||
my ($opt, $drive) = @_;
|
my ($opt, $drive) = @_;
|
||||||
|
|
||||||
my $volid = $drive->{file};
|
my $volid = $drive->{file};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user