Search results

  1. X

    ZFSoverISCSI kvm: cannot create PID file

    i got it running! Setting the delay in /usr/share/perl5/PVE/Storage/ZFSPlugin.pm line 57 to something larger then 10seconds solved it. i just set 120sec. Interestingly setting it just on one server and Migrating the VMs also worked. So I thing some Initiation takes longer then 10sec. Maybe...
  2. X

    ZFSoverISCSI kvm: cannot create PID file

    root@storage1:~# pveversion -v proxmox-ve: 6.4-1 (running kernel: 5.4.119-1-pve) pve-manager: 6.4-8 (running version: 6.4-8/185e14db) pve-kernel-5.4: 6.4-3 pve-kernel-helper: 6.4-3 pve-kernel-5.4.119-1-pve: 5.4.119-1 pve-kernel-5.4.114-1-pve: 5.4.114-1 pve-kernel-5.4.73-1-pve: 5.4.73-1 ceph...
  3. X

    ZFSoverISCSI kvm: cannot create PID file

    I got the VM running. When creating the storage I added two nodes of the pve cluster. On one node I can start and run the VMs normally. But on the other node I get errors. I also can’t migrate to that node. kvm: -drive...
  4. X

    ZFSoverISCSI kvm: cannot create PID file

    I get the same. The VM is not starting.
  5. X

    ZFSoverISCSI kvm: cannot create PID file

    /var/run/qemu-server/2206.pid and 2206.qmp exist all the time. I removed them and restarted the VM then they get recreated. root@pm02:~# ps auxwf USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 2 0.0 0.0 0 0 ? S Jun04 11:25...
  6. X

    ZFSoverISCSI kvm: cannot create PID file

    Hi! I’m trying to setup ZFS over iSCSI. Both hypervisor and storage are Proxmox nodes. I can create VMs and take snapshots but when I try to start the VM I get a timeout. When I run the command from shell I get ‘kvm: cannot create PID file: Cannot lock pid file’ Anyone an idea how to fix it...