Hello.
Please, why I'm getting only around 18 MB/s when copying folders with a lot of small files (28,000+) from the zpool to the local client SSD drive (using NFS or SSH, makes no difference)?
This is using a 1Gbps connection. The pool is configured as mirror (trying vainly to maximize the read speed!):
Some relevant properties:
But, instead:
Please, why I'm getting only around 18 MB/s when copying folders with a lot of small files (28,000+) from the zpool to the local client SSD drive (using NFS or SSH, makes no difference)?
This is using a 1Gbps connection. The pool is configured as mirror (trying vainly to maximize the read speed!):
Code:
NAME STATE READ WRITE CKSUM zpool ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada0 ONLINE 0 0 0 ada1 ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 ada2 ONLINE 0 0 0 ada3 ONLINE 0 0 0 mirror-2 ONLINE 0 0 0 ada4 ONLINE 0 0 0 ada5 ONLINE 0 0 0
Some relevant properties:
Code:
recordsize 128K compression lz4 atime off dedup off
But, instead:
- Write speed is OK: When copying this same folder from the local client SSD drive to the zpool, I'm saturating the 1Gbps!
- Sequential read speed is OK: When copying big files (30GB+) from the zpool to the local client SSD drive, I'm saturating the 1Gbps!
Last edited: