Search results

  1. H4R0

    Machine type latest missing for windows ?

    I only use windows for testing therefore I don't care about breaking changes. If it is like now it's a set and forget option. The option would never be changed by end users. I'm fine if it is just a config file option. I assume if I set machine type back to "q35" it will revert the change ...
  2. H4R0

    [SOLVED] Detach Disk from RaidZ1

    The problem is that resilver stresses drives, so failure rate during resilver increases drastically. If the drives are all from the same batch the chance a second disk fails during resilver is very high. With 16 drives I would go with raidz3. It's not worth it to loose everything because you...
  3. H4R0

    Machine type latest missing for windows ?

    I would like to pin windows machines to "latest" but it is not in the list. After the recent upgrade windows machines are set to "5.1", linux is set to "latest" I know this is due to a workaround, but why is latest not available for windows ? Windows machine:
  4. H4R0

    [SOLVED] Detach Disk from RaidZ1

    16 disks with only 1 parity drive :rolleyes: That's a very risky setup.
  5. H4R0

    Mehr Power für's Backup?

    Dann nutz PBS und nicht vzdump. PBS sichert inkrementell, dass dauert dann nur paar minuten.
  6. H4R0

    [SOLVED] Moving from no-subscription to enterprise

    If you switch to enterprise it will downgrade packages with the next upgrade in gui or via "apt update && apt full-upgrade"
  7. H4R0

    Recommendation for Gluster Storage

    I would stick with debian repositories, stable has 5.5-3, backports has 8.0-2 Make sure to read the upgrade notes https://docs.gluster.org/en/latest/Upgrade-Guide/
  8. H4R0

    Wann wird der Netzwerktreiber für RTL8125B endlich in Proxmox verfügbar sein?

    Wieso wechselt Ihr zum stable Kernel ? 5.11 ist kein longterm kernel https://www.kernel.org/, bullseye kommt offiziell mit 5.10 https://packages.debian.org/bullseye/linux-image-amd64 Persöhnlich begrüße ich die verwendung vom upstream stable Kernel, patche meine systeme eh meistens selber...
  9. H4R0

    Wann wird der Netzwerktreiber für RTL8125B endlich in Proxmox verfügbar sein?

    Nutz DKMS, RTL8125B support kommt mit 5.9+ Kernel. Da proxmox auf ubuntu LTS setzt wird es wohl noch 1 Jahr dauern.
  10. H4R0

    Network Card - Compatability

    It uses a RTL8111DL chip which is from 2010, works out of the box. Wheter you really want to put such a cheap nic in a server is another thing.
  11. H4R0

    RAIDZ3 "chunk" sound every 5 seconds

    Zfs caches async writes and syncs them every 5 seconds, it's the zfs_txg_timeout option.
  12. H4R0

    Proxmox host shutdown/reboot mit VM welche kein ACPI unterstützt

    ACPI ist standard seit über 25 Jahren... Bitte sicher gehen das "Qemu Quest Agent" auf "disabled" gesetzt ist, ansonsten wird kein ACPI genutzt. Wenn die VM es tatsächlich nicht unterstützt shutdown timeout festlegen. https://pve.proxmox.com/pve-docs/qm.1.html#qm_startup_and_shutdown
  13. H4R0

    spameri@tiscali.it

    Ja, du setzt lediglich denn spam core hoch um die e-mail als "spam" zu kenzeichnen. Macht kein unterschied ob rejected oder blocked, die e-mail kommt nicht durch.
  14. H4R0

    LXC Containers + Bindmounts + ZFS Snapshots

    Just snapshot "subvol-105-disk-0" with your cronjob, it's the same way as with the bind mounts. I would recommend autosnapshot or other tools that automatically create snapshots and destroy them.
  15. H4R0

    Updateverwaltung für LXC/VMs

    Das geht aber nur bei sehr kleinen setups, ansonsten kostet es zu viel Zeit. Zur not hab ich zfs autosnapshot. Alle services laufen eh als container via kubernetes, bei major upgrades wird einfach neu deployt. Terraform, cloud-init und ansible kümmern sich um alles.
  16. H4R0

    [SOLVED] 2x gleich VM ID

    nein, zwingend unterschiedliche id's pbs geht nach id nicht nach hostname eigener storage geht auch
  17. H4R0

    Updateverwaltung für LXC/VMs

    unattended-upgrades und needrestart für security patches. apticron und apt-listchanges für mail mit changelog. ansible für upgrades, brauchst nichtmal playbooks einfach ansible all --forks 1 -m shell -a "apt update && apt full-upgrade -y" vorher auf einem host testen, statt all gruppen nutzen.
  18. H4R0

    Wenige KB/s Übertragung via. WebDAV auf Nextcloud

    Nur der sprung von 7 auf 8 macht kaum unterschied, es kommt auf die Konfiguration an. Mit preload hast du 33% mehr performance. Das neue rust backend is laut nextcloud 10x so schnell. Sachen wie FPM und verwendung von redis/memcached machen einen unterschied von 1-4x. Viele installieren sich...
  19. H4R0

    Slow disk performance

    I think your results are mixed up. NVME should be the faster one. SSD's have a built in cache and that's why they are fast. After 2-8GB the cache is full and they go down to 100-700mb/s depending on the model. Crystaldisk on windows by default tests with 1GB so that's always only the cache...