Recent content by alex3025

  1. A

    Blacklisting a specific PCIe device (HBA)

    Yes, I'm using TrueNAS. It's the easiest way for me to have a GUI to manage shares with LDAP authentication. The nodes manages the boot and the guests storage while the TrueNAS VM manages its own storage.
  2. A

    Blacklisting a specific PCIe device (HBA)

    Thanks for the reply, however I had to use the following rules to make it work: ACTION=="add", SUBSYSTEM=="pci", ENV{PCI_SLOT_NAME}=="0000:01:00.0", ATTR{driver_override}="vfio-pci" ACTION=="add", SUBSYSTEM=="pci", ENV{PCI_SLOT_NAME}=="0000:01:00.0", RUN+="/bin/sh -c 'modprobe vfio-pci; echo...
  3. A

    Blacklisting a specific PCIe device (HBA)

    Hello, I have a DELL R740xd server with 2 HBA330 controllers connected to the backplane. This server supports the "split-backplane" feature which allows to assign the disks to a certain controller. I wanted to use the first controller for PVE boot and VM/CT storage and the second controller as...
  4. A

    ZFS dataset empty after reboot

    It would be great to know the cause of the issue in the first place! However, using crontab to mount the dataset is easy as adding this line: @reboot zfs mount your/dataset
  5. A

    ZFS dataset empty after reboot

    The current workaround I'm using is to disable automatic mounting with zfs set canmount=noauto ssd-raid/storage and then using a crontab to mount the dataset @reboot.
  6. A

    ZFS dataset empty after reboot

    yes I do, and all of my files are there. as I said earlier, if I mount the dataset manually, it works without problems. seems to be an issue only when proxmox boots.
  7. A

    ZFS dataset empty after reboot

    zpool list -v NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT hdd-raid 7.27T 4.97T 2.29T - - 0% 68% 1.00x ONLINE - raidz1-0 7.27T 4.97T 2.29T -...
  8. A

    ZFS dataset empty after reboot

    Hello, I've updated to Proxmox 8.0.3 some days ago and yesterday after rebooting the server using the reboot command, one of my zfs datasets is now empty (the other dataset on the same pool are fine). NAME USED AVAIL REFER MOUNTPOINT ssd-raid/storage 705G 732G 704G...
  9. A

    start backup jobs from commandline?

    So you can't manually run the jobs from the CLI?
  10. A

    [SOLVED] How to browse the files of a VM backup

    Oh, it was so easy! This can be closed now! Thanks :)
  11. A

    [SOLVED] How to browse the files of a VM backup

    So using that tool I can access the files inside a VM backup in an "easy" way? If yes, how do I move a backup from PBS to PVE? Do I just copy the files manually? Or there's a designated way to do that?
  12. A

    [SOLVED] How to browse the files of a VM backup

    I saw that this question shows up often but I still didn't found an answer. On PBS I can browse directly the content of a LXCs backup because it's done file-level. On the other side, VMs backups are done on the block-level so I can't directly browse their content. My final question is...
  13. A

    VM randomly dies

    Ok so, I checked the hosts syslog and there are no OOM errors.
  14. A

    VM randomly dies

    Not yet, I'll do that tomorrow. The host has 64gb of ram and normally it never go over 40gb with all the VMs and LXC containers running.