Le 17 déc. 09 à 03:19, Brent Jones a écrit :

Something must've changed in either SSH, or the ZFS receive bits to
cause this, but sadly since I upgrade my pool, I cannot roll back
these hosts  :(


I'm not sure that's the best way, but to look at how ssh is slowing down the transfer, I'm usually doing something like that:

zfs send -R data/vo...@2009-12-14_01h44m47 | pv | ssh hex "cat > / dev/null"

I usually get approximately 60 MB/s.

Changing the cipher can enhance the transfer rate noticeably: "-c arcfour" gives an extra 10 MB/s here. If you found that ssh is what is slowing down the transfer, maybe another cipher than the default one can help.

Gaëtan

--
Gaëtan Lehmann
Biologie du Développement et de la Reproduction
INRA de Jouy-en-Josas (France)
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09
http://voxel.jouy.inra.fr  http://www.itk.org
http://www.mandriva.org  http://www.bepo.fr

Attachment: PGP.sig
Description: Ceci est une signature électronique PGP

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to