What build number of your Windows Server 2025 iso ?
Because Windows Server 2025 iso GA is 26100.1742 build, released in September 2024,
which include KB5039239 (build 26100.863) released in June 2024 as monthly updates are cumulative.
Sorry, I don't understand.
start msinfo32.exe from Start Menu or Win+R
https://learn.microsoft.com/en-us/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity?tabs=security#use-msinfo32exe
I got SMTP to work via proxmox using ssmtp. this cleared notification tests as well as just backups status and etc
apt-get install ssmtp
vi /etc/ssmtp/ssmtp.conf
update/add your info into that conf file
root=proxmox@accountname
# The place...
Hello, I see that there are already threads available in 3.4.0. I use Proxmox at home on weak hardware r730xd with 5x 2.5 segate 5TB HDD CMR in raidz2 for data. The performance is terrible but for my home use it is acceptable. This is probably...
Have you checked from msinfo32.exe if VBS is really off using host vCpu type ?
edit: https://learn.microsoft.com/en-us/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity?tabs=security#use-msinfo32exe
OP has already the automatic shutdown or sleep option.
As sleep doesn't work in PVE and not useful in virtualized environnement,
Power on VM need to be scheduled within PVE.
Btw, another factor is Virtio-scsi Windows drivers version 215 (2022-01) to 262 (2024-08) which are known to hang. https://forum.proxmox.com/threads/windows-vms-transfer-speeds-drop-to-0-to-from-hdd-zfs-mirrored-pool.163057/post-753229
Share your ntfs folder to allow mount into CIFS mountpoint from your PBS.
(CIFS will do the conversion of colon).
Then add mount point as Datastore.
Then use "Sync Jobs" to "copy" backups.
Don't forget data is stored in ".chunks" folder , "vm"...
Thanks to our amazing community, we’re rolling out our newest software update for Proxmox Backup Server 3.4. Your feedback has been instrumental in shaping these improvements.
This version is based on Debian 12.10 ("Bookworm") but uses the Linux...
Thanks to our amazing community, we’re rolling out our newest software update for Proxmox Backup Server 3.4. Your feedback has been instrumental in shaping these improvements.
This version is based on Debian 12.10 ("Bookworm") but uses the Linux...
At the end it boils down to congestion control. The default cubic algorithm is the root cause of the bandwidth drop to only 20% of the available bandwidth.
When we add some more buffer tuning, my link gets completely saturated with the sync job -...
Lets go back from our excursion to iperf and IP and focus on PBS.
Tuning linux TCP buffers is doing the trick:
sysctl -w net.ipv4.tcp_rmem = 8192 262144 536870912
sysctl -w net.ipv4.tcp_wmem = 4096 16384 536870912
sysctl -w...