Recent content by H25E

  1. H

    PVE edge use case

    Thanks you all for your ansers! I will try to respond everybody: I thought that Ubuntu started to drop ZFS on 22.04, but seems like they only deprecated zsys and ZFS support was more or less maintained. Becuase I didn't think of this at all. Would be this an interesting approach? But then...
  2. H

    PVE edge use case

    1) I know. When I said community support, I mean distributions were no official support for openZFS exists, but there is a community project that keep an up to date openZFS repo compatible with the main repo, like opensuse or others. 2) I need to use temperature resistant drives because it's a...
  3. H

    PVE edge use case

    First I will try to explain our use case: - Remote industrial hardware - Only two drive ports, 1x Sata + 1x M2 - HMI + DAQ functionality (Human Machine Interface and Data Acquisition) - Deployed on hard to access areas, with no IT personal deployed in locally - Uptime is important Now I...
  4. H

    Installing official gitlab linux package on unprivileged container

    What a legend, registered only to solve this issue. Cheers.
  5. H

    Installing official gitlab linux package on unprivileged container

    Hello everybody, I wanted to install a self-hosted instance of gitlab on my proxmox node and I wanted to avoid a VM because I wanted to avoid to run the gitlab database inside a virtual disk and I wanted to avoid a privileged container because the gitlab webserver could be faced to the public...
  6. H

    Highest linux kernel version for PVE on ZFS

    Thanks about the zfs userspace - kernel module compatibility. The problem it's that the current opt-in kernel version it's the 6.2, which it's still unsupported by latest openZFS version. Isn't that a problem? Can ZFS users upgrade all the way to kernel 6.2 or should they stay on 6.1 until ZFS...
  7. H

    Highest linux kernel version for PVE on ZFS

    Well, life it's learning. I couldn't find zfs-kmod as an independent package and I was going crazy trying to understand how to upgrade it. Tinkering I found the /usr/lib/modules directory with the kernel modules of all the kernels that I have ever installed and then I understood that the zfs...
  8. H

    Highest linux kernel version for PVE on ZFS

    1. Yes I do, I'm not in a production environment yet. 2. `apt-mark showhold` returns nothing Also: root@pve:~# apt list --installed | grep zfs WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libzfs4linux/stable,now 2.1.9-pve1 amd64 [installed]...
  9. H

    Highest linux kernel version for PVE on ZFS

    I have run `apt update && apt dist-upgrade` and rebooted, but nothing really happened. My zfs kernel module it's still 2.1.6. If they should be the same then I don't know why they aren't (and weren't) the same. It says everything it's updated. If they should be different, then what I should...
  10. H

    Highest linux kernel version for PVE on ZFS

    Aren't you afraid of data corruption or other issues? openZFS git says that the maximum kernel version its 5.19 for zfs 2.1.6 and 6.1 for zfs 2.1.9. Proxmox team supports zfs within its kernel, but the default kernel version it's the 5.15 which it's well supported by zfs. Does the proxmox team...
  11. H

    Highest linux kernel version for PVE on ZFS

    I'm having some hardware support problems on PVE 7.3 and 7.4 and I was guessing if I could upgrade my kernel or not. Because, as we already know ZFS is not thightly integrated with linux kernel, so one has to be careful to no upgrade the kernel to an unsupported version for the current zfs...
  12. H

    No autocomplete when entering container through pct enter xxx

    No, I didn't modify the host bashrc nor the guest one. Autocomplete works perfectly when I connect through ssh but not with pct enter so I suppose it's not the emulator. To be 100% accurate, basic autocomplete for binaries and directories works but not the "advanced" one, for example for...
  13. H

    No autocomplete when entering container through pct enter xxx

    Sure: proxmox-ve: 7.3-1 (running kernel: 5.19.17-1-pve) pve-manager: 7.3-6 (running version: 7.3-6/723bb6ec) pve-kernel-helper: 7.3-4 pve-kernel-5.15: 7.3-2 pve-kernel-5.4: 6.4-20 pve-kernel-5.19.17-1-pve: 5.19.17-1 pve-kernel-5.15.85-1-pve: 5.15.85-1 pve-kernel-5.15.83-1-pve: 5.15.83-1...
  14. H

    No autocomplete when entering container through pct enter xxx

    I don't know if the question it's idiotic, but I still haven't figured it out.
  15. H

    No autocomplete when entering container through pct enter xxx

    Yes. Sorry for the delayed answer, didn't get notification.