UdoB's latest activity

  • UdoB
    Would be nice if they would put test, no-subscription and enterprise in a single pve.source (and pbs.source for PBS) with only the enterprise enabled by default (replacing pve-enterprise.source). Instead of using different files when you enable...
  • UdoB
    I am not sure why they didn't call these "proxmox-pbs.sources" and "proxmox-pve.sources" (or similar) to avoid this headache...
  • UdoB
    I agree. The instructions are clear by itself, but a hint to use cat >> on the second source would help or instead using individual files.
  • UdoB
    SOLVED: Just needed to go into Shell and run zfs load-key <name_of_datapool> and then type password. Ba da bing, ba da boom.
  • UdoB
    There is no such thing as archive.ubuntu ~$ host archive.ubuntu Host archive.ubuntu not found: 3(NXDOMAIN) You need to post comprehensible details to get a useful answer! Start with posting the output of "ip addr show", "ip link show", "ip...
  • UdoB
    UdoB replied to the thread Networking and Clusters.
    When you bond it the result is a single transport. At least corosync wants to have multiple independent physical transports. To separate storage, admin, poisoned iot, etc you need to have several networks. The VLAN approach is already a not...
  • UdoB
    Three is the absolute minimum. As soon as anything "bad" happens with one node you are degraded. And you stay degraded as there is no space for self-healing... Also...
  • UdoB
    UdoB reacted to leesteken's post in the thread Hang when booting from the other mirror with Like Like.
    Looks like there is only one ESP configured in proxmox-boot-tool. Maybe you forgot the steps in the section With proxmox-boot-tool: that are after the section Changing a failed bootable device in the manual...
  • UdoB
    Die Zuordnung von Host-Resourcen zu den VMs hat sich geändert, das ist schön bei "Ram = 103%" zu sehen. Eventuell ist dies ein ähnlicher Seiteneffekt: der Host beschäftigt sich mit der VM und diese Rechenleistung wird der VM zugerechnet...
  • UdoB
    Well now you know why it's not recommended to run PBS inside a lxc. You could still run PBS inside a VM in TrueNAS. If the TrueNAS itself a VM I would go with a PBS VM outside of the TrueNAS and mounting an ISCSI share as datastore. Since an LXC...
  • UdoB
    Moin, und die Frage Nummer zwei hat sich auch beantwortet: Die Erweiterung hat tadellos funktioniert! Erst musste noch der ZFS Pool aktualisiert werden, ich habe mit zpool upgrade -a gleich beide aktualisiert. Danach konnte ich problemlos den...
  • UdoB
    Since Centos7 is EOL I wouldn't run it in containers (way to less isolation for my paranoid mind) but in strictly secured VMs. Another reason for VMs: They will even work when containers with CentOs7 won't anymore (which will be the case at some...
  • UdoB
    UdoB replied to the thread Networking and Clusters.
    What is the "Proxmox network" for you? My own Homelab is also based on two physical NICs per node. I know this is bad - I would love to have four or more. But this is "just" a Homelab... Nevertheless there is no fixed solution to structure...
  • UdoB
    UdoB reacted to N0_Klu3's post in the thread Networking and Clusters with Like Like.
    Yeah I've been testing for a year on a smaller cluster. It's been rock solid so far. I just want to figure out the best option in terms of 2 NIC utilization and which way to install Proxmox.
  • UdoB
    UdoB replied to the thread Networking and Clusters.
    Make sure to understand the limitations of so few Ceph nodes (and possibly only very few OSDs per node). Personally I came to the conclusion that I wanted at least five! --...
  • UdoB
    Hello everyone, sorry for the lengthy post, but i hope it will be helpful for others. We've been playing around with Proxmox for the past few weeks in hopes to replace our current VMware installation. Here is our current situation : We have 2...
  • UdoB
    UdoB reacted to aaron's post in the thread Planning advice with Like Like.
    What I do in some personal infra is the following: 2x PVE nodes with local ZFS storage (same name) 1x PBS + PVE side by side bare metal. The 2x PVE nodes are clustered. To be able to use HA I make sure that the VMs all have the Replication...
  • UdoB
    Es gab mal die Erkenntnis, dass es eine "Tyranny of the Default" gibt; primär auf einem anderen Betrübssystem. Hier, im Linux-Kontext ist die richtige Lösung: aufsetzen eines eigenen "Anpassungs-" Tools, wie Ansible oder Saltstack. Nicht...
  • UdoB
    UdoB reacted to aaron's post in the thread RAM Display Bug on PVE 9.0.3 ? with Like Like.
    Memory accounting gets complicated very quickly once you peek a bit behind the curtains. First of, a VM doesn't necessarily use all the memory right after boot. Linux VMs that don't need most of their memory for example. With the new line in the...
  • UdoB
    Weil postfix das nur "suggests", aber nicht darauf "depends": ~# apt-cache show postfix | grep libsasl2-modules Suggests: libsasl2-modules ... Für einen Feature-Request wären demnach die Maintainer von Postfix zuständig, PVE kann da nix zu...