schema: mention that migration with VNC clipboard is not yet supported

as this might be surprising to users.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-11-29 10:16:35 +01:00
parent bb30eedfc6
commit 2754b7e4d6

View File

@ -201,8 +201,8 @@ my $vga_fmt = {
maximum => 512, maximum => 512,
}, },
clipboard => { clipboard => {
description => 'Enable a specific clipboard. If not set, depending on' description => 'Enable a specific clipboard. If not set, depending on the display type the'
.' the display type the SPICE one will be added.', .' SPICE one will be added. Migration with VNC clipboard is not yet supported!',
type => 'string', type => 'string',
enum => ['vnc'], enum => ['vnc'],
optional => 1, optional => 1,