All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Vilain <sam@vilain.net>
To: Andy Boyko <andy@boyko.net>
Cc: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Building up a RAID5 LVM home server (long) [0x05B52F13]
Date: Thu, 10 Mar 2005 11:08:40 +1300	[thread overview]
Message-ID: <422F73E8.4070707@vilain.net> (raw)
In-Reply-To: <422F679C.8010003@boyko.net>

Andy Boyko wrote:
>>The underlying principle, is keeping the MD layer as simple as possible,
>>so that you've got nice little resilient building blocks for your Volume
>>Group.  Never use concatenation, striping or RAID5 at the MD layer if
>>you've got LVM, it's simply in the wrong place!
> Could you by any chance explain this?  Assuming, say, five identical
> disks, is it really wrong to make an MD RAID-5 out of them, and then
> put an LVM LV atop that, for later extension?   I'm feeling pretty 
> dopey, 'cause I'm not immediately grasping what would be an alternative 
> MD/LVM/EVMS/whatever approach, assuming you do fundamentally want N-1 
> worth of available space from those disks.  What am I missing?

Sorry, I shouldn't have said "never".  All I'm saying is that most of
the time, you think you want this but in balance you probably want to
simply buy a few more disks, or bigger disks, instead of worrying
about an extra X% of space, which invariably will just increase
backup requirements anyway.

If you do have an equally sized (ideally also homogenous brand/model)
set of disks, *and you don't overly care about write performance or
excessive performance degradation in the case of a single failure*,
then sure, RAID 5 setup as you say is the right solution.

This is just an old saying repeated.

   RAID - Fast, Cheap, Reliable.  Pick any two.

fast+cheap = raid 0/striping
fast+reliable = raid 1 or 10
cheap+reliable = raid 5

Sam.

       reply	other threads:[~2005-03-09 22:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <422F679C.8010003@boyko.net>
2005-03-09 22:08 ` Sam Vilain [this message]
2005-03-10 15:55   ` [linux-lvm] Building up a RAID5 LVM home server (long)[0x05B52F13] Ron Watkins
2005-03-12  6:49     ` Erik Ohrnberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=422F73E8.4070707@vilain.net \
    --to=sam@vilain.net \
    --cc=andy@boyko.net \
    --cc=linux-lvm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.