]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/API2/Qemu.pm
qemuserver: foreach_volid: always include pending disks
[qemu-server.git] / PVE / API2 / Qemu.pm
index c75d95502960101796e93ec46c873bc08412f598..593071331b82880fbb1bace2c2c37dae6c395ad9 100644 (file)
@@ -4232,7 +4232,7 @@ my $check_vm_disks_local = sub {
     my $local_disks = {};
 
     # add some more information to the disks e.g. cdrom
-    PVE::QemuServer::foreach_volid($vmconf, 1, sub {
+    PVE::QemuServer::foreach_volid($vmconf, sub {
        my ($volid, $attr) = @_;
 
        my ($storeid, $volname) = PVE::Storage::parse_volume_id($volid, 1);