UdoB's latest activity

  • UdoB
    UdoB reacted to fireon's post in the thread Native ZFS Encryption Problems Fixed? with Like Like.
    There is actually a patch available for testing: https://lore.proxmox.com/pve-devel/20260318124659.374754-1-s.ivanov@proxmox.com/T/#t
  • UdoB
    UdoB reacted to Johannes S's post in the thread updates bei proxmox with Like Like.
    Die VMs aber teilweise schon und es gibt ja auch Sicherheitslücken, die dann einen Ausbruch daraus auf den Host erlauben. Allzu lange sollte man also auch nicht warten, am Besten plant man regelmäßiges Wartungsfenster ein, wo man dann die Knoten...
  • UdoB
    UdoB reacted to proxuser77's post in the thread Raid 0 pool with 2 disks with Like Like.
    -o cachefile=-0 is most likely the issue. It should be -o cachefile=none if you actually want to disable it. So the full command would look like this: zpool create -f -o ashift=12 -o cachefile=none -O compression=lz4 VM-Drives /dev/nvme1n1...
  • UdoB
    That's easy: personally I do prefer Wireguard too :-) Only if there is an OpenVPN connection already established I would simply use that one. (( I have had soooo many troubles with OpenVPN in the far(!) past that I was really, really happy...
  • UdoB
    Nun ja SSDs mit plp können rein technisch Dinge, die Consumer-ssfs nicht können, das wurde auch mal sehr erschöpfend hier im Forum ausdiskutiert: https://forum.proxmox.com/threads/powerloss-protection-plp-mythos.157003/ Was ich nicht überzeugend...
  • UdoB
    Look for a daily cronjob in /etc/cron.d/ and in /etc/cron.daily/ and run crontab -e (for the current user, usually root) and run systemctl list-timers ...
  • UdoB
    UdoB replied to the thread Proxmox auf IONOS dedicated Server.
    Falls du diese Seite nicht auf dem Schirm hast vergleiche mal https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_masquerading Disclaimer: ich habe keine solche Installation und kann nicht direkt etwas beitragen...
  • UdoB
    UdoB reacted to JeanL's post in the thread Subscriptions and new hardware with Like Like.
    Hi, Like other community members said, why don't you ask support directly instead of asking the community ? It's kind of nonsense asking the community about subscriptions. Best regards,
  • UdoB
    UdoB reacted to VictorSTS's post in the thread Subscriptions and new hardware with Like Like.
    Can't see were I've been hostile in any way. I've been trying to propose you methods and alternatives that you didn't like and insist on doing things "the VMWware way". That's simply not how PVE works. PVE it's not a 1:1 replacement, but an...
  • UdoB
    ICMP ist ein gesondertes Protocol, welches gerne mal aus "Sicherheitsgründen" komplett gesperrt wird. TCP/UDP sind davon komplett unbeeinflusst. Also: sperrt irgendein beteiligter Router ICMP?
  • UdoB
    Moin zusammen Eher allgemein und vollkommen unabhängig von dem Forum hier: Das lässt sich auch durchaus noch steigern. Was ich selber auch schon erlebt habe. Man macht sich Gedanken zu einem Problem eines Users und postet ihm dann eine Antwort...
  • UdoB
    The best practices tutorial in the wiki is a good start. Adding to it some points: On newer windows versions it might be that some mitigations for CPU bugs hurt performance. See...
  • UdoB
    If not already checked, please also see the best practice wiki for Windows: https://pve.proxmox.com/wiki/Windows_2025_guest_best_practices
  • UdoB
    Das ist tatsächlich ein Proxmox-Mitarbeiter und ein prominenter Mitwirkender am Ceph-Projekt (#2-Committer...), aber wir werden hier sicherlich nicht mit einem öffentlichen Pranger anfangen, nur weil jemand Tooling nutzt, um die Texte zu...
  • UdoB
    After all the HA resources were set to 'ignored', it takes roughly 10 minutes for the LRM and 15 minutes for the CRM to release their watchdogs and become idle. Maybe the network interruption for both the production and test setup were done while...
  • UdoB
    UdoB replied to the thread Subscriptions and new hardware.
    You have an active subscription, did you ask the official support?
  • UdoB
    UdoB replied to the thread Trouble after install!.
    The idea is to use another computer to access this server. If you're new to this that construct may be a surprise :-) https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#_accessing_the_management_interface_post_installation
  • UdoB
    UdoB reacted to Johannes S's post in the thread updates bei proxmox with Like Like.
    Warum sollte das was ausmachen? Der Witz an der Live-Migration von vms ist ja, dass man das innerhalb der gleichen ProxmoxVE-Version und nach oben ( also z.B. von Version 8 auf Version 9 während man den Cluster upgraded ) unterbrechungsfrei...
  • UdoB
    Hallo, klar das kannst du über die sogenannten Massenaktionen machen. Wenn du den entsprechenden Host ausgewählt hast findest du oben neben Reboot, Herunterfahren, Shell direkt die Massenaktionen und dort hast du auch die Massenmigration.
  • UdoB
    It’s encouraging to see that the logical volumes are still visible in lvs, as it suggests your data might still be intact. Before you accept the losses, perhaps you could try a command that is often used to recover "orphaned" disks in Proxmox. I...