]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
add size hint to drive options
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 1 Aug 2012 11:22:43 +0000 (13:22 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 1 Aug 2012 11:22:43 +0000 (13:22 +0200)
commit24afaca0b652cd5eb6ac3fcfa70f7f116c5abb16
treec1bee885c0bbf33a1db3cbd32c146f051f3780e5
parent93ae06e1804385a180b947cc2777ba8ae2e3ab8b
add size hint to drive options

We now store the size when we create a drive. This is just a hint, but
good enough to display on the GUI. We can now avoid to query the storage in
vmstatus().
PVE/API2/Qemu.pm
PVE/QemuServer.pm