Try mounting the other way, so you read form NFS and write to ZFS (~DAS). That 
should perform significantly better.
NFS write is slow (compared to read) because of syncronous ack.
If you for some reason cant mount the other way, then you may want to play with 
NFS mount-options for write-buffer sizes  (wsize=) and async (risky but faster!)
I guess rsync has a wider ack-window that makes it faster than NFS write (i.e. 
buffers more without wait-state). Filesizes may have influence on the picture.

Pål
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to