From: Wolfgang Bumiller Date: Fri, 29 Jan 2016 07:58:59 +0000 (+0100) Subject: Fix #878: disk-size format X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=47c28a687cd973f03ad700c2a4773d3e266451a1 Fix #878: disk-size format disk-size is a format, not a type --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 03da747..a62ab04 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -562,7 +562,8 @@ my %drivedesc_base = ( optional => 1, }, size => { - type => 'disk-size', + type => 'string', + format => 'disk-size', description => "Disk size. This is purely informational and has no effect.", optional => 1, },