linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Fedyk <mfedyk@matchmail.com>
To: buliwyf <buliwyf@gmx.de>
Cc: linux-raid@vger.kernel.org
Subject: Re: Extend raid 5
Date: Sun, 11 Jan 2004 18:13:35 -0800	[thread overview]
Message-ID: <20040112021335.GF17845@matchmail.com> (raw)
In-Reply-To: <1704458665.20040112011155@gmx.de>

On Mon, Jan 12, 2004 at 01:11:55AM +0100, buliwyf wrote:
> Hello
> 
> I have the following problem.
> I have set up a Linux Software Raid 5 with 4 160GB Disks.
> This works well. Now i run out of Disk Space and want to add another
> 160 GB Disk on the fly. Is this possible without loosing Data?

No, the raid format splits the raid stripes sequencially between the drives
available in the array.  So adding an extra online disk would really mess up
the formatting of the array, and therefore isn't allowed.

There really isn't a way to get the redundancy of raid and the size addition
capabilities of LVM when you only want to add one disk.

If you had lvm on top of raid, you could add that one disk to your lvm set,
but it wouldn't be redundant unless you added two disks and added a raid1
array to your lvm set.

I'd also suggest you get an extra drive as a spare for your raid5 array.

I'd suggest you add the drive as a seperate filesystem until you can setup
your array with lvm on raid.

Mike

  reply	other threads:[~2004-01-12  2:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-12  0:11 Extend raid 5 buliwyf
2004-01-12  2:13 ` Mike Fedyk [this message]
2004-01-12  9:21   ` Maarten v d Berg
2004-01-12  9:57     ` Måns Rullgård
2004-01-12 10:02     ` Marc Bevand
2004-01-12 10:52       ` Maarten v d Berg
2004-01-12 16:15     ` Guy

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=20040112021335.GF17845@matchmail.com \
    --to=mfedyk@matchmail.com \
    --cc=buliwyf@gmx.de \
    --cc=linux-raid@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).