ZFS on top of iSCSI
Posted
by
Solipsism
on Server Fault
See other posts from Server Fault
or by Solipsism
Published on 2012-08-28T03:28:23Z
Indexed on
2012/08/28
3:39 UTC
Read the original article
Hit count: 198
I'm planning on building out a file server using ZFS and BSD, and I was hoping to make it more expandable by attaching drives stored in other machines in the same rack via iSCSI (e.g., one machine is running ZFS, and others have iSCSI targets available to be connected to by the ZFS box and added to zpools).
Looking for other people who have tried this has pretty much lead me to resources about exposing iSCSI shares on top of ZFS, but nothing about the reverse. Primarily I have the following questions:
- Is iSCSI over gigabit ethernet fast enough for this purpose, or would I have to switch to 10GbE to get decent performance?
- What would happen when one of the machines running iSCSI targets disconnects from the network?
- Is there a better way to do this that I just am not clever enough to have realized?
Thanks for any help.
© Server Fault or respective owner