as your Guest use all vCpu, iperf3 thread can't keep running in the same ccd/numa.
NPS=4 is for running many guests with 8 vCpu max.
Each VM should run within its own ccd/numa, pinning cores can be required.
Without details about your config , like VM .conf , nobody can help you.
As listed above, first tips is to use the default vCPU "x86-64-v2-aes" instead "host".
We are pleased to announce the first beta release of Proxmox Backup Server 4.0! The 4.x family is based on the great Debian 13 "Trixie" and comes with a 6.14.8 kernel and OpenZFS 2.3.3.
Note: The current release of Proxmox Backup Server 4.0 is a...
We are pleased to announce the first beta release of Proxmox Backup Server 4.0! The 4.x family is based on the great Debian 13 "Trixie" and comes with a 6.14.8 kernel and OpenZFS 2.3.3.
Note: The current release of Proxmox Backup Server 4.0 is a...
Yes, it can be an HDD , not as passthrough , as virtual disk within a regular Lvmthin datastore. This is a "within guest" backup.
it's a problem if you define "Minimum memory" too low , as Windows can up to kill/crash apps because Ballooning...
You can move within guest backup to a dedicated drive.
But your storage seems can't handle substained writes.
Don't forget ZFS require datacenter drives.
RAID10 / Striped Mirrors is recommended for VM / DB.
Seems hit the bug , with a Windows XP Guest, which x86 , qemu32 , 1vcpu , 3 GB RAM , SeaBIOS i440fx-5.2
No /PAE Windows boot option, but a SQL Server , perhaps does something , IDK.
Apps and Windows EXE crash with pop-ups errors, like...
The workaround mentioned in https://gitlab.com/qemu-project/qemu/-/issues/1983 is working, I edited /etc/pve/qemu-server/100.conf to add:
args: -cpu host,lm=off
And now the VM boots successfully.
I'm posting here in case it helps someone...
It does, but the installer you're using has an issue with LSI cards. use the pve8.1 iso instead (dont worry, you'll be able to dist-upgrade to current.)
Oh, found a way that works. In case anyone is interested, on PVE host doing the restore:
> systemctl edit pvedaemon
Add the lines:
[Service]
Environment="PBS_RESTORE_FETCH_CONCURRENCY=8"
Environment="PBS_RESTORE_MAX_THREADS=2"
(or whatever...
I have a small side note:
Just make sure to use the same encryption key to achieve this. (Encryption is done on the client, the PVE, while de-duplication happens on PBS...)
Hi,
It's working on my side with fresh Win10 ISO (from Microsoft), and the latest VirtIO drivers (from : https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.271-1/).
I just have to look in the amd64 ->...