mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-22 18:37:56 +00:00
config: limit description/comment length to 8 KiB
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ad2cad72be
commit
a200af1084
@ -365,7 +365,9 @@ my $confdesc = {
|
||||
description => {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
description => "Description for the VM. Only used on the configuration web interface. This is saved as comment inside the configuration file.",
|
||||
description => "Description for the VM. Shown in the web-interface VM's summary."
|
||||
." This is saved as comment inside the configuration file.",
|
||||
maxLength => 1024 * 8,
|
||||
},
|
||||
ostype => {
|
||||
optional => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user