Search results

  1. D

    Lexar NM790 2TB

    Where would one put `nvme_core.default_ps_max_latency_us=0` if using systemd-boot?
  2. D

    Workaround: nvme nvme0: frozen state error detected - Samsung 980 M.2 NVMe

    It’s been a week and I haven’t seen a reoccurrence of the problem since implementing this workaround. I’m going to call it successful and thank you very much! I’m provisioning another node this week with two of the same NVMe drives and that can serve as another test case. I won’t put in the...
  3. D

    Workaround: nvme nvme0: frozen state error detected - Samsung 980 M.2 NVMe

    In my case it can take up to a week to pop up, but I will update this thread if/when I know more.
  4. D

    Workaround: nvme nvme0: frozen state error detected - Samsung 980 M.2 NVMe

    I'm running into a similar problem as well, but using a Silicon Power 512GB NVMe M.2 PCIe Gen3x4 2280 SSD (SP512GBP34A60M28). 2022-08-06T16:56:33.244Z [70724.469616] nvme nvme0: frozen state error detected, reset controller 2022-08-06T16:56:33.244Z [70724.469566] pcieport 0000:00:1b.0...
  5. D

    Tool to generate syntax for LXC unprivileged uid/gid mappings.

    Let me know if you run into any problems with it.
  6. D

    Tool to generate syntax for LXC unprivileged uid/gid mappings.

    Wrote it for myself, but others may benefit from it. https://github.com/ddimick/proxmox-lxc-idmapper
  7. D

    Possible to manually exclude directories from LXC backups?

    Thanks much! I have now tested this, and the manual exclusions I made have been retained even after modifying the backup settings from the UI.
  8. D

    Possible to manually exclude directories from LXC backups?

    I have a container that uses rclone to mount Google Drive as a filesystem. I need to find a way to exclude this mount point from the PVE backup, similar to how host directory mount points are excluded. Is this possible? Edit: I realize this is possible with the manual command-line backup tool...