UdoB's latest activity

  • UdoB
    UdoB reacted to Johannes S's post in the thread Grundsatz für Shared Storage with Like Like.
    Naja, bei TrueNAS Scale (und das alte TrueNAS auf FreeBSD Basis ist ja EOL) wird exakt die gleiche Virtualisierung (qemu/kvm des Linux-Kernels) genutzt wie bei ProxmoxVE, was also in einen funktioniert, wird es auch im anderen. Die WebUI ist halt...
  • UdoB
    Perhaps you sould take a look in PVE-Zsync. One doesn't need to have the node in cluster, I guess. https://pve.proxmox.com/wiki/PVE-zsync Just an idea.
  • UdoB
    For a hdd-based pool adding two small ssds as special device mirror gives the best improvements. You will need to rewrite the data although. And it really needs to be a mirror, if the special device is gone, anything else on the pool is lost too
  • UdoB
    Ubuntu hat auch eine Autoinstall-Funktion: https://canonical-subiquity.readthedocs-hosted.com/en/latest/intro-to-autoinstall.html Andere Distributionen haben ähnliche Mechanismen, die aber anders konfiguriert werden müssen...
  • UdoB
    UdoB reacted to GinGear's post in the thread Shift Key does not work in VM Console with Like Like.
    I'd recommend keeping RFP on, and just going to your about:config and changing privacy.resistFingerprinting.exemptedDomains to a list of your domains like *.local.mysites.com,192.168.1.69,your.site.here
  • UdoB
    UdoB reacted to xybo's post in the thread How to prevent node from hosting any VM/CT ? with Like Like.
    You don't need to disable virtualization on the Ceph nodes. If you're using Proxmox VE 9, use a strict HA Node Affinity rule to allow the VMs to run only on your two compute nodes: ha-manager rules add node-affinity compute-vms \...
  • UdoB
    In the GUI you can specify this via Datacenter --> HA --> Affinitiy Rules. You'll find a "Help" button in the dialog, pointing to some documentation.
  • UdoB
    UdoB replied to the thread Feature Request.
    This is the community forum, mainly used for the discussion of features by... users ;-) You may create a "Feature Request / Bug" over at https://bugzilla.proxmox.com/ (after looking if there is a similar one already). That's the recommended...
  • UdoB
    Bist du sicher, dass die Fritz!Boxen jeglichen IPv6 Traffic einfach hereinlassen? Also ohne explizite Konfiguration, meine ich. Das würde mich tatsächlich sehr überraschen. Meine Erwartung an eine Fritz!Box ist, dass ich eingehenden Traffic...
  • UdoB
    I think I need to reply ;-) If you establish a separate pool on parts of the SSDs then that occupied and also the assigned empty space is hardcoded in size and it is "lost" for the SD. I maximize the space for the SD as the base OS will get...
  • UdoB
    :) There are multiple "valid" solutions! Don't feel pushed to follow my ideas. I just say what worked best for me. My approach? Yes. It would have resulted in one single ZFS-pool. You would create a dedicated dataset (not a folder) to hold the...
  • UdoB
    Okay, that was a misunderstanding on my side... In this case I would install PBS only on all spindles, multiple mirrors preferred. Nice side effect: at the end all of them are bootable. When everything is up and running I would add the two SSD...
  • UdoB
    Just a quick note regarding the Docker in LXC topic. Jellyfin also offers Debian and Ubuntu repositories: https://jellyfin.org/docs/general/installation/advanced/manual#official-linux-repository-manual They even provide a script that adds the...
  • UdoB
    UdoB reacted to JohnnieKF's post in the thread Proxmox HA rebooted all my nodes... with Like Like.
    Next question is why the split happened. Check whether ring 0 was already marginal for days: journalctl -u corosync --since "14 days ago" | grep -Ei 'retransmit|token|link.*down|Sync left|new membership'
  • UdoB
    UdoB reacted to d2600hz's post in the thread Proxmox HA rebooted all my nodes... with Like Like.
    Yes two rings, as per my previous reply to @longer
  • UdoB
    UdoB reacted to J-Rod's post in the thread Shared SSD for OS & datastore acceleration with Like Like.
    My understanding is the OP's plan was to load PBS bare metal, but since the PBS OS install by default would take over the entire mirrored SSD pool, they were wanting to partition it or otherwise steal some of the SSD space to be allocated as a...
  • UdoB
    UdoB reacted to longer's post in the thread Proxmox HA rebooted all my nodes... with Like Like.
    Do you have a separate interface dedicated for corosync? If possible share /etc/network/interfaces Corosync.conf
  • UdoB
    UdoB replied to the thread Proxmox HA rebooted all my nodes....
    I would expect to find some more of those QUORUM/TOTEM messages in the older logs. Maybe corosync was degraded a long time before - and nobody noticed. Make your monitoring solution watch the output of ~# corosync-cfgtool -s Local node ID 11...
  • UdoB
    The obvious one: when this computer dies badly both the original data and the backup is gone. Rule zero: backups must be reliably available when the source is gone. (( The famous 3-2-1 rule applies to a homelab too. And it has been extended...
  • UdoB
    Sure: in <your vm> - top right "More" - "Manage HA" you can find two checkboxes, one being "Auto-Rebalance [x]". I did not test the actual behavior, but I would give it a try...