Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync from zfs raid5 pool is extremely slow #117

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 1 comment
Open

rsync from zfs raid5 pool is extremely slow #117

GoogleCodeExporter opened this issue Apr 2, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1.I rsynced my Lightroom Libraries to my new raid5 zfs box. Source was a raid0 
hfs+ partition. (over eSata) That went fine. Building file list took a while 
but it's a lot of files.

2.Using rsync command to copy them back to a new raid1 zfs partition from the 
raid5 zfs pool. Now the building file list is very slow. Counting the first 
4200 files is nearly instant but then it only counts 100 files every 2secs...

3.

What is the expected output? What do you see instead?
I expected nearly the same speed as the initial copy to the zfs raid5 pool...

What version of the product are you using? On what operating system?
MacZFS-74.2.0 on osX 10.6.3

Please provide any additional information below.
aja speedtest showed around 100Mbps read and write speeds..


Original issue reported on code.google.com by [email protected] on 16 Apr 2013 at 1:07

@GoogleCodeExporter
Copy link
Author

Are there any errors reported by ZFS or in the syslog?
Try "zpool status -v" to check for potential problems with the pool.
Also check the Kernel log (using the console utility) to see if there are any 
harddisk related reports while the file list builds up.
To check directory read speed, you can try a "time find /your/pool/directory 
-type f".  If this is fast, butrsync slow, then it is something else going 
wrong.

Original comment by [email protected] on 19 Apr 2013 at 9:45

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant