UdoB's latest activity

  • UdoB
    UdoB reacted to bbgeek17's post in the thread Noob with weird network issue with Like Like.
    To be on the same page, none of this is PVE specific. You are dealing with basic Linux network management. At one point in the thread you mentioned that there is a "direct" connectivity between the clients, is there an actual direct cable? Your...
  • UdoB
    When logged in, try reset. (If this sounds risky: read man reset.) I have no idea what triggered that behavior, but "reset" should re-initialize the terminal with sane values. Disclaimer: I do not use containers...
  • UdoB
    UdoB reacted to daanw's post in the thread PBS backup space grow up constantly with Like Like.
    Looking at the screenshot, Prunes is 0 for both datastores. Are you sure you have set this up correctly?
  • UdoB
    UdoB reacted to daanw's post in the thread Improving performance of RaidZ1 with Like Like.
    What you want for an OS/VM pool is random Read/Write IOPS. Striping your drives will always be faster than mirrors/RAIDZ (speed vs. reliability/parity..) but having drives with good random IOPS makes a much bigger difference. Practically this...
  • UdoB
    UdoB reacted to leesteken's post in the thread Improving performance of RaidZ1 with Like Like.
    raidZ1 is known to not be good for IOPS: https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/ . And your drives might be consumer drives without =1&c[nodes][0]=16&o=date']PLP. Lots of threads about disappointing (write)...
  • UdoB
    UdoB reacted to bbgeek17's post in the thread Noob with weird network issue with Like Like.
    Wed May 27 12:54:51 2026] bond2: Warning: No 802.3ad response from the link partner for any adapters in the bond I would recommend that you reduce your network complexity to bare minimum. Then start adding it back piece by piece, making sure...
  • UdoB
    Hi, I have wrote a script to generate an iso install with debian + proxmox package merged + debian preseed file for automatic installation, with crypto lvm + specific partitions for CIS compliance. It's using secureboot with proxmox shim &&...
  • UdoB
    On 13th- & 14th-gen Dells PERCs, have to delete the virtual disks before switching it to HBA-mode. Call it a quirk. I've also had issues with the megaraid_sas driver in the past, so I just swap out the PERCs for Dell HBA330s, which is a true...
  • UdoB
    UdoB reacted to bbgeek17's post in the thread Snapshots with Shared iscsi Storage with Like Like.
    There is a 3rd article that may be relevant: https://kb.blockbridge.com/technote/proxmox-qemu-cache-none-qcow2/index.html Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • UdoB
    UdoB reacted to Johannes S's post in the thread Snapshots with Shared iscsi Storage with Like Like.
    These writeups by @bbgeek17 should cover everything: https://kb.blockbridge.com/technote/proxmox-qcow-snapshots-on-lvm/index.html https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/
  • UdoB
    Triple check if there is an IP address conflict. Your systems have static addresses, right? I've seen conflicts too often...
  • UdoB
    Purpose Inspired by Level1Techs, I decided to replace my old router with a single box solution that's flexible, upgradable, and efficient. That includes using Proxmox to utilize spare resources without interfering with the vital router...
  • UdoB
    UdoB reacted to RolandK's post in the thread Proxmox im RZ - pfSense VM oder Linux NAT with Like Like.
    also statt pfsense würde ich eher opnsense empfehlen, weil das kostenlose pfsense kaum noch gepflegt wird. aus sicherheitssicht dürfte sich da nicht so viel tun, aber grundsätzlich ist so eine dedizierte security appliance da schon der bessere weg
  • UdoB
    Du kannst bitte noch diesen Thread auf "Solved" setzen - oben rechts ist ein "Edit thread" button.
  • UdoB
    Ok, dank KI & OpenCode konnte ich die Ursache jetzt doch selbst finden (lassen): In "/etc/pve/priv/tfa.cfg" wurde der Zugang gesperrt mit …"totp-locked":true… . Wenn man dort das auf "false" setzt, geht es wieder. Ich lass den Post mal so stehen...
  • UdoB
    UdoB reacted to CoolTux's post in the thread Deploy VMs mit Ansible oder Terraform with Like Like.
    Ich habe mich heute mal damit beschäftigt wie man VMs in Masse oder gezielt über Ansible oder Terraform ausrollen kann. Hier meine kleine Mitschrift https://pad.cooltux.net/MB4j0lq1S_CzII7zs0r66A Grüße
  • UdoB
    Hi Maxim, with 4x 2.5GbE per node and your setup using Corosync, HA and ZFS replication without Ceph, I would separate the traffic types as much as possible to keep the cluster stable and easier to troubleshoot. I would use one dedicated NIC...
  • UdoB
    In my linked post are steps to lookup details. Up to which step did you successfully follow?
  • UdoB
    With one community subscription you can only license one PVE with one socket, the physical host would be the best choice. For testing and playing around you don't need a subscription at all, just use the no-subscription repo. You will have to...
  • UdoB
    UdoB reacted to fabian's post in the thread Deduplication question with Like Like.
    the behaviour is intentional and a security feature - each newly created snapshot is only allowed to re-use chunks of the previous snapshot, for other chunks it has to "prove" that it actually has that chunk by uploading it. PBS (as opposed to...