Recent content by j1a2o

  1. J

    [SOLVED] VM doesn't start on startup

    I was able to solve this by regenerating the zpool.cache file on all my pools: https://openzfs.github.io/openzfs-docs/Project%20and%20Community/FAQ.html#the-etc-zfs-zpool-cache-file
  2. J

    [SOLVED] VM doesn't start on startup

    zfs storage seems to be finished before the QEMU start error. Here are some relevant log entries: Boot 83a99796caf44610950d42ff42f9ec13 Jun 27 19:12:15 pve kernel: ZFS: Loaded module v2.1.11-pve1, ZFS pool version 5000, ZFS filesystem version 5 Jun 27 19:12:21 pve systemd[1]: Starting Import...
  3. J

    [SOLVED] VM doesn't start on startup

    Getting the following error when the VM tries to autostart after reboot: kvm: -drive file=/dev/zvol/ssd/vm-101-disk-0,if=none,id=drive-scsi0,discard=on,format=raw,cache=none,aio=io_uring,detect-zeroes=unmap: Could not open '/dev/zvol/ssd/vm-101-disk-0': Unknown error 512 TASK ERROR: start...
  4. J

    Upgrade failure for 7.4 (pve-manager)

    I solved it by looking up the pid of the running pvedaemon, putting it in a new /var/run/pvedaemon.pid file, and then running apt dist-upgrade again. Everything looks good now. Not sure why pvedaemon.pid was missing in the first place.
  5. J

    Upgrade failure for 7.4 (pve-manager)

    Using apt dist-upgrade: Setting up pve-manager (7.4-3) ... Job for pvedaemon.service failed. See "systemctl status pvedaemon.service" and "journalctl -xe" for details. dpkg: error processing package pve-manager (--configure): installed pve-manager package post-installation script subprocess...
  6. J

    PSA: Fingerprints will change after switching to ACME Certificates

    I just ran into the same issue. You need to use the hostname that's used for Let's Encrypt.
  7. J

    Very slow zfs performance in LXC

    I think I might have figured this out recently. The overlay2 storage driver technically doesn't support ZFS: https://docs.docker.com/storage/storagedriver/select-storage-driver/. I ended up running into other issues like certain directories couldn't be removed (similar...
  8. J

    Backup of LXC gets stuck when it has FUSE mount

    Found this old thread, which explains it: https://forum.proxmox.com/threads/backup-fails-when-lxc-has-fuse-activated-and-in-use-error-code-23.101753/
  9. J

    Backup of LXC gets stuck when it has FUSE mount

    It gets stuck at the snapshot stage when trying to backup an LXC container: INFO: suspend vm to make snapshot INFO: create storage snapshot 'vzdump' I have a FUSE mount (Seadrive) within the container. If I unmount it and run the backup, it works just fine and gets past that step quickly.
  10. J

    [ZFS] zpool_influxdb (please add)

    Not seeing this with ZFS 2.1. Any idea why that might be?
  11. J

    No email notification for zfs status degraded

    Wow, this is crazy. I think I'm still running into this bug in 2022. Is there a way to get notifications when a drive goes dead?
  12. J

    CPU spike to 100% from System usage [possible pvestatd bug]

    Last night, my CPU spiked to 100% due to System usage. When looking at syslog around the time it happened, these are the relevant lines I see: Jan 12 23:47:13 pve pvestatd[3817]: VM 102 qmp command failed - VM 102 qmp command 'query-proxmox-support' failed - got timeout Jan 12 23:48:06 pve...
  13. J

    Kernel 5.13

    Is there any timeline for getting 5.13 on Proxmox?
  14. J

    Continued support for 6.4

    Now that 7.0 is out, will 6.4 still get 5.11 kernel updates through the end of its support cycle?
  15. J

    AMD Renoir drivers (4650G)

    I think it's specifically vainfo that's out of date on Proxmox. Radeontop works fine on Proxmox host.