]> git.proxmox.com Git - qemu-server.git/commit
Change format for unused drives
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 12 Mar 2020 10:19:12 +0000 (11:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 Mar 2020 12:30:50 +0000 (13:30 +0100)
commit758a08eb39cbce40ad20d2b5021ab0b6d45ebb79
treee9fd903756b6d95bb28acf684341603754173298
parent7c4351f7d4334dca942c2a1b489480cfc84c48ae
Change format for unused drives

and make it match with what parse_drive does. Even though the 'real' format
was pve-volume-id, callers already expected that parse_drive returns a hash
with a valid 'file' key (e.g. PVE/API2/Qemu.pm:1147ff).

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Reviewed-By: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/QemuServer/Drive.pm