The live-migration feature now works with qemu's upstream commit:
5d56bff11e ("ui/vdagent: add migration support")Signed-off-by: Markus Frank <[email protected]> --- www/manager6/qemu/DisplayEdit.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js index ab07fd31..cd5f7abf 100644 --- a/www/manager6/qemu/DisplayEdit.js +++ b/www/manager6/qemu/DisplayEdit.js @@ -136,15 +136,6 @@ Ext.define('PVE.qemu.DisplayInputPanel', { hidden: '{hideVNCHint}', }, }, - { - xtype: 'displayfield', - name: 'vncMigration', - userCls: 'pmx-hint', - value: gettext('You cannot live-migrate while using the VNC clipboard.'), - bind: { - hidden: '{hideVNCHint}', - }, - }, { xtype: 'displayfield', name: 'defaultHint', -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
