Recent content by gyptazy

  1. gyptazy

    Der Proxday 2026 in Deutschland, Mönchengladbach

    Hey zusammen, gerne möchte ich (einige kennen mich sicherlich bereits von ProxLB, PegaProx und den Ansible Modulen für PVE) euch auf das Community-Event Proxday 2026 aufmerksam machen, der von der credativ GmbH veranstaltet wird. Das Konzept ist ähnlich zu dem des Dutch Proxmox Day 2026, der...
  2. gyptazy

    Ubuntu 26.04 - Likely Template release date?

    @dharakos maybe this helps for the meantime: https://gyptazy.com/blog/ubuntu-26-04-final-lxc-container-image-for-proxmox8-proxmox-9/ We already had the same things for Debian 13. It might take some further time until there's an official image but maybe this helps for the meantime.
  3. gyptazy

    Seit Update auf Ver.9.1.7 haben die Nodes 3-mal höhere Grundlast?!

    Guten Abend zusammen, da ich ebenfalls auf diese Thematik aufmerksam gemacht wurde ein paar Anmerkungen. In den bisher beigefügten Übersichten ergibt sich an keiner Stelle der Aufschluss, dass diese Prozesse von PegaProx ein potentielles Problem darstellen würden, noch überhaupt dort mit...
  4. gyptazy

    [TUTORIAL] ProxCLMC - A lightweight tool to determine the maximum CPU compatibility level across all nodes in a Proxmox VE cluster for safe live migrations

    As requested, a `list-only` parameter for added for pipeline runs (avoiding invoking other tools like grep, awk, …). So, you directly get simply the CPU type returned on stdout which can be set for the guest. This is part of release 1.2
  5. gyptazy

    CPU masking für Hosts

    Vielen Dank für das tolle Feedback!
  6. gyptazy

    [TUTORIAL] ProxCLMC - A lightweight tool to determine the maximum CPU compatibility level across all nodes in a Proxmox VE cluster for safe live migrations

    Happy new year! Version 1.1.0 released. Version 1.1.0 now also supports standalone PVE nodes. While this is a corner case and host type might mostly fit, this might still be interesting for corner cases like Windows systems where CPU mitigations kick in and slow down the performance.
  7. gyptazy

    CPU masking für Hosts

    Ich habe die Tage mal dazu das Tool “ProxCLMC” (Prox CPU Live Migration Checker) geschrieben, da dies immer mal wieder aufkam. Wie @Falk R. schon schrieb, erfolgt dies auf VM Basis. Die Idee ist, dies in eine Pipeline einzubinden, um das aktuelle Level des CPU Typs über alle Nodes im Cluster...
  8. gyptazy

    [TUTORIAL] ProxCLMC - A lightweight tool to determine the maximum CPU compatibility level across all nodes in a Proxmox VE cluster for safe live migrations

    Hey folks, I got asked to cross-post this to the Proxmox forums. You might already know me from the ProxLB project for Proxmox, BoxyBSD or some of the new Ansible modules for Proxmox and I just published a new open-source tool: ProxCLMC (Prox CPU Live Migration Checker). Live migration is one...
  9. gyptazy

    API Permission - root only?

    Hey @ksl28, instead of: simply use: This probably returns you your expected remotes, including a list of the nodes themselves and their types (pre, pbs). The output looks like: Hope it helps! Afterwards, you can use this data as a foundation to query resources directly via /pve or /pbs...
  10. gyptazy

    Any update on Drs solution!

    Not yet, but maybe the ProxLB project might be a look worth in the meantime: https://github.com/gyptazy/ProxLB This also features the support of affinity and anti-affinity rules, ignore options on guest and nodes level and several other features.
  11. gyptazy

    [TUTORIAL] ProxLB - (Re)Balance your CT/VM workloads across nodes in your Proxmox cluster

    Both ways. Also LXC or Docker is possible. It simply uses the Proxmox API - so in the end, it simply requires a network connectivity to any Proxmox node within the cluster. It's up to you and what you prefer. You can find all the details within the docs...
  12. gyptazy

    Cluster Balancing Load

    Thank you very much, really appreciate this! Happy to hear that it provides a value to the Proxmox community and its users to boost opensource products on the market. Regarding your request, just change https://github.com/gyptazy/ProxLB/blob/main/proxlb.conf#L8 to "cpu" and restart the service...
  13. gyptazy

    Alternative of DRS

    So, unfortunately not directly built-in but there’s an opensource project called ProxLB: https://github.com/gyptazy/ProxLB This integrates auto balancing by cpu, memory or local disk for VMs and/or CTs. It also provides support for grouping (affinity/anti-affinity) and more. Hope it helps…
  14. gyptazy

    Lastenausgleich / load balancing

    Freut mich zu hören :) Viel Spaß! Aktuell befinden sich (in der Reihenfolge) folgendes Features in der Pipeline: * Storage Balancing * API * Rolling Updates * DPM