Hi all,
First post on the forums, and a VERY new FreeNAS user. I'm loving it so far, but I have a couple of questions for the more seasoned FreeNAS users :)
1) With 14 x 2TB drives(WD Green EARS), how should I configure ZFS? As one large RAIDZ2 or another setup?
8 drives is connected internally on the motherboard and the last 6 drives will be connected to a Dell SAS Sata HBA 6i controller on the PCI-E bus, once they arrive.
My primary usage will be media streaming over LAN, but as I rip all my Blurays as images on my primary workstation, there will also be a great deal of writing to the NAS, so write speed should also be fairly good.
2) I tried making a RAIDZ2 array with the first 8 drives I got yesterday(6 more coming), ALL drives are connected to the onboard SATA controller. and with a DD write/read test I got these figures:
IMHO a very nice performance!
BUT, today I recieved my Dell SAS controller(bought very cheap), tried hooking a single 320GB SATA2 drive on it and created the disk as ZFS, just as that one single drive, making a volume for it self. There after I ran the DD test on that single volume.
The figures I got was horrifying :( I don't have the exact numbers now, but read was around 90MB/s and write was 55MB/s.
Will these numbers get much better when attaching 6 drives and configuring RAIDZ2 or do I need to look elsewhere for the bottleneck?
3) The Dell SAS Sata 6i controller I have flashed with LSI Logic firmware as Dell just copied a LSI HBA(LSI SAS 1068E chipset). The controller is running fine without problems, I tried the DD test both before and after I flashed the firmware on it, same speed. What I don't understand is that when running as a HBA, letting ZFS control the "raid" part. The controller really shouldn't be a bottleneck in anyway, right? I checked with "mptutil" and the drive are infact showing up a "physical", so it seems that it's working as intended(HBA).
4) My drives, being WD 2TB EARS, I guess they have the 4K "problem", it that something to be worried about? I don't see the "4K option" when creating volumes?
I know this is a wall of text, but I'm hoping someone can assist?
Thanks in advance
Jim
First post on the forums, and a VERY new FreeNAS user. I'm loving it so far, but I have a couple of questions for the more seasoned FreeNAS users :)
1) With 14 x 2TB drives(WD Green EARS), how should I configure ZFS? As one large RAIDZ2 or another setup?
8 drives is connected internally on the motherboard and the last 6 drives will be connected to a Dell SAS Sata HBA 6i controller on the PCI-E bus, once they arrive.
My primary usage will be media streaming over LAN, but as I rip all my Blurays as images on my primary workstation, there will also be a great deal of writing to the NAS, so write speed should also be fairly good.
2) I tried making a RAIDZ2 array with the first 8 drives I got yesterday(6 more coming), ALL drives are connected to the onboard SATA controller. and with a DD write/read test I got these figures:
Code:
nas01# dd if=/dev/zero of=/mnt/VOL-16TB-Z2/ddtestfile bs=2048k count=10000 10000+0 records in 10000+0 records out 20971520000 bytes transferred in 46.331798 secs (452637734 bytes/sec) nas01# dd of=/dev/zero if=/mnt/VOL-16TB-Z2/ddtestfile bs=2048k count=10000 10000+0 records in 10000+0 records out 20971520000 bytes transferred in 37.618446 secs (557479699 bytes/sec)
IMHO a very nice performance!
BUT, today I recieved my Dell SAS controller(bought very cheap), tried hooking a single 320GB SATA2 drive on it and created the disk as ZFS, just as that one single drive, making a volume for it self. There after I ran the DD test on that single volume.
The figures I got was horrifying :( I don't have the exact numbers now, but read was around 90MB/s and write was 55MB/s.
Will these numbers get much better when attaching 6 drives and configuring RAIDZ2 or do I need to look elsewhere for the bottleneck?
3) The Dell SAS Sata 6i controller I have flashed with LSI Logic firmware as Dell just copied a LSI HBA(LSI SAS 1068E chipset). The controller is running fine without problems, I tried the DD test both before and after I flashed the firmware on it, same speed. What I don't understand is that when running as a HBA, letting ZFS control the "raid" part. The controller really shouldn't be a bottleneck in anyway, right? I checked with "mptutil" and the drive are infact showing up a "physical", so it seems that it's working as intended(HBA).
4) My drives, being WD 2TB EARS, I guess they have the 4K "problem", it that something to be worried about? I don't see the "4K option" when creating volumes?
I know this is a wall of text, but I'm hoping someone can assist?
Thanks in advance
Jim