config: limit description/comment length to 8 KiB

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-18 13:11:07 +02:00
parent ad2cad72be
commit a200af1084

View File

@ -365,7 +365,9 @@ my $confdesc = {
description => { description => {
optional => 1, optional => 1,
type => 'string', 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 => { ostype => {
optional => 1, optional => 1,