Search results

  1. J

    Tip: If you host PVE on ZFS check for storage pool upgrades after a major version upgrade (Example: 8 to 9)

    Hey, My PVE hosts use zfs. After upgrading from 8 to 9 I had to do the following to upgrade zfs on disk. I didn't notice this in the upgrade manual: sudo zpool status (Check that your storage is healthy.) sudo zpool upgrade rpool Be sure to do something like that for any other storage pools...
  2. J

    Tip: If you would like to host Docker on a PVE 9 host

    Hey, I host Docker on one of my PVE hosts for personal reasons. When I upgraded from 8 to 9, I couldn't connect to my containers. AppArmor was blocking it. Disable AppArmor Specifically for Docker Daemon: 1) Edit the Docker systemd service override: sudo systemctl edit docker 2) Add the...
  3. J

    Lost web gui after installing updates

    Hi, I hope it's just me. I applied the following updates and rebooted. The web gui no longer loads for me. I get a black screen now. Anyone else bump into this? I have a homelab cluster with three nodes. All of them lost the web gui after applying updates. Best, Joe Kotran...