disk-size is a format, not a type
---
PVE/QemuServer.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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,
},
--
2.1.4
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel