Search results

  1. RolandK

    checkmk & proxmox with zfs - memory warn

    hello, does anybody monitor proxmox with checkmk and has an idea how to avoid memory warnings? i'm constantly getting "memroy warn/critical" and it's flapping all the time, because checkmk does not take arc usage into consideration. even proxmox itself, still does not handle that properly...
  2. RolandK

    Is it OK to have more than 90% used RAM with Proxmox VE on ZFS ?

    it's typically not a problem that zfs proxmox hosts show high memory load. it's not zfs arc's fault, the problem is that arc is a special case for reclaimable memory and many monitoring tools or even proxmox itself does not take into consideration that arc cache is special regarding memory...
  3. RolandK

    Shared Remote ZFS Storage

    it depends what's your definition of "compute cluster". you can cluster pve hosts without a problem without shared storage. live migration of VMs between hosts in that cluster is also possible without shared storage, though it puts much more effort to migrate vm's, as virtual disks need to...
  4. RolandK

    Shared Remote ZFS Storage

    shared storage is overrated very often - and often introduces more problems then it's solving ;)
  5. RolandK

    Disk cache settings for VMs on BTRFS

    https://pve.proxmox.com/wiki/Performance_Tweaks#Disk_Cache
  6. RolandK

    Firewall add multiple protocols

    FYI https://bugzilla.proxmox.com/show_bug.cgi?id=6268
  7. RolandK

    [SOLVED] Sharing storage with 2 VMs

    you can detach the disk from the vm and attach to another one, but you can't use that at the same time with 2 vms
  8. RolandK

    send me your email via private message

    send me your email via private message
  9. RolandK

    Sync writes to ZFS zvol disk are NOT sync under PVE?

    does proxmox team add tests like these to their regression testing , which would help avoiding such issues proactively in the future?
  10. RolandK

    Proxmox on BTRFS - TASK ERROR: migration aborted

    maybe this is related ? https://bugzilla.proxmox.com/show_bug.cgi?id=3873
  11. RolandK

    Garbage collection speed

    >is that the device can disappear, and ZFS doesn't really handle this well. it's worst for single-device pools, where you often need a reboot to get out of the mess - yes , zfs cannot handle this for now. it's difficult to resolve, see https://github.com/openzfs/zfs/issues/5242
  12. RolandK

    [SOLVED] Nach heutigen Update gehen alle Docker LXC Container nicht mehr

    danke für die ausführung. die argumentation kann ich nachvollziehen. wenn geschachtelte containerization bei dir aber bislang ohne probleme gelaufen ist über mehrere proxmox releases wäre es angesichts der popularität ja dann vielleicht doch mal an der zeit , daß es von proxmox da ein paar...
  13. RolandK

    Garbage collection speed

    there is a patch in the making which adresses gc speed and may drastically speed things up. < give it a try and report your results when it has been megered and made available via update: https://bugzilla.proxmox.com/show_bug.cgi?id=5331
  14. RolandK

    ZFS dataset empty after reboot

    do you have snapshots in that dataset ? you should try cd into the last snapshot and have a look what's listed there
  15. RolandK

    Disk cache settings for VMs on BTRFS

    not using O_DIRECT with btrfs, i.e. configure VMs appropriately
  16. RolandK

    Garbage Collection

    bei verify performance könnt auch noch mehr gehen: https://bugzilla.proxmox.com/show_bug.cgi?id=5035#c2
  17. RolandK

    [TUTORIAL] Native full-disk encryption with ZFS

    mind that zfs encryption is not ready for production usage https://docs.google.com/spreadsheets/d/1OfRSXibZ2nIE9DGK6swwBZXgXwdCPKgp4SbPZwTexCg/htmlview
  18. RolandK

    vzdump/fullbackup client side online encryption

    I have asked AI for that. This is the result. :eek: Me: shouldn't proxmox pve get an encryption feature for classical vzdump full backups? as i see, most hypervisor backup solutions have support for online encryption. ChatGPT: You're absolutely right—encryption for backups is a feature that...