Gentoo Archives: gentoo-server

From: "Todd M. Hébert" <todd@×××.ie>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] what is the best filesystem for a server
Date: Mon, 09 Jun 2008 16:29:55
Message-Id: 484D5A7B.1000601@iil.ie
In Reply to: Re: [gentoo-server] what is the best filesystem for a server by RijilV
1 Whether the RAID is toast due to the loss of two drives depends on how many drives you're striping the data across and how many parity drives you have.
2
3 With RAID 5, if you have 9 drives you end up with one dedicated for parity, and the system should keep running with a loss of 2 drives without incident. (provided that you replace the 2 affected drives before a third fails.)
4
5 I believe you can lose three drives out of 9 as long as it's not the parity drive on RAID 5.
6
7 On RAID 4, how many drives you can lose depends on whether you are running single or dual parity, and how many you have overall. You can run 8 data drives plus dual parity.. in this configuration you should be able to lose 2 data drives AND a parity drive (out of a 10-drive configuration) before data becomes endangered. (or 3 data drives.)
8
9 The major difference between 4 & 5 is being able to resize the RAID set on the fly. (adding drives to the RAID pool without having to completely rebuild it.)
10
11 The data centre that we're in tests their battery backup once each week, and the diesel generators once a month. There are two completely discrete power systems (from the cabling that our servers connect to, which are always dual-powered, through the battery backups, and the generators. There is a spare battery backup system that can be manually shunted into place in the even that either of the primaries fails to perform... takes only a few huge switches to change over, and all our networking kit is duplicated, so we can run without incident if we lose either of our power feeds singly.) We have had zero downtime due to any faults in equipment owned by the data centre since opening in 1999... 3 other data centres within 10 miles of here have had serious outages, including all-day outages, due to faults in their failover.. the guys we lease our space from really know what they're doing.)
12
13 --Todd
14
15
16 RijilV wrote:
17 > 2008/6/9 "Todd M. Hébert" <todd@×××.ie>:
18 >> We use RAID 1 on servers that are not file servers, RAID 4 or 5 on
19 >> file-servers (depending on how much need for redundancy we have on a
20 >
21 > Doesn't RAID 4 and 5 offer the same level of protection? I thought
22 > the only difference was RAID4 had a dedicated parity device whereas
23 > RAID5 stripes parity information across all devices. In either case,
24 > loose two drives and the RAID is toast.
25 >
26 >
27 >> We're in a data centre that isn't likely to have blackouts. (It can run on
28 >> batteries for 6 hours, and has diesel generators with 48-hours worth of fuel
29 >> on-site, as well as an emergency supply-chain for the diesel.)
30 >
31 > I too have been in very very high profile very very nice data centers
32 > with a jabillion hours of battery backup and even more of generator
33 > power. One time someone hit the BIG RED BUTTON on the floor where
34 > our gear was caged and presto - power was gone. Another time the city
35 > cut the power mains to the building, and the generator that was
36 > supposta supply half of our racks someone had left in "manual" mode as
37 > apposed to automatic, thus taking out a fair number of our servers. I
38 > think if you ask any sufficiently large group of people for horor
39 > stories of power going out in a N+2 redundant power environmnet,
40 > you'll get way more than you were looking for.
41 >
42 >
43 >> I've not seen problems as described below on 3Ware cards... I believe the
44 >> configuration for each RAID is is backed-up on each disk in the RAID set.
45 >> I've never had a problem with those. (I have seen a problem with another
46 >
47 > I too have only ever had wonderful experiences with 3Ware cards under
48 > Linux. I've not had one of their cards fail, but have had backplanes
49 > fail and bad cables. Diagonosing and getting your vendor to admit to
50 > a bad backplane generally requires more than one outtage :( Now LSI
51 > cards on the otherhand have caused me some grief.
52 >
53 >
54 >> XFS filesystems no all of the above, just for reference.
55 >
56 > FWIW, always have run ext3, unless it was before ext3 was 'stable',
57 > then it was ext2.
58 >
59
60 -- Anything below this line is required by Irish law, and automatically inserted by the SMTP server --
61
62
63 **********************************************************************
64 "Private Confidential & Privileged"
65 This Email and any files and attachments transmitted with it are
66 confidential and/or privileged. They are intended solely for
67 the use of the intended recipient. Any views and opinions expressed
68 are those of the individual author/sender and are not necessarily
69 shared or endorsed by Independent Newspapers (Ireland) Limited or any
70 associated or related company. The content of this Email and any file
71 or attachment transmitted with it may have been changed or altered
72 without the consent of the author. If you are not the intended
73 recipient, please note that any review, dissemination, disclosure,
74 alteration, printing, circulation or transmission of this Email and/or
75 any file or attachment transmitted with it, is prohibited and may be
76 unlawful. If you have received this Email or any file attachment
77 transmitted with it in error, please notify support@×××.ie or contact
78 Systems Administrator Tel: +353 (1) 411 2244
79 Internet Interaction Limited
80 3050 Lake Drive, Citywest digital Park, Co Dublin
81 CRO # 247783
82
83
84 --
85 gentoo-server@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-server] what is the best filesystem for a server JD Gray <kahdgarxi@×××××.com>