Search results

  1. G

    [SOLVED] LIO target LUNs not restored on boot - not a TYPE_DISK block device

    Hello, I've activated the LIO iSCSI target on some promxox hosts for sharing local NVMe's over iSCSI (beside using those NVMe's for replicated storage) But now my LIO target LUNs are not restored on boot anymore: systemd[1]: Starting rtslib-fb-targetctl.service - Restore LIO kernel target...
  2. G

    VM with libiscsi hangs on missing disk - no timeout

    Hello, after some (much) fiddling, I managed to boot a VM with two (LVM) mirrored root disks over iSCSI with both libiscsi (User_Mode_iSCSI) and kernel iSCSI. I'm using other Proxmox nodes in the cluster as LIO targets. BTW: please fix iscsi-login-negotiation-failed - I skipped the tcp_ping in...
  3. G

    PVE 8 pve-firewall status no such alias

    Hello, I installed a new (virtual) PVE 8 instance and created a firewall config with the WebGUI alias a_intern -- 10.10.68.0/24 ip_set s_intern -- a_intern security group g_intern -- ACCESS tcp +s_intern 22,8006 and assigned this group to vmbr0 in a firewall rule: cat...
  4. G

    ZFS zvol on HDD locks up VM

    Hello, inside the proxmox GUI I've created a 4 member RAID10 HDD ZFS pool (4T SAS HDDs). I placed a VM disk inside this pool and wanted to copy a big repo from a physical machine to the VM (SCSI disk, discard=on,iothread=1,cache=none) source (physical machine): tar -cpf - repo | mbuffer -s...
  5. G

    ZFS - subvolume for zvol vm disks?

    Hello, I've created a zfs pool (zssd960) with the proxmox GUI After creating some VMs I see the disks of the VMs created as ZFS zvols direct under the ZFS pool the rpool contains a subvol - data - where the zvols are placed should I create a subvol on my pool (zssd960) also? is there an...