Recent content by rfox

  1. R

    No difference between maximum or average on summary page

    Makes sense but I'm not using community scripts - and this behavior the same on all my nodes
  2. R

    No difference between maximum or average on summary page

    Thanks @Onslow - kinda makes sense - on the other hand - if that's the new norm, then I suggest the toggle element be removed to avoid confusion - just an idea Thx for the prompt response
  3. R

    No difference between maximum or average on summary page

    Running multiple instances of Proxmox 9.1.9 - 4 nodes in a cluster, and 1 node as single. All running Kernel 7 Recently I noticed that the summary page doesn't show any changes between maximum or average (no matter what duration I choose - hour, day, week, etc) :confused: I have cleared the...
  4. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    Nevermind - I gave up and went to CIFS instead . . .
  5. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    If I make the container Privileged - the mount works but immich breaks and can't go to site through URL
  6. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    root@immich:/# umount -l /Pictures ; mount /Pictures umount: /Pictures: not mounted. mount: /Pictures: can't find in /etc/fstab. but when I do the mount command - this shows up (under LXC) 192.168.30.11:/Media/Pictures on /Pictures type nfs4...
  7. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    I have an odd variation here - running an Immich LXC created from Proxmox VE Scripts - using this post guide, mounted a QNAP exported NFS share successfully and also mounted in LXC without issue using the mp0 entry Now where I try the same with an OpenMediaVault NFS export - the Proxmox node...
  8. R

    VFS: Unable to mount root fs on unknown-block(0,0)

    Updated all nodes on my cluster to latest kernel 6.14.11-4-pve - all worked except one - which boots into kernel panic - if I choose the previous kernel it works. I have different mini-pcs running in my cluster - the one in question has: Running latest Intel microcode . . . What can I do to...
  9. R

    Knowing if/when to reboot after updates ??

    I have a small cluster of mini PCs running latest PVE - every time new updates roll in, I test them on a non-important machine first to see if everything is fine . . One thing that confuses me - when should I reboot after an update ?? On other Linux distributions, I see a message suggesting a...
  10. R

    ENOENT: No such file or directory

    My last weekly backup failed on two CTs Original backup: VMIDNameStatusTimeSizeFilename 106 PDMFox...
  11. R

    Just FYI: Interesting alternative for PDM until it matures more

    Zabbix offers much more as far as customization but more complicated to set up and maintain - the Pulse tool on the other hand, is quite turnkey - fast to setup and offers much detail out of the box ;) I'm not selling anything, just stumbled across this tool - and it's on the Proxmox Helper...
  12. R

    Just FYI: Interesting alternative for PDM until it matures more

    I was actually referring to PDMs 'alpha' level maturity with that statement ;-) lol
  13. R

    Just FYI: Interesting alternative for PDM until it matures more

    Just FYI - I stumbled across this tool called Pulse: https://community-scripts.github.io/ProxmoxVE/scripts?id=pulse https://github.com/rcourtman/Pulse Actually quite nice and being developed at a fast pace . . . I do Like PDM, but needs some TLC ;-)
  14. R

    High CPU usage in idle state under PBS 4.0

    Interesting ! Could this have something to do with the fact I am using XFS as filesystem for datastore ? I had snapshot issues with QNap Virtualization and had to remove the previous datastore which was EXT partition - and created a new datastore with XFS instead - maybe using XFS is the...
  15. R

    High CPU usage in idle state under PBS 4.0

    Thx!! Would it make sense to have a how-to procedure in the Proxmox docs regarding best practice on how to create a new PBS and migrate config from an old one? I think this would be helpful instead of hidden in this forum somewhere . . . ;)