Search results

  1. UdoB

    Optimize proxmox spice

    You have "Streaming: off". Did you test "on"? I have good success with that turned on - window movement feels much faster. Probably this depends on several factors... and I do not have any benchmarks. Unfortunately I do not remember pre-conditons or other details...
  2. UdoB

    [SOLVED] Verschlüsseltes dataset verhindert boot?

    Aus der Hüfte geschossen: Du kannst mal testen, was geschieht, wenn du zfs set canmount=off rpool/enc setzt.
  3. UdoB

    Proxmox cluster (3 nodes) / cluster private networks / 10G SFP+ no trafic

    I believe that term lacks a fixed meaning in PVE context. (Is it Corosync? Migration? Management? What is it?) For migration you can specify the to-be-used network under Datacenter --> Options --> Migration Settings --> Network :-)
  4. UdoB

    Interface random changes

    Although you wrote I would nevertheless like to mention the official tool "pve-network-interface-pinning" --> https://pve.proxmox.com/wiki/Network_Configuration#_naming_conventions
  5. UdoB

    Langsame 4k Performance in Windows 11 VM

    Ohne sync=1 ist das ganze asynchron - und "normal" im Sinne, dass nur im üblichen 5-Sekunden-Takt geschrieben wird. Da wird RAM + CPU-Leistung getestet, nicht die NVMe. Aber ja, das ist dann eher "real world" als mit sync=1.
  6. UdoB

    network connection

    Do you have a specific reason to use this "ancient" release? If not... please upgrade to (non-subscription): ~# pveversion pve-manager/9.1.6/71482d1833ded40a (running kernel: 6.17.13-1-pve)
  7. UdoB

    Error during installation of PVE

    Usually the relevant .iso has been downloaded to (and is stored on) the same PC where I am using the web browser for iDrac on = my local PC. The whole point of this mechanism is that the .iso is not copied to the server ahead of (boot-) time but used "directly" via iDrac from the disk on my...
  8. UdoB

    Error during installation of PVE

    It should do so: https://www.dell.com/support/kbdoc/en-us/000124001/using-the-virtual-media-function-on-idrac-6-7-8-and-9#idrac6
  9. UdoB

    PBS Verify duration on large HDD-based datastore — how to tune settings?

    A single vdev? That's worst case - there is no way no make it slower than that! (Even a RaidZ3 has the same IOPS = same speed...) My recommendation would have been 7*mirrors --> seven times the IOPS of that construct... Sorry, I have no trivial cure for that situation. You may increase the the...
  10. UdoB

    [TUTORIAL] FabU: How to setup a Quorum Device and secure it by disabling root access.

    Sure. My post says nothing against that approach - disabling ssh for root (originating from the PVE cluster) is okay for a PBS+QDev too :-)
  11. UdoB

    [SOLVED] What are the best practices for using Windows as a Q-Device arbiter in a two-node PVE cluster?

    The Quorum Device cannot access the cluster via ssh. The cluster can access the Quorum Device - until you remove the rights granted during installation: https://forum.proxmox.com/threads/fabu-how-to-setup-a-quorum-device-and-secure-it-by-disabling-root-access.181525/
  12. UdoB

    PBS on desktop pc with SSD or in VM on PVE or not at all?

    We did not verify this at that time. I did it now, a few months later: https://forum.proxmox.com/threads/fabu-how-to-setup-a-quorum-device-and-secure-it-by-disabling-root-access.181525/
  13. UdoB

    [TUTORIAL] FabU: How to setup a Quorum Device and secure it by disabling root access.

    Usage of the Quorum Device It kicks in automatically. Now we got “7” instead of “6” votes = one more than at the beginning: root@pna:~# pvecm status ... Votequorum information ---------------------- Expected votes: 7 Highest expected: 7 Total votes: 7 Quorum: 4 Flags...
  14. UdoB

    [TUTORIAL] FabU: How to setup a Quorum Device and secure it by disabling root access.

    Statement: it is not required to allow root@cluster to login to a separate “Quorum Device”-machine after installation. The “tl;dr” boils down to a single line: ~$ echo "PermitRootLogin no" | sudo tee /etc/ssh/sshd_config.d/permitrootlogin.conf (( This is Debian, and it comes without “sudo” by...
  15. UdoB

    How to disable the bridge level firewall in PVE 9.1.1

    First: typo? It is "sysctl.d"... Second: what is the filename? Only *.conf is evaluated.
  16. UdoB

    OCFS2(unsupported): Frage zu Belegung

    So hätte ich das (als Ceph-Laie) nicht formuliert. Das, was Ceph unbedingt braucht, ist ein schnelles Netz - oder auch zwei. Und zwar idealerweise ein separates. Für mich hört sich das echt nach Storage-Area-Network an ;-)
  17. UdoB

    LLMs auf Proxmox mit AMD AI CPUs (Strix): iGPU funktioniert – NPU aktuell nicht

    Vielen Dank für die Anleitung! Ich konnte alles erfolgreich auf meinem "N5 Pro" durchspielen. Zwei kleine Anmerkungen habe ich: "shaderc" scheint es in meinem 24.04.4 nicht zu geben. Stattdessen hilft: apt install libshaderc-dev Und es fehlen zwei Tools: apt install glslc curl (Ja, das ist...
  18. UdoB

    Langsame 4k Performance in Windows 11 VM

    Setz die mal auf 16 oder 32 oder so. Die Size sollte (zumindest für Lese-Tests) nennenswert größer als der ARC sein.
  19. UdoB

    Long-time offline of a node

    I would remove it from the cluster and handle it as "separated" - https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_remove_a_cluster_node When it is repaired you would need to join the cluster again. Note that this might not be trivial as a new name and a new IP address are recommended -...
  20. UdoB

    [SOLVED] PVE 8.4 zu 9.1.6 - Upgrade schlägt fehl

    Dublette: https://forum.proxmox.com/threads/pve-8-4-zu-9-1-6-upgrade-schl%C3%A4gt-fehl.181429/