Hi All,
I have a 3-node Proxmox cluster with ZFS replication and migration of VMs setup. Recently I used the following to allow copy and paste into the VM consoles from the Proxmox web gui:
sudo apt install spice-vdagent
sudo systemctl start spice-vdagent
systemctl enable spice-vdagent
sudo systemctl status spice-vdagent
- ON Proxmox node where VM resides
qm set 2230 -vga std,clipboard=vnc
This is working well, but I now realise that I cannot migrate the VMs between nodes any more. I get the following error:
Can't migrate vm with local resources: clipboard = vnc
Has anyone else encountered this problem? Are there any ways that I can proceed with both functionalities?
Thanks for your help!
I have a 3-node Proxmox cluster with ZFS replication and migration of VMs setup. Recently I used the following to allow copy and paste into the VM consoles from the Proxmox web gui:
sudo apt install spice-vdagent
sudo systemctl start spice-vdagent
systemctl enable spice-vdagent
sudo systemctl status spice-vdagent
- ON Proxmox node where VM resides
qm set 2230 -vga std,clipboard=vnc
This is working well, but I now realise that I cannot migrate the VMs between nodes any more. I get the following error:
Can't migrate vm with local resources: clipboard = vnc
Has anyone else encountered this problem? Are there any ways that I can proceed with both functionalities?
Thanks for your help!