Adding my findings from testing Windows Server 2025 / Windows 11 VBS guests on a mixed Intel Proxmox cluster.
Cluster CPUs involved in my testing:
Cascade Lake: Intel Xeon Gold 6244 @ 3.60 GHz
Ice Lake: Intel Xeon Gold 6348 @ 2.60 GHz
Emerald...
Thanks for your reply! I went through those steps, none of the commands hung so that was a good sign, no errors on the pool and it was online. I'm now running the scrub. It's about 30TB of data so I'll report back once that is done.
Zum Update, ich habe mir einfach ein Bash Script erstellt, dass alle Debian APT Updates beinhaltet.
Seit neuestem noch dieses Script:
# clean-system-apt-rc.sh
#!/bin/bash
set -e
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do echo $f...
@fiona
What distro can I use to build kernels? Right now I'm using proxmox itself, latest, which looks to be working well, but I assume you build on a debian distro. Can you share what version if so? Debian 13.5?
Found the dev pages so will...
Sorry for resurrecting this old thread, but I am testing both ceph and gluster right now on my 4930K system (because it's what I have that I can spin up quickly with as few variables between systems as possible).
Subjectively, the Win11 23H2...
Hi,
thank you for the report, the git://git.proxmox.com/git/mirror_ubuntu-kernels was slightly behind, so it didn't yet contain the newest required tag. The issue should be fixed now thanks to @fabian!
Hello,
I'm trying to migrate a VM from one node to another in the same cluster, and it fail at the end with this error:
2025-04-09 10:23:55 use dedicated network address for sending migration traffic (192.168.150.26)
2025-04-09 10:23:55 starting...
Hi,
please share the output of pveversion -v as well as the system log/journal from around the time the issue happened, from both source node and target node. Please also share the output of qm config 11011.
Hello Fiona,
Thank you for your reply. I tried it once again yesterday after updating from PVE 8.3.x to 8.4.0, same problem.
You will find both logs attached to this ticket.
Here is the config of the VM:
root@proxmox24s:~# qm config 11011...
On the target, there is the following error:
QEMU[1710235]: kvm: Putting registers after init: Failed to set special registers: Invalid argument
You are using CPU type host for the VM. In that case live migration can only be guaranteed to work if...
Hello Fiona,
I don't use Corosync between my nodes at all.
I'll try to migratre next time, but not with LIVE MIGRATION when the server family is not identical.
Thank you for your help.
Hi,
thank you for the report, the git://git.proxmox.com/git/mirror_ubuntu-kernels was slightly behind, so it didn't yet contain the newest required tag. The issue should be fixed now thanks to @fabian!