Search results

  1. L

    [SOLVED] ZFS newbie. Want to add 2x1TB drives (ZFS mirrored) to setup. Is it better to put VMs/CTs on zpool, or use pool for data?

    This is my first time using ZFS. Currently, I have a single NVMe drive for both local and local-lvm storage (my VMs/CTs and all of their data live here). I would like to add 2x1TB SSDs in a ZFS mirror. However, I'm torn about what to do with the extra storage: 1. Move my VMs/CTs and all of...
  2. L

    vTPM support - do we have guide to add the vTPM support?

    Just curious, what is the typical time difference between non-subscription and enterprise repos?
  3. L

    auto start sshd

    Having the same issue here. SSH won't start on a brand new Ubuntu 20.04 LXC container. I also tried a Ubuntu 18.04 container, as well as a 20.04 privileged container, all having the same issue. Host info: pve-manager/7.0-10/d2f465d3 (running kernel: 5.11.22-3-pve) I can attach to the LXC...
  4. L

    Minimizing SSD wear through PVE configuration changes

    Not sure if it actually does anything, but I only run a single node, so I disable all the clustering stuff. systemctl stop pve-ha-lrm systemctl stop pve-ha-crm systemctl stop pvesr.timer systemctl stop corosync.service systemctl disable pve-ha-lrm systemctl disable pve-ha-crm systemctl disable...
  5. L

    [SOLVED] Install Proxmox to RAID1 USB boot drive

    I'm planning on purchasing an HP MicroServer Gen10 Plus to run Proxmox. It has 4x3.5" drives bays (2 will be for SSDs to run Proxmox, 2 will be for HDDs for bulk media/file storage). ------------------------------------------------ | | |...
  6. L

    e1000 driver hang

    Commenting for visibility and to track solutions. I have a NUC7i3BNH running Proxmox and receive the "Detected Hardware Unit Hang" error when uploading large files inside a KVM to the cloud. It completely hangs the entire Proxmox machine and needs to be hard-rebooted. Mar 8 23:01:23 proxmox01...
  7. L

    Does Proxmox allow you to change the zstd compression level?

    With Proxmox 6.2 and above, you support zstd for backups. Is there any way to change the compression level? I believe zstd offers levels 1-19 (default is 3).
  8. L

    [SOLVED] Upgrading from No-Subscription Repository to Enterprise Repository

    That's what I needed to know, thanks! You can mark this thread as solved.
  9. L

    [SOLVED] Upgrading from No-Subscription Repository to Enterprise Repository

    I'm aware of that. What I'm asking is, do I only need to add the enterprise repo and update?
  10. L

    [SOLVED] Upgrading from No-Subscription Repository to Enterprise Repository

    Hi, I run Proxmox at home and was originally using the No-Subscription Repository. I just purchased a license key and added it in the web interface, as described here. What do I need to do to add the Enterprise Repository? Is it just as easy as switching out repo out and running apt update &&...