hello,
im trying to build fast NVME storage.
i have this server:
www.gigabyte.com
amd EPYC 7302P
with 5 MICRON 9300PRO 15TB U2 NVME - 3.5 GB/s
SAMSUNG DDR4 2933 16GB x4
making a raidZ or Stripe pool make the disk work relativly slow from what it is capable:
-no sync
-no compression
-Record Size: 1M
can any one point to what can be the issue or what can i try to change in order to get the max performance?
im trying to build fast NVME storage.
i have this server:
R272-Z32 (rev. 100) | Rack Servers - GIGABYTE Global
Supports GRAID SupremeRAID SR-1000 NVMe/NVMe-oF RAID CardSingle AMD EPYC™ 7002 series processor family8-Channel RDIMM/LRDIMM DDR4, 16 x DIMMs2 x 1Gb/s LAN p...
amd EPYC 7302P
with 5 MICRON 9300PRO 15TB U2 NVME - 3.5 GB/s
SAMSUNG DDR4 2933 16GB x4
making a raidZ or Stripe pool make the disk work relativly slow from what it is capable:
-no sync
-no compression
-Record Size: 1M
Code:
dd if=/dev/zero of=/mnt/pool1/test bs=1M count=50000 pool1 46.3G 27.7T 0 19.1K 0 3.25G gptid/b48c1ff8-1f31-11ea-bb92-b42e99a45c0d 23.1G 13.9T 0 9.59K 0 1.63G gptid/b4c09563-1f31-11ea-bb92-b42e99a45c0d 23.1G 13.9T 0 9.49K 0 1.62G -------------------------------------- ----- ----- ----- ----- ----- ----- dd if=/dev/zero of=/mnt/pool2/test bs=1M count=50000 same test on only one nvme: pool2 26.1G 13.8T 0 3.27K 0 3.10G gptid/aae97065-1f35-11ea-bb92-b42e99a45c0d 26.1G 13.8T 0 3.27K 0 3.10G if i create larger pool each disk work slower: pool1 64.6G 55.4T 0 38.1K 0 3.44G raidz1 64.6G 55.4T 0 38.1K 0 3.44G gptid/8418f539-1f3a-11ea-a940-b42e99a45c0d - - 0 9.99K 0 1.17G gptid/84530d77-1f3a-11ea-a940-b42e99a45c0d - - 0 9.99K 0 1.17G gptid/8494e236-1f3a-11ea-a940-b42e99a45c0d - - 0 9.85K 0 1.17G gptid/84cef370-1f3a-11ea-a940-b42e99a45c0d - - 0 9.92K 0 1.17G root@freenas[~]# dd if=/dev/zero of=/mnt/pool1/test bs=1M count=50000 50000+0 records in 50000+0 records out 52428800000 bytes transferred in 14.801266 secs (3542183421 bytes/sec) = 3.5GB...
can any one point to what can be the issue or what can i try to change in order to get the max performance?