> Hello Thomas,
> 
> With ZFS as local file system it shouldn't be a
> problem unless tar
> fdsync's each file but then removing fdsyncs would be
> easier.
> 
> In case of nfs/zfs multi-threaded tar should help but
> I guess not for
> writes but rather for file/dirs creation and file
> closes. If you only
> put writes to worker threads I'm not sure it will
> really help much if
> any.
> 


write and close are sent to worker threads. For open I cannot imagine a
way to parallelize the operations without rewriting tar completely.

I'd be interested in both local ZFS and ZFS over NFS.

Masking out the fdsyncs could be an easy enhancement. But Sun's tar
doesn't do it anyway IIRC and star can be told to suppress the fdsyncs.
 
 
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