Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] RAID6/ext4 for /?
Date: Fri, 31 Dec 2010 17:58:37
Message-Id: AANLkTikf7VS_iVJUaqkbF8Hq7rkbbFi+R3R79qmy9YY4@mail.gmail.com
In Reply to: Re: [gentoo-user] RAID6/ext4 for /? by Stroller
1 On Fri, Dec 31, 2010 at 8:41 AM, Stroller
2 <stroller@××××××××××××××××××.uk> wrote:
3 >
4 > On 31/12/2010, at 4:16pm, Mark Knecht wrote:
5 >> I haven't seen much discussion of ext4. Are people using it?
6 >
7 > Yeah, it seems pretty good. Anecdotally it seems stable enough, I don't see why it should be less so than ext3, now. Deletes are *much* faster than with ext3.
8 >
9 > Stroller.
10
11 Thanks Stroller. I saw a web page where Google announced this December
12 that they were going to be using it. I figured I might as well finally
13 get on board.
14
15 The next thing I need to understand is the initramfs stuff. My
16 existing RAID1 (md5 below, 3 disks) uses a 0.90 Super Block which get
17 auto-assembled by the kernel at boot. The new RAID6 (md3 below, 5
18 disks) uses Ver 1.2 which, as I understand it, won't get
19 auto-assembled and requires the initramfs. I'm currently going through
20 the Gentoo docs to learn about setting that up.
21
22 Cheers,
23 Mark
24
25 mark@c2stable ~ $ cat /proc/mdstat
26 Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
27 md6 : active raid1 sdc6[2] sdb6[1] sda6[0]
28 247416933 blocks super 1.1 [3/3] [UUU]
29
30 md3 : active raid6 sdb3[1] sdc3[2] sda3[0] sdd3[3] sde3[4]
31 157305168 blocks super 1.2 level 6, 16k chunk, algorithm 2 [5/5] [UUUUU]
32
33 md5 : active raid1 sdc5[2] sdb5[1] sda5[0]
34 52436032 blocks [3/3] [UUU]
35
36 unused devices: <none>
37 mark@c2stable ~ $