Recent content by dakralex

  1. dakralex

    High Availability stoppt alle LXCs/VMs

    Hi! Wenn "im Netzwerk isoliere" bedeutet, dass die Node keine Verbindung mehr zu den anderen Nodes in dem Cluster hat, dann würde das bedeuten, dass dadurch die ganze Node gefenced wird auf der die HA-Container laufen. Das bedeutet dann wiederum, dass auch Nicht-HA Gäste durch das Fencing...
  2. dakralex

    [SOLVED] ifupdown2 and /etc/network/interfaces issue

    Hi! Proxmox distributes its own patched ifupdown2 packages, so it's best to check if these issues are because of changes done there first. Either way, it should be checked out properly by creating a Bugzilla entry for this. Also the ifupdown2 version is from May 2023, while the most current...
  3. dakralex

    Proxmox does not start after attempted update from 7 to 8 to 9

    From the apt history it looks like there was an in-between upgrade to many packages from Proxmox VE 9: Start-Date: 2025-10-05 16:21:44 Commandline: apt upgrade Install: [...] proxmox-kernel-6.14:amd64 (6.14.11-3, automatic), libjs-bootstrap5:amd64 (5.2.3+dfsg-8, automatic)...
  4. dakralex

    Proxmox 9 HA Issue: Node stuck in "old timestamp- dead" after apt dist-upgrade

    Hi! I haven't tried to reproduce it yet: When was the update performed? Has the watchdog been inactive before already (some recent entries in journalctl -u watchdog-mux)?
  5. dakralex

    Proxmox does not start after attempted update from 7 to 8 to 9

    Yes, apt dist-upgrade/apt full-upgrade must be used instead of apt upgrade as described in [0], because among other things the latter will make packages stay on a lower versioned package instead of resolving the package dependencies correctly. On which versions were you on Proxmox VE 7, 8, and...
  6. dakralex

    Issues with corosync

    Hi! What network does corosync run on? Does it have a dedicated network interface or is it shared with some other network resources? These are quite high numbers, the network should have a very low latency. [0] This seems like that for some reason the HA was interrupted while reading/writing...
  7. dakralex

    cluster issues after upgrading to pve9

    Hi! Could you post some syslog on these nodes? Is HA setup on these nodes?
  8. dakralex

    Problems after upgrading the cluster from 8 to 9

    Does the performance improve if you upgrade to a newer version of pve-manager? There were some performance-related improvements in pve-manager >= 9.0.8.
  9. dakralex

    Problems after upgrading the cluster from 8 to 9

    Hi! Which exact version of pve-manager have you upgraded to (e.g. pveversion)? Could you post a syslog from one of the nodes you are experiencing the problems on?
  10. dakralex

    VMs HA problems with last update with kernel 6.14.11-2

    Hi! What is the config of such a VM that fails to migrate (output of qm config <vmid>)? What does the tasklog show if the VM is migrated through HA? What does it show if the VM is migrated manually (does it work that way?)?
  11. dakralex

    HA version 9 issue

    Hi! Which web guide are you referring to? HA groups have been deprecated in favor of the (semantically) equivalent HA node rules in Proxmox VE 9. The reason was primarily to aggregate those relationships in a single view, allow further extensions and make the interactions between node affinity...
  12. dakralex

    HA version 9 issue

    Hi! Have you upgraded the Proxmox VE host from version 8 to 9 or is it a new install? Either way, HA groups have been deprecated in favor of HA node affinity rules and these are feature-compatible, even though they are presented slightly different. This includes that the "nofailback" flag is...
  13. dakralex

    Feature Request: Storage Cluster / Storage Resource Scheduling

    Hi! Thanks for the input! The linked feature request is still quite general in its description, but it is focused on the dynamic load balancing of HA resources first, i.e., the storage must be shared across the cluster nodes (or HA node affinity rules must be setup to ensure that a HA resource...
  14. dakralex

    Cluster failure due to pve-ha-crm failing after recent package update

    Hi! Which version of pve-manager and pve-ha-manager are you running on the nodes in the cluster? When the pve-ha-manager package is upgraded (which is dependent on upgrades to pve-manager), the LRM is put in restart mode and the local HA resources are then put in freeze state by the HA...
  15. dakralex

    pvestatd segfaults

    Hardware has wear too as any other component and sometimes that is even exacerbated by implementation faults, e.g. the 13th and 14th Intel 700 and 900 series had problems with overvoltage, which could render cores permanently degraded or even fail them entirely. Another cause could be that a...