UdoB's latest activity

  • UdoB
    Oh mein Gott. Vergesst bitte den gesamten Thread, ich bin unfassbar unfähig :rolleyes: Ich habe am Patch-Panel den falschen Port gepatcht, und dann mit der festen IP quasi "in dass Drucker-VLAN rein gerufen". Es funktioniert alles, der Fehler...
  • UdoB
    UdoB reacted to a.bied-charreton's post in the thread Protected backups suchen/finden? with Like Like.
    Hey, soweit ich weiss gibt dafuer es keinen Filter in der UI, so kannst du das aber in der CLI machen: proxmox-backup-client snapshot list --repository localhost:local --output-format json | jq '.[] | select(.protected == true)'
  • UdoB
    UdoB reacted to Johannes S's post in the thread Performane LXC oder Docker with Like Like.
    Ich bezog much eher darauf ( was in der Vergangenheit immer wieder vorkam, zuletzt beim Upgrade PVE8 zu PVE9), dass ein Update von ProxmoxVE einen in lxcs laufende docker-Container kaputt macht.
  • UdoB
    UdoB reacted to uwka77's post in the thread NAS UGreen DXP4800 Plus with Like Like.
    Wollte mal eine weitere Wasserstandsmeldung bzgl. meines UGreen NAS-Projektes geben: Ich habe eine Debian 12 KVM-VM unter OMV auf der UGreen installiert und auf der habe ich Docker und Portainer eingerichtet. Man könnte das auch direkt unter OMV...
  • UdoB
    UdoB reacted to mir's post in the thread tips for shared storage that 'has it all' :-) with Like Like.
    LVM on iSCSI LUNs from a SAN (https://pve.proxmox.com/wiki/Storage:_LVM#pvesm_lvm_config) Pay attention to "snapshot-as-volume-chain" for snapshots. Maybe using multipath. If you are using Truenas 25.04+ as storage "ZFS over iSCSI" using the new...
  • UdoB
    As I mentioned before, options 1 and 2 are available to you. option 3 is not, at least not in a non hackey way. options 1 and 2 work the same no matter whether you choose to use one, the other, or both, and dont interact/interfere with each other...
  • UdoB
    UdoB reacted to bbgeek17's post in the thread Problem with SANs on a three node cluster with Like Like.
    You keep missing the point that the ZFS exists on the storage device side. The storage device, in your case Ubuntu, has a ZFS pool implemented by you, manually. You specify the name of that pool in PVE config to let PVE know what you named that...
  • UdoB
    Feature requests should be filed on bugzilla.proxmox.com since there is no guarantee the developers will read everything on the forum. On Bugzilla however any new issue is read by a staff member. Now I'm not part of the team but a fellow...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Performane LXC oder Docker with Like Like.
    Generell sollte man portainer oder docker nicht direkt auf dem Host betreiben. Und ebenso generell wird empfohlen so Sachen wie docker, Portainer und Co in einer vm statt in einem lxc zu betreiben, da es dann deutlich unwahrscheinlicher ist, dass...
  • UdoB
    UdoB reacted to Mr.Doubt's post in the thread Update from 8 to 9 hangs with Like Like.
    Have you read the docs? https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#Actions_step-by-step Try to connect via console or ssh
  • UdoB
    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 :-)
  • UdoB
    UdoB reacted to wbk's post in the thread [SOLVED] Get my VM back with Like Like.
    Hi digamman, Welcome to the forums! That must have been quite a scare, good that your storage survived! Some questions: Why did you need to reinstall Proxmox after losing the network? I guess your original install was on LVM on nvme0n1p3...
  • UdoB
    As I ran into the same problem today, I wanted to share the resulting bash script for changing the boot order. On PVE 9 all required tools are already available, on PVE 8 eventually the package virt-firmware must be installed first as it contains...
  • UdoB
    UdoB replied to the thread 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
  • UdoB
    I recommend against using Dell's hardware RAID for your homelab. Flash IT firmware in that PERC and use pass-through mode on the BOSS card. Install Proxmox in ZFS mirror (raid1) on these 2x 240GB drives (don't use BOSS RAID). ZFS mirror (RAID1)...
  • UdoB
    Yes replication only works with zfs. You shouldn't combine it with HW raid though and shouldn't use RAIDZ for vm storage, see this writeup by UdoB for reference: https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/ ZFS...
  • UdoB
    You can search any Debian site (or these forums) on the procedure you need. Basically the steps involved: Increase the disk partition - to use the entire space. Increase the PV (Physical volume). Increase the LV (Logical volume). Resize the FS...
  • UdoB
    UdoB reacted to beisser's post in the thread 2 Nodes Proxmox Cluster -qdevice with Like Like.
    qdevice in a 3rd location works just fine as long as the latency doesnt become too atrocious. you could place it for example in another city and connect it via vpn to your proxmox-network, or deploy it in the cloud. the only thing i would avoid...
  • UdoB
    You are absolutely right, and I appreciate the correction. I realize I may have used the wrong terminology in my previous post. My initial concern about the "weak link" and SSH privacy was actually based on the scenario of adding a third full...
  • UdoB
    UdoB reacted to Johannes S's post in the thread OCFS2(unsupported): Frage zu Belegung with Like Like.
    Ich würde dringend dazu raten einen Benchmark mit beiden Varianten zu fahren (ja, das dauert dann halt etwas länger, weil man dann ja mehrmals neu aufsetzen und testen muss). ocfs2 ist halt wirklich nicht gut unterstützt und das wird sich auch...