Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I really like the concept of the Drobo, I just don't like the speed. I want the redundancy and easy upgradeability of the Drobo, but faster. I would love to be able to build something on my own. ZFS seems like a good place to start, but it has either upgradeability or redundancy (RAIDZ) but not both.

To clarify, I want to be able to have an array of disks which are expandable by just adding a drive and have redundancy built in.

I found instructions for making zfs act like a Drobo, but they are quite complicated and upgrading is a lot of work. Has anyone automated something like what is described there? Is there a different file system I should be looking at?

share|improve this question
I'm really not sure its going to be possible to answer this, but at the very least, you'll need to define what precisely you mean by "Drobo-like functionality". – RobM Apr 14 '12 at 7:05
I think he's referring to the "add disks of any size, on the fly" JBOD functionality of Drobo. – ewwhite Apr 14 '12 at 7:44
1  
Might I ask how this is off-topic? I'm trying to understand ZFS which is a server technology. – Steve Rowe Apr 14 '12 at 21:14
Look into greyhole. It provides redundancy and easy expandability to any size disk – Grant Jun 10 '12 at 12:38

closed as off topic by SvW, WesleyDavid, RobM, Khaled, Shane Madden Apr 14 '12 at 8:07

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

What are you trying to accomplish? If you use ZFS, you would ideally use identical drive types/sizes. RAID mirrors tend to be more flexible than RAIDZ. ZFS isn't inherently faster than the Drobo; that depends heavily on your ZFS design.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.