Search results

  1. UdoB

    Restore direkt vom zweiten, pullenden Sync-PBS möglich?

    Man sichere vorher (mindestens) die "storage.cfg" und vor allem den Encryption-Key, sonst hat man möglicherweise Startschwierigkeiten beim neu aufbauen...
  2. UdoB

    [SOLVED] Questions regarding Corosync and Q-Device

    Great! Just make sure to use two independent physical connections. All VLAN in a single trunk will possibly fail at the same time... Sure. The limiting factor is (high) latency. And because that is often induced by congestion it should be separated from the high-traffic frontends and/or storage...
  3. UdoB

    Pull sync datastore by date, or partial sync

    The "Advanced" part of the "Add: Sync Pull"-Dialog has a "Transfer Last:" option. Just enter "1" to transfer only the single newest backup :-)
  4. UdoB

    Installation on a Dell T110 II

    PVE is Debian with a modified Ubuntu kernel. If the controller is supported by it, then PVE does. But..., well..., for PVE the usually used filesystem is ZFS. ZFS wants to have direct access to the hardware storage devices. So please, do NOT use any hardware RAID controller. (This has been...
  5. 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...
  6. 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.
  7. 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 :-)
  8. 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
  9. 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.
  10. 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)
  11. 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...
  12. 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
  13. 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...
  14. 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 :-)
  15. 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/
  16. 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/
  17. 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...
  18. 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...
  19. 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.
  20. 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 ;-)