lxc backup is scanning all files to see if metadatas (modification time) have changed , so if you want millions of small files, it can put load on the disks even if you don't have changes.
vm backup use internal qemu dirty-bitmap tracking, so...
That is correct. I should have checked my work more carefully. I put the wrong tag number in the VLAN interface and that is why it was not working. Problem solved and working now.
it's not a super good idea to use corosync over active-backup bond.
see: https://pve.proxmox.com/wiki/Cluster_Manager
at minimum, configure bond-primary to be sure to have the correct interface up by default, verify that all active interfaces...
do you have a granular monitoring (prometheus,...) which can check bandwidth every second ? don't trust average.
do you have also checked your switch port buffer stats ?
if it was a kernel bug, you'll have too on your 10gbit nic.
I'm running...
but you have packet loss, this is even worse. (you can look at corosync stats too
yes, definitively
the recommandations is to have dedicated links for corosync
https://pve.proxmox.com/pve-docs/chapter-pvecm.html
but note that last...
I don't think that microcode has never been in pe-firmware package. It's always the debian package. (and debian can be a little bit slow to update them)
you can try the firmware from debian testing:
http://ftp.de.debian.org/debian/pool/non-free-firmware/a/amd64-microcode/amd64-microcode_3.20251202.1_amd64.deb
(or upgrade your bios if your vendor provide it)
basically, if you have network saturation, the latency increase, and corosync remove the node from the cluster. (down/up don't mean that the physical link is flapping, it's simply that the node where you are checking the log, don't have a...
Well, you cant just pass all flags blindly. Some Windows versions can crash, some flags like tlbflush can have performance impact dépending of the workload,....
From the analysis until now, the IO pressure seems to be a cosmetic issue or rather accounting issue in the kernel. QEMU switched to using io_uring for event loops with QEMU 10.2. The issue appears in combination with IO threads, where a blocking...