From: Jason Tackaberry <tack@linux.com>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] LVM vs. md: Benefits in RAID0?
Date: 24 Jul 2001 19:32:35 -0400 [thread overview]
Message-ID: <996017561.930.29.camel@andromeda> (raw)
In-Reply-To: <20010724224656.A2226@dardhal.mired.net>
Hi José, thanks for your reply. I have a few questions:
On 24 Jul 2001 22:46:56 +0000, José Luis Domingo López wrote:
> The quick and dirty hack to get resizable RAIDed storage devices is:
>
> a) Layer LVM on top of (hard/soft) RAID
The problem I see with this is that if you extend the volume group by
adding a new partition, the new partition must be linearly concatenated
and so it won't be part of the stripe set. So while you can technically
extend this configuration, you're not truly resizing the RAID device.
Suppose you start off with an md stripe set with sda1 and sdb1, and then
later on you want to add sdc1, you get something like this:
<lame ASCII art>
+----------------------------+
| logical_vol01 |
+----------------------------+
| volume_group01 |
+-------------------+--------+
| md0 RAID0 | |
+-------------------+ sdc1 |
| sda1 | sdb1 | |
+----------+--------+--------+
</lame ASCII art>
So yes, you can extend your logical volume, but you're not extending
your stripe set. I guess this has the advantage over linear
concatenation in that at least for sda1 and sdb1 you'll get the
performance benefit.
> b) Layer sotfware RAID on top of software LVM
I'm just not sure how this would work? You can't extend md devices, as
far as I know. So you can extend the underlying logical volume, but
then from the RAID layer on top, it just sees one device, so it's not
really RAID at all. Can you clarify on this one?
Cheers,
Jason.
next prev parent reply other threads:[~2001-07-24 23:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-24 19:13 [linux-lvm] LVM vs. md: Benefits in RAID0? Jason Tackaberry
2001-07-24 22:46 ` José Luis Domingo López
2001-07-24 23:32 ` Jason Tackaberry [this message]
2001-07-25 16:46 ` José Luis Domingo López
-- strict thread matches above, loose matches on Subject: below --
2001-07-25 15:57 Gonyou, Austin
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=996017561.930.29.camel@andromeda \
--to=tack@linux.com \
--cc=linux-lvm@sistina.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.