Proxmox file transfer performance

Jul 14, 2024
41
0
6
Hello.

The throughput on the Windows Server 2022 VM is not in line with CrystalDisk tests on the same VM.

Could it be a Windows limitation or some configuration error?

- Hardware: DELL R410 Server with Intel 4520 SSD for PROXMOX in ZFS. ZFS pool in RAIDZ1 with 04 960GB KINGSTON DC600M SSD.

- VM configuration:

1721929770015.png
- Tests:

- Copy:

1721930082423.png

- CrystalDisk:

1721929852510.png
 
ZFS will indeed tank performance, because of its write amplication ( and checksum , integrity ....).
+ ZFS RAID-Z1 (it's not RAID5 ...) isn't the best choice for performance,
using ZFS striped mirror (like RAID10) is recommanded for VMs storage, it should surely double your Windows copy file test ...
 
ZFS will indeed tank performance, because of its write amplication ( and checksum , integrity ....).
+ ZFS RAID-Z1 (it's not RAID5 ...) isn't the best choice for performance,
using ZFS striped mirror (like RAID10) is recommanded for VMs storage, it should surely double your Windows copy file test ...
This RAID10?

1721936587775.png