Replies: 1 comment 3 replies
-
If you would like suggestions on this, you should probably include:
All that said, USB can be a garbage protocol for storage. Disks often reset or detach randomly, with varying levels and types of errors bubbling up the stack, and for disks that aren't UASP-compatible (USB-attached-SCSI protocol, which was a replacement for the old protocol for mass storage on USB), the overhead can be substantial. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using a HP microserver 10plus, Intel(R) Xeon(R) E-2224 CPU @ 3.40GHz, 16 GB RAM, with 4xWD Red as a raidz2, and doing a zfs send from my old server onto this new machine worked well and fast. Around 7TB of data within a couple of hours. (encrypted)
Now I'm creating a backup from the zpool built from the internal 4 disks onto 4 USB 3.0 connected WD 2.5 Inch hard disks, also configured as a raidz2.
But a zfs send -w -R INTERNALZFS@SNAPSHOT | zfs recv USBBASEZFS
is extremely slow. Even when putting a mbuffer -q -s 128k -m 1G in the pipe, as some people recommend, the transfer from the internal to the USB based ZPOOL is in the range of just some MB/s.
Why is ZFS recv so incredibly slow when using external USB disks? (directly attached, no USB hub)
Originally I used three disks as a raidz, and this was significantly faster, but since I added a fourth disks and a raidz2, it became extremely slow.
Beta Was this translation helpful? Give feedback.
All reactions