[pve-devel] [PATCH pve-manager v2 2/3] ui: display: update 'live-migration with VNC-clipboard not working' note
Dominik Csapak
d.csapak at proxmox.com
Thu Jan 8 16:24:07 CET 2026
Reviewed-by: Dominik Csapak <d.csapak at proxmox.com>
On 1/8/26 11:11 AM, Markus Frank wrote:
> The live-migration feature now works with QEMU 10.1:
> 5d56bff11e ("ui/vdagent: add migration support")
>
> Signed-off-by: Markus Frank <m.frank at proxmox.com>
> ---
> * update text of hint instead of removing it entirely
>
> www/manager6/qemu/DisplayEdit.js | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js
> index a2c28ba7..06404dd8 100644
> --- a/www/manager6/qemu/DisplayEdit.js
> +++ b/www/manager6/qemu/DisplayEdit.js
> @@ -111,7 +111,9 @@ Ext.define('PVE.qemu.DisplayInputPanel', {
> xtype: 'displayfield',
> name: 'vncMigration',
> userCls: 'pmx-hint',
> - value: gettext('You cannot live-migrate while using the VNC clipboard.'),
> + value: gettext(
> + 'You cannot live-migrate while using the VNC clipboard with QEMU versions older than 10.1.',
> + ),
> bind: {
> hidden: '{hideVNCHint}',
> },
More information about the pve-devel
mailing list