mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-22 22:10:29 +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 => {
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user