Hi!
journalctl with PAGER set will usually open in that pager (typically it's less) and therefore you need to page down for journalctl --since="1 hour ago". For a better view of the log from the end of the last boot, you can run journalctl -b -1...
From the provided log in log-pve540-1.zip it also seems like there's quite a few connection issues, e.g. to the InfluxDB right at the start. I assume that proxmoxW540 is one of the nodes that has the problems starting up? Is the network stable...
Are these all nodes in the cluster? What does pvecm status output? Keep in mind that it is not recommended to have a even amount of nodes in a cluster, see e.g. [0]. This seems like a clustering issue first of all.
Are the HA resources with node...
Hi!
x86-64-v4 is not a CPU model configuration that QEMU directly provides, so it only works by specifying it for the qemu-server's cpu config, but not in args.
What do you mean by "some flags aren't found"? It could be that these features...
Hi!
In general, the guest's operating system will usually pin each queue to a vCPU core. Therefore, there's not really a performance benefit to use more queues in total than vCPUs as then a vCPU must handle multiple queues then.
Multiqueues are...
Hi!
It's best to show your interest in a specific Bugzilla entry so that we can track the interest in certain features. There's for example [0] for the general interest of adding any SMBIOS type information and/or [1] for automatically...
Hi!
With GET /cluster/ha/rules and GET /cluster/ha/rules/{ruleid} you receive a digest value (of the whole config). If you provide this digest as an argument to PUT /cluster/ha/rules/{ruleid}, then the API handler will refuse to make changes to...
This fix is already done upstream [0] and for our patched ifupdown2 packages as well before Proxmox VE 9 was released, so this can only happen if the ifupdown2 package is somehow held back (e.g. using apt upgrade instead of apt dist-upgrade...
Hi!
Um welches Netzwerkinterface handelt es sich? Wenn der Intel e1000e-Treiber verwendet wird, hilft womöglich die Information in [0]?
Wenn die Fehlermeldungen direkt auf den Terminal tty0 gehen, könntest du einen anderen Terminal verwenden...
Das wird durch den Fencing-Mechanismus sichergestellt: Standardmäßig verwendet der HA Stack das softdog Kernel Modul, welches unter Normalbedingungen in regelmäßigen Abständen diesen Watchdog resettet. Das kann aber nur passieren, wenn das LRM...
I submitted a bug, see https://bugzilla.proxmox.com/show_bug.cgi?id=6907
Manually updating regex allows VM to start.
Mostly posting here for visibility and hope that a fix can be integrated so I can stop manually patching code on live servers :).
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...
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...
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)...
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)?
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...
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...