]> git.proxmox.com Git - qemu-server.git/commit
Use 'volname' instead of 'volid' for 'qemu_img_format'
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 20 Jan 2020 13:00:44 +0000 (14:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jan 2020 06:45:31 +0000 (07:45 +0100)
commit301c675281cc2faff23ba4081917b61d57762210
tree9abd16a7346bc1eb3b2be130fe88013316ea4ab4
parentc3c5d2b6b3c476980a5be5ecb332ca6e46549047
Use 'volname' instead of 'volid' for 'qemu_img_format'

As 'qemu_img_format' just matches a regex, this doesn't make much of
a difference, but AFAICT all other calls of 'qemu_img_format' use 'volname'.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm