]> git.proxmox.com Git - qemu-server.git/commit
scan volids: remove superfluous parameter
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 4 Jun 2021 13:49:29 +0000 (15:49 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 8 Jun 2021 12:56:30 +0000 (14:56 +0200)
commit9a8ba1272cfbb712c2b7486b17e9761742131a90
tree53e177264dd8fe151e9c7eae42c9c73bb3fe7a9d
parent692f604bb0b80eb4201e809254bee907fd9abfc2
scan volids: remove superfluous parameter

The only caller that didn't use 'images' was removed as part of the migration
refactoring in commit 62a4c963b824c923a4fc82a48c81d0f63ebaddae, so this is not
even a breaking change as the 'PVE 7' comment might've suggested.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Reviewed-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuServer.pm