UdoB's latest activity

  • UdoB
    I'd either let PVE manage the ZFS pool and give OMV storage from that (ext4 inside) or pass a whole controller through to it. I'm not personally a fan of giving a guest a whole part of my hardware as it goes against my idea of a hypervisor.
  • UdoB
    UdoB reacted to Johannes S's post in the thread Useful Tips with Like Like.
    I think the OP is talking about MailGateway (not sure since his post doesn't say much about what he actually wants to achieve) not PVE. The recommendation is the same though: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_pmgupgrade
  • UdoB
    UdoB reacted to Onslow's post in the thread Useful Tips with Like Like.
    mailq edit: Oh, and the command which I execute habitually: dmesg -T | tail This many times let me unexpectedly spot unusual events which colleagues or a monitoring system haven't noticed.
  • UdoB
    Yes, that's my understanding too. Only when the (additional!) filesystem layer has an additional read-cache or an additional write-cache (lying about "finished writing your datablock") in any way, it may actually look faster. Disclaimer: with...
  • UdoB
    I wonder about the discrepancy between block- and file-based storage. I remember several reports, that block-storage actually perform äs better since it avoids the overhead of a filesystem.
  • UdoB
    This is just one of the reasons you shouldn't use ZFS on raw device mapped disks: https://www.truenas.com/community/resources/absolutely-must-virtualize-truenas-a-guide-to-not-completely-losing-your-data.212/
  • UdoB
    Vergleiche mal https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#_default_configuration_using_a_bridge, da sind ein paar Details anders. Könnte sein, dass die entscheidend sind...
  • UdoB
    UdoB reacted to Impact's post in the thread Useful Tips with Like Like.
    Don't: https://lists.proxmox.com/pipermail/pve-devel/2025-March/068874.html
  • UdoB
    We are excited to announce the release of Proxmox Virtual Environment 9.2. This release focuses heavily on platform refinement, stability, and core optimization. Proxmox VE 9.2 is built on the robust Debian 13.5 "Trixie" and ships with Linux...
  • UdoB
    We are excited to announce the release of Proxmox Virtual Environment 9.2. This release focuses heavily on platform refinement, stability, and core optimization. Proxmox VE 9.2 is built on the robust Debian 13.5 "Trixie" and ships with Linux...
  • UdoB
    You can change the rpool and dataset names after the installation is complete. Roughly; - Chang the name rpool and rpool/data in all config files. (find /etc -type f -exec grep -H 'rpool' {} \;) - Run proxmox-boot-tool refresh to update the...
  • UdoB
    UdoB reacted to Falk R.'s post in the thread Kernel Live Patching with Like Like.
    Wenn du Hosting betreibst und keinerlei Redundanz hast/verkaufst, dann muss der Kunde jederzeit mit Ausfällen rechnen und in dem Fall reicht eine einfache Ankündigung, heute Abend gibts ein Reboot. Wenn du was anderes mit deinen Kunden vereinbart...
  • UdoB
    You are not the first one to stumble upon this problem, e.g: https://bugzilla.proxmox.com/show_bug.cgi?id=6174 , https://bugzilla.proxmox.com/show_bug.cgi?id=7200 No, I have no solution... :-(
  • UdoB
    As I understand it, you need to purchase three 1-socket subscriptions as each host uses a different key. You cannot share a 2-socket subscription over two hosts. Contact the Proxmox shop with purchase questions to be sure.
  • UdoB
    UdoB reacted to jklocker's post in the thread Progress on sync jobs with Like Like.
    You can always submit a feature request, the best place for this would be bugzilla : https://bugzilla.proxmox.com/
  • UdoB
    Warum willst du überhaupt pushen? Für Backups gegen s3 ist das natürlich nötig, bei PBS muss dagegen der pushende PBS auf den anderen schreiben können, was der pull-sync vermeidet. Wenn du also nicht gerade unverschlüsselt Backup hast, die vor...
  • UdoB
    Da du ja für beide Standorte verschiedene Namespaces nutzt, synct er eh nur benötigte Chunks der jeweils lokalen backups und wie vor mir geschrieben wurde, werden bereits vorhandene Chunks nie noch einmal übertragen.
  • UdoB
    Hi, ja, ist genau wie du vermutest. PBS checkt vor dem Sync, welche Snapshots bereits auf dem Ziel vorhanden sind, und überspringt sie. Der Rücklauf B→A würde daher quasi leer durchlaufen.
  • UdoB
    The way COW works, the 2:2 parity data is still on the zpool after you 'move it out', and still being used to calculate the total space of the pool. You need to actually replace that data with 2:4 parity data so it calculates with that. 1.35TB...
  • UdoB
    UdoB reacted to leesteken's post in the thread Stockage Type with Like Like.
    But RAID5/6 probably does not give good performance (in terms of IOPS, which you need for multiple VMs trying to use the drives at the same time). I though I mentioned that in my post.