Search results

  1. H4R0

    Empfehlung L2ARC mit viel RAM ?

    L2ARC macht nur bei NVME/Optane sinn, relevant sind die IOPS. PVE kommt nun mit permanenten L2ARC dank ZFS 2.0
  2. H4R0

    Round Robin wont let my VMs see each other.

    Bonding requires support from the switch. You have to configure static lag for balance-rr. Only active-backup works without but it's fail over no bonding.
  3. H4R0

    Having an issue creating a new datastore

    try wipefs -a /dev/sdb does dmesg print any io errors ?
  4. H4R0

    Backup Anzahl begrenzen

    prune und garbage collection einrichten. https://pbs.proxmox.com/docs/backup-client.html#pruning-and-removing-backups
  5. H4R0

    Live Backup

    ha mit shared storage oder zfs replication. https://pve.proxmox.com/wiki/Storage https://pve.proxmox.com/wiki/High_Availability
  6. H4R0

    Proxmox ZFS over iSCSI

    Clearly authentication problem on your iscsi target.
  7. H4R0

    Bad storage choice for home 'cluster' - fixable or start over?

    In average TBW is exceeded by 3-5x times before errors occur. No need to start over, just add second disk, clone partition layout from old disk and randomize uuids. Add zfs partition to existing pool to convert it to raid1 and let it resilver. Setup esp sync for efi bootloader...
  8. H4R0

    Proxmox is dirty

    Well you have to limit zfs arc.
  9. H4R0

    70-96% Loss on all cluster servers only

    Since the destination has 0% loss there is no problem. What happens if you directly ping the pve node, 0% loss I assume. Dropping low ttl packets isn't a bad thing.
  10. H4R0

    ZFS Mirror ProxMox install By-id

    ZFS doesn't care about that, it writes information directly on the disk and scans all disks on startup. Pools will automatically be mapped even if id's change.
  11. H4R0

    Swappiness bleibt bei 60, trotz Änderung

    Du solltest das in die cron Datei schreiben ^^ Kopier einfach folgendes ins Terminal Fenster: cat << 'EOF' >> /var/spool/cron/crontabs/root @reboot sysctl -w vm.swappiness=1 EOF
  12. H4R0

    Swappiness bleibt bei 60, trotz Änderung

    Hast du swap per kernel option oder in einem cron job definiert ? Als workaround: crontab -e @reboot sysctl -w vm.swappiness=1
  13. H4R0

    Swappiness bleibt bei 60, trotz Änderung

    Poste mal die ausgabe von egrep -R "swappiness" /etc
  14. H4R0

    Summary Mem Usage Does Not Match OS Free

    You have to calculate "used" + "buff/cache" because that's what the vm actually uses. And it's exactly what proxmox reports. Disabling cache is not possible in linux, just don't over commit when using vm's. https://www.linuxatemyram.com/
  15. H4R0

    Intel processor?

    vt-x is all you need go ahead and set it up. vt-d is for pcie passtrough, won't work on a laptop anyway.
  16. H4R0

    recommendation for an hardware for PBS

    I did benchmarks and pbs runs on basically everything. I use it on my synology nas in a vm. 1GB RAM and 1vcpu per pve node works fine. CPU is barely used and drive bandwidth is maxed out.
  17. H4R0

    which AMD cpu is better for proxmox

    Efficiency is the same. Depends on the workload. Do you want to run many vm's (3700x) or have good single thread performance (5600x) ? https://www.cpubenchmark.net/compare/AMD-Ryzen-7-3700X-vs-AMD-Ryzen-5-5600X/3485vs3859
  18. H4R0

    backup privacy

    Create a datastore per pve and setup separate users for it.