SLES 11 SP1 mdadm software RAID5 ext3, alignment/performance

Hello,

I’m trying to figure out the correct settings for a 7+1 (1TB SATA) RAID5 mdadm software RAID5 setup on SLES 11 SP1.

I’m having a few questions:

  1. I notice that “pvcreate” does not support the “–dataalignment” option, which is referenced in several Linux software RAID howto’s and wikis ??

  2. What would be the best way to setup a ext3 filesystem, without LVM (see 1 - and I can live with it being a single big filesystem).

Currently, what I think about doing is:
a) On each of the 8 disks, create a single primary partition starting at sector 2048 (should solve 512/4096 byte sector stuff)

b) create a RAID5 array (without spare disk) using
mdadm -C /dev/md/mdraid5 --chunk 128 --level 5 -n 8 --force /dev/sda1 … /dev/sdh1

c) create an ext3 filesystem on the RAID5 device as follows:
mkfs.ext3 /dev/md/mdraid5 -b 4096 -E stride=32,stripe-width=224

(according to ‘man mkfs.ext3’, stride is the number of filesystem blocks in a RAID chunk, which is 128k/4k = 32. stripe-width is the numer of filesystem blocks in one RAID data stripe, which is (8-1)*128k/4k = 224) about 12

Does anyone have a well-informed opinion about
i) the raid5 chunk size to use (I thought about 128k, this filesystem will mostly host large files, order of GB size)
ii) whether my ext3 parameter derivations make sense
iii) how you would do it (ie setup RAID5 software raid, highest performance possible for a large-file filesystem, on SLES 11 SP1 with 8 1TB SATA disks)
iv) why pvcreate in SLES 11 SP1 is missing the “–dataalignment” option, whether it would still be needed (or the equivalent of it in SLES 11 SP1, what is it?) when using LVM on the RAID5 device
v) is ext3 a good enough filesystem for what I want to do (or is ext3 + software raid5 in this setup bound to be sluggish)? Should I look into ext4/xfs for software raid5 on SLES 11 SP1?

Thanks in advance for your responses!
Pieter

pthyseba,

It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.

Has your issue been resolved? If not, you might try one of the following options:

Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.suse.com/faq.php

If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.

Good luck!

Your SUSE Forums Team
http://forums.suse.com

pthyseba wrote:
[color=blue]

iv) why pvcreate in SLES 11 SP1 is missing the “–dataalignment”
option, whether it would still be needed (or the equivalent of it in
SLES 11 SP1, what is it?) when using LVM on the RAID5 device
v) is ext3 a good enough filesystem for what I want to do (or is ext3

  • software raid5 in this setup bound to be sluggish)? Should I look
    into ext4/xfs for software raid5 on SLES 11 SP1?[/color]

Hi Pieter,

You have asked a lot of questions. Perhaps no one feels qualified to
supply all the answers. I will comment on iv).

SLES11-SP2 is now available. I would consider installing the current
release. See the release notes:
http://www.novell.com/linux/releasenotes/x86_64/SUSE-SLES/11-SP2/#fate-306585-1

In SLES11-SP2, the pvcreate man pages shows that “–dataalignment” is a
valid option and, personally, I like LVM.

SLES11-SP2 now supports btrfs which may be more suitable to your needs.
You will have to decide.

The SLES11-SP2 release notes has this to say about ext4. I would not
consider using ext4 on a SLES11-SP1 system.

Regarding software RAID5 with SATA drives:

The main reason to consider this configuration is to avoid the cost of
a hardware RAID adapter. This configuration provides the lowest
performance of the various options open to you but it may be adequate
if you are more concerned about storage capacity and cost. Performance
will depend upon the characteristics of your server, the hard drives,
and how you access your data.

If you use SATA drives, they are not all created equal. Assuming you
don’t already have your hard drives, I would recommend only using
“enterprise class” drives that are rated for 7x24 service. Since you
are concerned about performance, I would consider stepping up to 7200
rpm SAS drives, especially if you already have a SAS controller. The
cost is only slightly more than enterprise SATA drives.


Kevin Boyle - Knowledge Partner
If you find this post helpful and are using the web interface,
show your appreciation and click on the star below…