I’m upgrading old hardware and Truenas (Core → Scale). Both systems have 5 spinning disks, RAIDZ2 config, and both with 500 GB SSD for log and 500 GB SSD for cache. Both datasets use “STANDARD” sync.
Both systems have 10Gb SFP+ to aggregation switch, and iperf3 results show link is fully functional.
Remote VM on a Proxmox system has two NFS mounts, one to CORE and one to SCALE, but limited to 2.5 Gb/s link.
FIO test script, shows markedly different results between the two NFS mounts: (script does random and sequential read/write)
CORE : ~ 145 MB/s write and 265 MB/s read, Average IOPS 31,543
SCALE: ~ 15 MB/s write and 39 MB/s read, Average IOPS 3654
Running FIO command for random write directly on SCALE system shows 98 MB/s write and average IOPS 23,875
Any pointers where to start looking and finding the issue for discrepancy?