Hello,
we have a PVE 7.3 running and one VM is a Windows 10 guest, that is used to make backups from some files.
A CMD script makes these steps:
- mapping a network drive to a share on a netwerk drive (NAS)
- copy multiple 1GB files from network to a USB drive (attached to the W10 guest)
- calculating checksums for the source files (MD5 by fsum.exe)
The copy process uses the complete 1Gbit/s LAN speed
Calculation of the checksum takes approximately twice the time, although CPU is really low (<20%) and LAN is ~300Mbit/s
Is there a bottleneck for calculating checksums?
iirc before the upgrade from PVE6 to 7 the checksum was as fast as the copy.
Thanks for reply.
we have a PVE 7.3 running and one VM is a Windows 10 guest, that is used to make backups from some files.
A CMD script makes these steps:
- mapping a network drive to a share on a netwerk drive (NAS)
- copy multiple 1GB files from network to a USB drive (attached to the W10 guest)
- calculating checksums for the source files (MD5 by fsum.exe)
The copy process uses the complete 1Gbit/s LAN speed
Calculation of the checksum takes approximately twice the time, although CPU is really low (<20%) and LAN is ~300Mbit/s
Is there a bottleneck for calculating checksums?
iirc before the upgrade from PVE6 to 7 the checksum was as fast as the copy.
Thanks for reply.