Jump to content

[SOLVED] Really slow (50 MB/s) transfer speed between disks on UnRaid - Even with parity turned off


Recommended Posts

I installed unRaid yesterday, and despite its very nice features, it is extremely slow when compared both with Proxmox and TrueNAS on the exact same system.

 

I am copying my files from another drive, mounted on unRaid, where I have the backup from my old install, to my unRaid array with rsync, and I am getting speeds of 50 MB/s

 

  • Results with XFS and BTRFS are mostly the same (I reformatted my array to see if that was the problem).
  • Parity drive is deactivated
  • Speeds both on Proxmox and TrueNAS (only with 2 cores active) for the same system, where between 150 to 180 MB/s
  • As you can see, DiskTest results done on UnRAID show a top speed between 200 MB/s to 100 MB/s

    So, what is going on here? Disks seem to read just fine, so why it's so slow to copy data between disks on UnRaid when it's not with other OSs?

 

unraidspeed.png

Edited by jbssm
mark as solved
Link to comment

Hi and thank you.

 

What diagnostics are you talking about?

The rsync command is: `rsync -ah --info=progress2 originFolder /mnt/user/media`

The media folder in question is a share without any cache drive assigned.

Edited by jbssm
add info
Link to comment
  • jbssm changed the title to [SOLVED] Really slow (50 MB/s) transfer speed between disks on UnRaid - Even with parity turned off
  • 1 year later...

As mentioned pausing a parity check/sync only suspends checking/calculating the rest of the disk, parity is still updated realtime for any writes that are being done.

You cannot suspend parity without unassigning all parity drives and rebuilding them entirely later (and having no protection for that duration).

 

You also don't have Reconstruct writes enabled.

Edited by Kilrah
Link to comment
14 minutes ago, Kilrah said:

As mentioned pausing a parity check/sync only suspends checking/calculating the rest of the disk, parity is still updated realtime for any writes that are being done.

You cannot suspend parity without unassigning all parity drives and rebuilding them entirely later (and having no protection for that duration).

 

You also don't have Reconstruct writes enabled.


Thanks for your reply so if i understand this correctly i'll have to run the parity check again and i changed Tunable (md_write_method) into reconstruct writes.

Link to comment
On 3/6/2023 at 10:16 AM, JorgeB said:

Yes, finish the parity sync first then you can use turbo write.

 

Hi JorgeB, 

I really don't know what the problem is with the transfer speed between my desktop pc and my NAS device but i runned the parity check again and changed Tunable (md_write_method) into reconstruct writes afterwards but it's still maximum 50mb/s.  Why is this so slow?

I don't have the option to use a cache disk so i am just running 8 Seagate Barracuda 4TB disks and two of them are parity.

Edited by Cyaankali
Link to comment
2 hours ago, JorgeB said:

Disks are writing faster than that, suggesting you have a LAN issue, run a single stream iperf test in both directions.


After a lot of trial and error i received the following:

[  4]   0.00-1.00   sec   112 MBytes   943 Mbits/sec
[  4]   1.00-2.00   sec   113 MBytes   947 Mbits/sec
[  4]   2.00-3.00   sec   113 MBytes   946 Mbits/sec
[  4]   3.00-4.00   sec   113 MBytes   949 Mbits/sec
[  4]   4.00-5.00   sec   112 MBytes   943 Mbits/sec
[  4]   5.00-6.00   sec   113 MBytes   947 Mbits/sec
[  4]   6.00-7.00   sec   113 MBytes   944 Mbits/sec
[  4]   7.00-8.00   sec   112 MBytes   944 Mbits/sec
[  4]   8.00-9.00   sec   113 MBytes   947 Mbits/sec
[  4]   9.00-10.00  sec   113 MBytes   949 Mbits/sec

So i installed iperf3 on my server and i used the iperf3 tool on W10 after using iperf3.exe -c and the ip address.

Edited by Cyaankali
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...