Recent content by dakralex

  1. dakralex

    LCX not starting after upgrading PVe from 9.1.x to 9.2.2 - Mount fails

    Have you started the affected container during the time of this log? You can use journalctl --since '2026-06-12 09:38:00' --until '...' to capture the output between some time span (I filled in the --since with the rough start time of the LXC from your top post). Adding --no-pager might help in...
  2. dakralex

    pve-ha-crm breaking our cluster... again

    Does the pve-ha-lrm service acquire its lock on pve1 and pve3 correctly?
  3. dakralex

    pve-ha-crm breaking our cluster... again

    Thanks, could you also provide the kernel syslog for the boot before the node rebooted itself?
  4. dakralex

    pve-ha-crm breaking our cluster... again

    Hi! Does this happen on a specific cluster node or all cluster nodes? What kind of watchdog is used on the node(s) where this happens? Are there any kernel parameters set? Does any other software on the cluster nodes compete for the /dev/watchdog device? Otherwise, it would still be good to...
  5. dakralex

    Questions about the dynamic CRS

    No worries, and the manual can always be improved though I didn't put in the technical explanation from above as it felt too specific. If it's useful there as well, I can certainly find a way to put it there without being too distracting from the main functionality ;)
  6. dakralex

    Questions about the dynamic CRS

    Hi! In more detail, each node's current cpu and memory usage is normalized with its own capacity (i.e. cpu_load = current_cpu / max_cpu and memory_load = current_memory / max_memory), where the node's current load is then a equal-weighted average of that (i.e. (cpu_load + memory_load) / 2...
  7. dakralex

    Conntrack not working when VM has HA turned on

    Hi! Yes, this is a known issue and is currently tracked with this Bugzilla entry [0]. [0] https://bugzilla.proxmox.com/show_bug.cgi?id=7053
  8. dakralex

    pve‑ha‑lrm segfault on a single HA node

    Thanks for the infos! It's a bit unfortunate that the log doesn't have any entries before the error to know on what tasks the LRM was currently working on. Can I assume that the node is the ballpark of ~33+ nodes according to the names? How many max_workers are configured in the datacenter...
  9. dakralex

    pve‑ha‑lrm segfault on a single HA node

    Could you share the full log of pve-ha-lrm on the node where it crashed before the "Attempt to free unreferenced scalar" error? And preferably the HA configuration (resources.cfg and rules.cfg) and the log output of the pve-ha-crm on the active master node at that time in the same time slice as...
  10. dakralex

    cannot update ha rule: ha groups have not been migrated yet (500) on Proxmox 9.1.4

    Hi! Can you share the log for the HA Manager on the current master node (e.g. with journalctl -u pve-ha-crm)? The master node is listed in ha-manager status.
  11. dakralex

    pve‑ha‑lrm segfault on a single HA node

    As a follow-up and to eliminate other possible causes: Have such segfaults or memory corrupts happened before on the node? If some maintenance time is possible, does a memtest with a few runs end successfully?
  12. dakralex

    pve‑ha‑lrm segfault on a single HA node

    Hi! What exact version of the pve-ha-manager package was running at that point in time on the said node, where the segfault happened?
  13. dakralex

    Migration failed and loop trying again

    Hi! In general, the cluster nodes should have the same package versions installed to function properly. The HA Manager also has some basic assumptions, as is described in the relevant documentation section [0]. Specifically, if specific nodes cannot satisfy the dependency of a VM (here: the...
  14. dakralex

    [SOLVED] qmrestore cli: Howto configure parallelism?

    Hi! You can configure these with the environment variables PBS_RESTORE_FETCH_CONCURRENCY for the amount of parallel chunk fetches and PBS_RESTORE_MAX_THREADS for the maximum amount of threads. You should be able to use these in front of the qmrestore command, for example with the default...
  15. dakralex

    [SOLVED] OCI LXC Probleme beim Starten

    Hi! Bitte poste noch den Output von den folgenden Kommandos: $ pveversion -v $ pct config 5006 $ pct start 5006 --debug