An array of choices....
August 17, 2012 7:33 AM   Subscribe

Looking for advice from other mefites on how to best use the additional disks I've purchased to expand my current home Linux server. RAID5/6? Native ZFS raidz? Something else? Also curious about use of iSCSI instead of SMB for things like Time Machine, etc.

I've acquired four 1TB notebook drives that I've put in a hotswap cage, to be placed in my Linux (Ubuntu 12.04) fileserver & mythbackend. I'd appreciate thoughts on using mdraid RAID5/6 vs. native ZFS on Linux (without ECC memory and other ZFS niceties) and maybe vs. other possible solutions like Greyhole.

The "server" is a somewhat modest affair, based on a GA-EP45T-UD3LR motherboard. Core 2 Quad Q8400 @ 2.66 gHz. (LGA775, P45 platform,S SATAII on Intel ICH10R, DDR3). 4GB of RAM, currently. (The board will accept up to 16GB). This particular system currently has small 20gb SSD for boot/root, a two disk 700Ggb stripe set (two 350gb drives), and a two disk mirror set (two 1tb drives) in mdraid.

The stripe set is given over almost entirely to MythTV as recording space. It generally stays around 80%-90% full, with Myth expiring programs as required to keep it there. A small part of the stripe is reserved as "incoming" space for sshfs mounts, from which files are copied to other partitions/machines and then deleted.

The mirror is used as my primary every-day networked shared storage from my desktops and laptop, for archived files, storage of incremental backups (at least the online copies), etc.

While the 700gb on the mirror seemed like a lot of space when I built it a couple years back, I've grown tired of using as many external USB HDDs as I did then. Plus I find my storage needs have grown faster than expected, in part due to the need to archive digital video project files (which I had not expected) and disk images and the like for testing and tinkering (also not expected).

I have been looking at ZFS for some time but have not pulled the trigger, at first because of being afraid of depending on Solaris and BSD before building up any practical experience with either, and because of hardware compatibility and cost issues. That picture seems to have changed somewhat with the native ZFS Linux port (despite not being in the kernel due to licensing issues).

So, now I find myself wondering if I should go ahead and install ZFS and add these disks as a raidz array, rather than the RAID5 or RAID6 mdraid array I had planned on.

My preference would be to stick to more standard Linux practices on this box, partially because I update it from the Mythbuntu repos and I'm worried something might break if I'm pulling from there and a ZFS PPA. Is that baseless superstition on my part?

I'm also not sure what's better in terms of performance. The box needs to remain responsive enough that Myth recording tasks will not fail due to the storage system monopolizing resources. This shouldn't require much CPU, but I've heard horror stories about network writes to shared mdraid RAID5/6 arrays causing other services to fail as everything grinds to a halt for parity calculation. Your experiences and/or advice with this would be much appreciated. Do I need to worry here?

On the other hand, I' understand that ZFS is RAM hungry, and requires 4GB + 1GB per TB of raidz array just to itself to perform well. That would mean adding another 8GB of memory to the system, which isn't impossible (or all that expensive). However, given that this system doesn't support ECC memory, I'm wondering if I'm better off waiting to do my ZFS experimentation on a system that does, and where I won't be complicating a "production" (at least in my life) server.

Thought on other storage options are also appreciated (such as Greyhole or other managed JBOD setups), although I've not been thrilled with what I've seen so far.

I'm also curious about serving some of the storage over iSCSI, for instance to support Time Machine, and I'd appreciate any thoughts and advice on doing that from Ubuntu 12.04 with mixed (OS X SL and ML and Win 7) clients. Given that the machines that would be using iSCSI are close to each other, and most have second network ports, would it be a good idea to put in a physically separate SAN for iSCSI, so regular network traffic doesn't get in the way?

(I've spent time reading zfs-discuss, sysadmin blogs, and linux forum threads and the like. Discussion in this area seems somewhat polarized between the very basic and rather complex, without much middle ground. I thought an askme might turn up some helpful syntheses based on others' endeavors.)
posted by snuffleupagus to Computers & Internet (4 answers total) 1 user marked this as a favorite
 
Response by poster: [just to clarify the typo above, it's currently a 700gb mirror and a 1tb stripe.]
posted by snuffleupagus at 7:35 AM on August 17, 2012


I run a FreeBSD/ZFS RAID-Z server at home. I can't really speak to the state of ZFS on Linux. I've had nothing but a positive experience with ZFS -- then again, I leverage it most on my non-media drives where I can use features like pool compression and snapshotting.

Snarky install FreeBSD suggestion. :) ZFS is nice, but might be more of a crapshoot on linux.
posted by wrok at 12:09 PM on August 17, 2012


FWIW, I've got a Lian Li PC-Q08B case holding a Gigabyte GA-H55N-USB3 motherboard, a 3.06GHz CPU, 4GB or RAM and a bunch of Samsung EcoGreen F4 ST2000DL004 2TB 32MB Cache SATA drives and a SATA PCI card (since the motherboard doesn't have enough ports). Been running since January 2011 without issue (except for the time the motherboard died and was replaced under warranty by the manufacturer about one month in). I'm running Ubuntu 10.04 LTS (12.04 looks nice, but this works and I want with an LTS so I can go four years without tinkering) and it does Time Machine for three Macs, bittorrent duties (rtorrent is my web interface of choice) and AFP server for various file shares, chief among them being Plex. GigE strings it all together.

The only thing I'd do different is get a bigger case and a regular motherboard and put some hotswap bays in the front, makes swapping a drive out simple and growing the array a ten minute process instead of an afternoon cursing at the stupid case. (I got this case because I was super limited on space at the time. It's a fine case, just tiny.)

Here's some stats if you'd like:

http://imgur.com/a/byJTt

The blips you see at the start of every month is the mdadm scrub. Oh, yeah, I should mention that, no ZFS for me, just RAID6 thanks to mdadm. I documented the entire process, photos of the build, commands entere verbatim to create the arrays, etc. I meant to write it up and post it for others to follow but, well, it's 20 months later and I haven't done that, so oh well.
posted by Brian Puccio at 6:48 PM on August 17, 2012


I've been very happy with ZFS on Ubuntu 12.04. It's been completely stable for me, and I've had no complexities. It "Just Works".

I built a 2TB ZFS mirror, and after three weeks one of the disks started failing intermittently, failing a handful of checksums a week, as spotted with zfs status. After running some SMART tests, I pulled the disk and returned it, and just stuck the replacement in. Just like it's meant to be.

Everything you've read about how RAM hungry it is is true. I've got 6GB of ECC, and I think I might pull the 2GB stick that came with the box and replace it with a 4GB at some point, to upgrade to 8GB.

I'm also running Time Machine over netatalk/AFP, and the disk speed is saturated on a Gigabit network.
posted by scraplab at 1:27 AM on August 27, 2012


« Older keeping the crush crushy while apart?   |   How can I watch this years Vuelta a EspaƱa online? Newer »
This thread is closed to new comments.