Search results

  1. P

    [SOLVED] ZFS replication for VMs with multiple disks

    Too late for the initial problem, but I note the command if I have any such incoherence Thank you
  2. P

    [SOLVED] ZFS replication for VMs with multiple disks

    Good news, I overcame these difficulties today: I post what occured to me, in case it can help someone. - First disk-0 was not showing at all in the VM / Hardware - I detected thru the pve shell that zfs list was showing the unused old disk, so I decided to use zfs destroy disk - The situation...
  3. P

    [SOLVED] ZFS replication for VMs with multiple disks

    Hello I have a strange problem with a VM which had temporarilly 2 disks, but really only only one during the 6 latest month at least. The remaining disk is disk-1 and has the correct replication settings. My problem is that a ghost of the disk-0 seems to be kept somewhere. During the...
  4. P

    qemu VM does not start - kvm: -vnc 0.0.0.0:1: Failed to find an available port: Address already in use

    I found a bypass I still do not understand the reason, but I found in https://pve.proxmox.com/wiki/VNC_Client_Access that one could modify the VNC screen number in /etc/pve/local/qemu-server/<KVM ID>.conf I modified args: -vnc 0.0.0.0:1 to args: -vnc 0.0.0.0:2 And was able to start the VM...
  5. P

    qemu VM does not start - kvm: -vnc 0.0.0.0:1: Failed to find an available port: Address already in use

    The concerned VM is a restore from a backup (on pve1) which was on another node (pve2) of the cluster. It seems to be a problem on the destination node, as if I try a migration of the initial VM from pve2 to pve1, it also fails to start in the end: Migration of the initial VM from pve2 fails...