UdoB's latest activity

  • 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...
  • UdoB
    There are as many possible answers as there are people willing to give an answer. I will give you a few options and some pros and cons for each. This isn't a complete list of options, nor a complete list of pros and cons. Before we get to...
  • UdoB
    UdoB replied to the thread verify state failed.
    Sieht so aus, sofern ich das gerade korrekt einordne: https://forum.proxmox.com/threads/sync-older-backups.184685/ "PBS only pulls snapshots newer than the initial one...."
  • UdoB
    UdoB reacted to Johannes S's post in the thread verify state failed with Like Like.
    Zu 1) Ja, sollte gehen, aber ich würde pro Cluster einen eigenen Namespace nehmen, falls es mal Überschneidungen bei den vmids gibt. zu 2) Müssen andere beantworten, bin mir gerade nicht sicher. Ich meine mich xu erinnern, dass ältere dann nicht...
  • UdoB
    Pragmatic approach: use multiple independent browser sessions. Personally I do start "librewolf -P" by default and select one of six defined profiles. I am running three of them in this very moment - for separation reasons.
  • UdoB
    Run a VM that provides a network file share. All things can be accomplished in the same way as you would do with multiple physical systems (except that you use VMs or containers). EDIT: TurnkeyLinux provides VM/CTs that can run on Proxmox, see...
  • UdoB
    Okay. Unfortunately I cannot answer reliably as I do not have Jellyfin in a container. But... I would expect "mount points" to supply the required tooling: https://pve.proxmox.com/pve-docs/chapter-pct.html#pct_mount_points
  • UdoB
    UdoB reacted to mkoeppl's post in the thread Wrong link to admin guide with Like Like.
    This has been updated. Thanks for pointing it out!
  • UdoB
    UdoB reacted to bbdev26's post in the thread Wrong link to admin guide with Like Like.
    This page links to an outdated admin guide. The online docs have it right.
  • UdoB
    Agree with @UdoB : a common distro (Debian/Ubuntu) with SSH access/server, docker base install and maybe portainer (or dockhand) for an easy entry or more simple management would the better choice. Your initial idea is like driving a formula one...
  • UdoB
    You have not much experience with PVE, are using sub-optimal (not recommended) hardware and are starting with "Docker in LXC". This lands you immediately inside a battle field. That combination means you are piling up multiple problem areas from...
  • UdoB
    UdoB replied to the thread Replikationsjob ZFS löschen.
    Hast du das letzte Oktet jetzt aus Sicherheitsgründen verändert? Oder steht da tatsächlich ".X" drin? Das ist weder notwendig noch hilfreich. Was soll mir das "gefährliches" verraten??? Private IP-Adressen sind von außen nicht...
  • UdoB
    UdoB reacted to toffer84's post in the thread Replikationsjob ZFS löschen with Like Like.
    Ich würde sagen ja: { "nodename": "srv-pve", "version": 5, "cluster": { "name": "pve-cluster", "version": 7, "nodes": 2, "quorate": 1 }, "nodelist": { "srv-pve": { "id": 1, "online": 1, "ip": "192.168.1.X"}, "srv-pve3": { "id": 3, "online"...
  • UdoB
    UdoB replied to the thread Replikationsjob ZFS löschen.
    "/etc/pve" ist eine als Pseudo-Dateisystem eingebundene Datenbank. Der Inhalt ist sofort auf allen Cluster-Membern verfügbar. ~# mount | grep etc/pve /dev/fuse on /etc/pve type fuse...
  • UdoB
    UdoB replied to the thread Replikationsjob ZFS löschen.
    Bist du sicher, dass das sauber funktioniert hat? https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pvecm_remove_node Kontrolle mit cat /etc/pve/.members
  • UdoB
    UdoB replied to the thread Replikationsjob ZFS löschen.
    Schau dir mal cat /etc/pve/replication.cfg an. Man kann die Datei direkt editieren. Dabei arbeitet man ohne Sicherheitsmechanismen am offenen Herzen --> Vorsicht! Und erst ein Backup woanders hin kopieren...! ;-)
  • UdoB
    UdoB reacted to Bu66as's post in the thread Ideale Server-Konfig für externen Speicher with Like Like.
    Physical Sector Size ist bei SATA-SSDs fix, da kannst du nichts dran drehen. Mit NVMe kannst du das über nvme format mit anderem LBA-Format ändern, wenn die Firmware 4K überhaupt unterstützt (mit nvme id-ns siehst du das). Bei der Kioxia: keine...
  • UdoB
    Mit drei Nodes pro Standort bist du das QDevice-Thema los, das reicht fürs Quorum. Und ja, OEM-Geräte mit vPro sind völlig okay, wenn du eh drei Hosts hast. Der BMC ist hauptsächlich dafür da, dass du remote hart aus- und wieder einschalten...
  • UdoB
    You might also want to take a look at jt-ipam, especially if you're using Proxmox VE. jt-ipam integrates directly with Proxmox VE and lets you open the native Proxmox console directly from the VM/CT interface — noVNC for VMs and xterm.js for LXC...