Performance of a ZFS Stripe
Posted: 27 Dec 2016 12:07
Recently I bought 2 factory new HGST 6 GB HDDs and made a ZFS Stripe out of them. I am having my original data on RadZ1 ZFS Pool (3 x 6 GB - WD Red). My plan is to use the ZFS Stripe pool (2 x 6 TB HGST) as a backup of my main data (3 x 6 TB WD Red). Can I hear some advice on the following topics:
1) Is it advisable to use ZFS Stripe as a backup of one's data ?
2) I have expected the Stripe to have a greater performance then single drive during rsync. Yesterday I have started a copy of my data
from ZFS RaidZ1 to the ZFS Stripe. It took 13 hours for 4.4 TB of data - which is an average of 340 GB per hour - or less then 100 MB
per second. The single drives are performing at about 170-180 MB/s. When I do a simple test of the write speed with the dd command:
nas4free: ~ # dd if=/dev/zero of=/mnt/NASVAS1_BACKUP_VOL1/test.dd bs=2M count=10000
10000+0 records in
10000+0 records out
20971520000 bytes transferred in 57.266968 secs (366206224 bytes/sec)
I am getting ~ 360 MB/s. Is it there something I can do to improve the actual real life performance of my ZFS stripe?
Thank you in advance for all your concerns and comments.
1) Is it advisable to use ZFS Stripe as a backup of one's data ?
2) I have expected the Stripe to have a greater performance then single drive during rsync. Yesterday I have started a copy of my data
from ZFS RaidZ1 to the ZFS Stripe. It took 13 hours for 4.4 TB of data - which is an average of 340 GB per hour - or less then 100 MB
per second. The single drives are performing at about 170-180 MB/s. When I do a simple test of the write speed with the dd command:
nas4free: ~ # dd if=/dev/zero of=/mnt/NASVAS1_BACKUP_VOL1/test.dd bs=2M count=10000
10000+0 records in
10000+0 records out
20971520000 bytes transferred in 57.266968 secs (366206224 bytes/sec)
I am getting ~ 360 MB/s. Is it there something I can do to improve the actual real life performance of my ZFS stripe?
Thank you in advance for all your concerns and comments.