Search results

  1. G

    ZFS pool usage limits vs. available storage for dedicated LANcache VM

    Exactly. I remember that the usable storage on ZFS is a bit lower then LVM, because of metadata of ZFS, of am I wrong?
  2. G

    ZFS pool usage limits vs. available storage for dedicated LANcache VM

    Capacity is here the mainfoxus tbh. The most saturation was 2 Gbit/s. Installed is a 10 Gbit/s NIC. And since its sequencial cache files there aren't that much of small files IIRC
  3. G

    ZFS pool usage limits vs. available storage for dedicated LANcache VM

    Hi everyone, I’m currently migrating to a new Proxmox hypervisor and could use some advice regarding storage layout and supported options. My old Proxmox host had 7 × 960 GB SATA SSDs, hosting only a single VM: LANcache, which is a local caching server that stores frequently downloaded game...
  4. G

    Searching for a suitable SSD

    Hey everyone, for a small project I need an 960 GB / 1024 GB M.2 2280 NVMe SSD which doesn't complety bunk in performance for using ZFS. Does anybody got some recommendations? Used Enterprise SSDs wont be there that much because in Enterprise you get either 22100 or U.2 :/ Any hints will help...
  5. G

    Creating Backups from PBS

    Well if that isn't a reason tu update :D I will need to create a second PBS anyway, so I'll try that. Thank you very much!
  6. G

    Creating Backups from PBS

    Ah really? It goes in two directions? Well that’s neat, I’ll try that out, thanks!
  7. G

    Creating Backups from PBS

    Hey everyone, Currently I have one PBS and looking for an additional Space to save backups. The Proxmox Server and PBS is hosted on a dedicated Server provider. I know PBS has a Remotes Feature where it can replicate its backups to another PBS. While I like that Idea I have a problem with that...
  8. G

    proxmox.com IP range

    Hey, sorry for necromanting this post but I till got a question about this issue. Is there now a list available? While I know why the CDN is used, sometimes I run into the issue that our Firewall blocks the outgoing connection, even when its allowed to connect to the domains.
  9. G

    OIDC Logs

    Hey everyone, I'm trying to implement OIDC with octa and can't find any logs. The only Error message I get when I try to login is OpenID redirect failed. Request failed (500) Is someone able to tell me where I'm able to get further infos?
  10. G

    Apt update not working anymore

    Hey there, found the issue. One of the SystemSSD war failing, so the IO Load was beyond good and evil. Swapping the SSD fixed everything.
  11. G

    Apt update not working anymore

    Okay, a new update. After making sure no process is running I noticed: apt-update takes 30 Minutes to fetch all! That is way to long ... I'll change some sources maybe :/
  12. G

    Apt update not working anymore

    Thats the Problem ... nothing is locked! When I remove all sources from the apt list its working fine. It seems to me that my Proxmox is not able to proccess the packages
  13. G

    Apt update not working anymore

    Heyho, sorry for the late reply! Private life was turbulent :eek: root@proxmox1:~# ps aux | grep "apt\|dpkg" 100000 2209312 0.0 0.0 4476 2176 ? S 10:03 0:00 /bin/bash ./mk_apt 100000 2209313 0.0 0.0 4476 1276 ? S 10:03 0:00 /bin/bash ./mk_apt 100000...
  14. G

    Apt update not working anymore

    Hey there, nope, nothing more as Repos :(
  15. G

    Apt update not working anymore

    Hey there, for a couple of days my proxmox Hypervisor isn't able to update apt :confused:. This is my current output: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 3885896 (apt-get) N: Be aware that removing the lock file is not a solution and may break your system. E...
  16. G

    No email notification for zfs status degraded

    Interesting to see that I'm not the only one facing this issue. It's really crazy. Wny Updates on that?
  17. G

    Terrible IO Performance since Proxmox 7.4

    They are several SSDs, but its true, not datacenter SSDs, that were consumer SSDs from old Lenovo Notebooks. But I'm not quite sure, is was from one day to another on 4 different machines after the update
  18. G

    Terrible IO Performance since Proxmox 7.4

    Hey everyone, I got some weird issues now on multiple servers here. The Problem is that my IO Load is high in 25% - 80% and the write Speed on the SSDs are ~20 MByte/s. I noticed it now that I reinstalled it on a server running pve 6.3 and upgraded to 7.4. Proxmox was always installed on ZFS...
  19. G

    [SOLVED] Backup Job leads to complete Node Lockup

    Thanks for the command: I guess I found the reason why everything is breaking: May 02 13:21:18 proxmox2 pvedaemon[2063469]: <root@pam> successful auth for user 'root@pam' May 02 13:21:33 proxmox2 zed[2238072]: eid=30 class=checksum pool='rpool' vdev=nvme-eui.8ce38e100037bcf3-part3...
  20. G

    [SOLVED] Backup Job leads to complete Node Lockup

    Hello everyone, sorry for the small amount of details but at the moment I don't have any clue how to debug it. For two Days my Proxmox Nodes lockes completly up when a backup Job is done. The only way to get my systems back running is with: systemctl --force --force reboot How should I...