Gentoo Archives: gentoo-amd64

From: Bob Sanders <rsanders@×××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Soliciting new RAID ideas
Date: Tue, 27 May 2014 22:39:43
Message-Id: 20140527223938.GA3701@sgi.com
In Reply to: [gentoo-amd64] Soliciting new RAID ideas by Mark Knecht
1 Mark Knecht, mused, then expounded:
2 > Hi all,
3 > The list is quiet. Please excuse me waking it up. (Or trying to...) ;-)
4 >
5 > I'm at the point where I'm a few months from running out of disk
6 > space on my RAID6 so I'm considering how to move forward. I thought
7 > I'd check in here and get any ideas folks have. Thanks in advance.
8 >
9
10 Beware - if Adobe acroread is used, and you opt for a 3TB home
11 directory, there is a chance it will not work. Or more specifically,
12 acroread is still 32-bit. It's only something I've seen with the xfs
13 filesystem. And Adobe has ignored it for approx. 3yrs now.
14
15 > The system is a Gentoo 64-bit, mostly stable, using a i7-980x
16 > Extreme Edition processor with 24GB DRAM. Large chassis, 6 removable
17 > HD bays, room for 6 other drives, a large power supply.
18 >
19 > The disk subsystem is a 1.4TB RAID6 built from five SATA2 500GB WD
20 > RAID-Edition 3 drives. The RAID has not had a single glitch in the 4+
21 > years I've used this machine.
22 >
23 > Generally there are 4 classes of data on the RAID:
24 >
25 > 1) Gentoo (obviously), configs backed up every weekend. I plan to
26 > rebuild from scratch using existing configs if there's a failure.
27 > Being down for a couple of days is not an issue.
28 > 2) VMs - about 300GB. Loaded every morning, stopped & saved every
29 > night, backed up every weekend.
30 > 3) Financial data - lots of it - stocks, futures, options, etc.
31 > Performance requirements are pretty low. Backed up every weekend.
32 > 4) Video files - backed up to a different location than items 1/2/3
33 > whenever there are changes
34 >
35 > After eclean-dist/eclean-pkg I'm down to about 80GB free and this
36 > will fill up in 3-6 months so it's time to make some changes.
37 >
38 > My thoughts:
39 >
40 > 1) Buy three (or even just two) 5400 RPM 3TB WD Red drives and go with
41 > RAID1. This would use the internal SATA2 ports so it wouldn't be the
42 > highest performance but likely a lot better than my SATA2 RAID6.
43 >
44 > 2) Buy two 7200 RPM 3TB WD Red drives and an LSI logic hardware RAID
45 > controller. This would be SATA3 so probably way more performance than
46 > I have now. MUCH more expensive though.
47 >
48
49 RAID 1 is fine, RAID 10 is better, but comsumes 4 drives and SATA ports.
50
51 > 3) #1 + an SSD. I have an unused 120GB SSD so I could get another,
52 > make a 2-disk RAID1, put Gentoo on that and everything else on the
53 > newer 3TB drives. More complex, probably lower reliability and I'm not
54 > sure I gain much.
55 >
56 > Beyond this I need to talk file system types. I'm fat dumb and
57 > happy with Ext4 and don't really relish dealing with new stuff but
58 > now's the time to at least look.
59 >
60
61 If you change, do not use ZFS and possibly BTRFS if the system does not
62 have ECC DRAM. A single, unnoticed, ECC error can corrupt the data pool
63 and be written to the file system, which effectively renders it corrupt
64 without a way to recover.
65
66 FWIW - a Synology DS414slim can hold 4 x 1TB WD Red NAS 2.5" drives and
67 provide a boot of nfs or iSCSI to your VMs. The downside is the NAS box
68 and drives would go for a bit north of $636. The upside is all your
69 movies and VM files could move off your workstation and the workstation
70 would still host the VMs via a mount of the NAS box.
71
72 > Anyway, that's the basic outline. Any thoughts, ideas, corrections,
73 > expansions, etc., I'm very interested in talking about.
74 >
75 > Cheers,
76 > Mark
77 >
78
79 --
80 -

Replies

Subject Author
Re: [gentoo-amd64] Soliciting new RAID ideas Harry Holt <harryholt@×××××.com>
Re: [gentoo-amd64] Soliciting new RAID ideas Mark Knecht <markknecht@×××××.com>
Re: [gentoo-amd64] Soliciting new RAID ideas Marc Joliet <marcec@×××.de>