Recent content by Vengance

  1. V

    All Flash ZFS Performance Tuning

    Hi, Ich habe ein frisches Proxmox System im Einsatz und benötige etwas Hilfe bezüglich der empfohlenen ZFS Konfiguration. Das System verfügt über 14x PM883 3.84TB SATA Datacenter SSDs, 512GB RAM und 2x Xeon Gold 6130. Auf dem System sollen eine Reihe von VMs betrieben werden. Der Workload ist...
  2. V

    ZFS - Slow performance with Datacenter NVMe

    Hi, I just deployed a Ryzen 5600 based server with 64GB DDR4 ECC 3200MHz RAM and two Samsung PM9A3 U.2 960GB Datacenter NVMes. The NVMes are connected using a PCIe to SFF 8643 (U.2) adapter. When running a benchmark script (yabs.sh), I noticed that the NVMe performance was much slower than...
  3. V

    Custom Cloud Init Config über API

    Danke dir! Ist geplant nativ im UI bzw API die Möglichkeit zur Snippet Erstellung aufzunehmen?
  4. V

    Custom Cloud Init Config über API

    Hi Christoph, Vielen Dank für die schnelle Rückmeldung! Die Datei müsste ich dann aber manuell auf dem Host erstellen und gebe hier nur den Pfad an? Ideal wäre natürlich wenn man das Script als Teil des Requests direkt mitliefern könnte. Falls ersteres der Fall ist, nehme aber zumindest an...
  5. V

    Custom Cloud Init Config über API

    Hi, Ist es irgendwie möglich bzw geplant über die API eine eigene Cloud Init Configuration (cicustom) anzugeben? Aktuell scheint es ja nur über die Konsole zu gehen was im Cluster Kontext recht umständlich ist. Danke!
  6. V

    NVMe Issue: Unable to change power state from D3cold to D0, device inaccessible

    Thank you for the suggestions! In my case, the issue was actually caused by a faulty SFF-8643 U.2 SFF-8639 cable. I replaced it yesterday, and the system has been stable since.
  7. V

    NVMe Issue: Unable to change power state from D3cold to D0, device inaccessible

    That seems to have worked for some time but when I cloned a VM template it triggered the issue again
  8. V

    NVMe Issue: Unable to change power state from D3cold to D0, device inaccessible

    I have the same issue with one of my two Samsung PM9A3 U.2 NVMes I tried applying the fix but it doesnt seem to work # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple...
  9. V

    Proxmox Cluster auf Wireguard Netzwerk?

    Läuft vSwitch nicht auch über das Primäre Interface? Da wäre dann z.b. die Frage was im Falle eines DDoS passiert.
  10. V

    Proxmox Cluster auf Wireguard Netzwerk?

    Corosync sollte über einen separaten, stabilen Link laufen. Wireguard über das Public Interface kann funktionieren, würde ich aber für eine Produktive Umgebung definitiv nicht empfehlen. Ich habe mit Hetzers vSwitch selber keine Erfahrungen, zumindest im Hetzner Forum ließt man aber recht...
  11. V

    Bestes Konzept für mein Vorhaben

    Ich habe mangels Zeit den Beitrag nur überflogen aber prinzipiell würde ich definitiv zu Datacenter SSDs raten. In der Bucht solltest du eigentlich auch günstige Modelle finden. Für ZFS ist das definitiv ein sinnvolles investment, da hier sowohl die sustained write performance deutlich besser...
  12. V

    Getting a global list of snapshots

    Which storage type? For ZFS you can use zfs list -t snapshot
  13. V

    VM Startup Error "Error start failed QEMU exited with code1"

    Applying the firewall rules is actually the last step before starting the VM. So that might be it. But yea, still strange. Especially as there is absolutely no useful output in the syslog In any case, I added more validation before each API call to make sure no lock is held + no more tasks are...
  14. V

    VM Startup Error "Error start failed QEMU exited with code1"

    Not at the same time but sequentially after each other. At least per VM. There might be multiple API requests at the same time, but only when configuring multiple VMs, the lock situation shouldn't be an issue then I guess. This is the list of API requests that were sent before eventually trying...
  15. V

    VM Startup Error "Error start failed QEMU exited with code1"

    I wonder what caused this issue then. Given I was able to manually start the VM a few seconds later it actually indicates that something wasn't ready yet