]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuServer.pm
Fix #878: disk-size format
[qemu-server.git] / PVE / QemuServer.pm
index 03da74756de64d49253c4a04b0d18b5d5c564ad5..a62ab0421d5f537acc8e10f1ba4a219ed364c786 100644 (file)
@@ -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,
     },