Search results

  1. H

    Spice console error "psmouse serio1: VMMouse at isa0060/serio1/input0 lost sync at byte 1"

    Hi, I have an issue with the console spice when I launch it on my VM with the GUI proxmox. When I put the mouse inside the console, the cursor disappear and these messages are printed : psmouse serio1: VMMouse at isa0060/serio1/input0 lost sync at byte 1 psmouse serio1: VMMouse at...
  2. H

    Migrate vm on a node with local-zfs storage to another node with local-lvm storage

    Thanks for your answers. It works when we make a backup of our vm and copy the file save in /var/lib/vz/dump to another node with the rsync command. We can create a new vm and use the save file copied to restore the vm to his original state on a new storage
  3. H

    Migrate vm on a node with local-zfs storage to another node with local-lvm storage

    Hi, Here is the output of the command qm migrate. root@blade04:~# qm migrate 134 blade05 --targetstorage local-lvm --online --with-local-disks VM isn't running. Doing offline migration instead. 2021-11-24 10:55:28 starting migration of VM 134 to node 'blade05' (192.168.100.15) 2021-11-24...
  4. H

    Migrate vm on a node with local-zfs storage to another node with local-lvm storage

    Hi everyone, We want to migrate virtual machine from a node to another node, the issue we are facing is that the storage type of your source node is "local-zfs" and the node that we want to have the virtual machine have "local-lvm" type. How can we migrate our virtual machines with this...