linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Greaves <david@dgreaves.com>
To: Janek Kozicki <janek_listy@wp.pl>
Cc: linux-raid@vger.kernel.org
Subject: Re: deleting mdadm array?
Date: Thu, 25 Oct 2007 10:55:44 +0100	[thread overview]
Message-ID: <47206820.4020005@dgreaves.com> (raw)
In-Reply-To: <20071025100619.3b3810be@absurd>

Janek Kozicki wrote:
> Hello,
> 
> I just created a new array /dev/md1 like this:
> 
> mdadm --create --verbose /dev/md1 --chunk=64 --level=raid5 \
>    --metadata=1.1  --bitmap=internal \
>    --raid-devices=3 /dev/hdc2 /dev/sda2 missing
> 
> 
> But later I changed my mind, and I wanted to use chunk 128. Do I need
> to delete this array somehow first, or can I just create an array
> again (overwriting the current one)?

How much later? This will, of course, destroy any data on the array (!) and
you'll need to mkfs again...


To answer the question though: just run mdadm again to create a new array with
new parameters.


I think the only time you need to 'delete' an array before creating a new one is
if you change the superblock version since it quietly writes different
superblocks to different disk locations you may end up with 2 superblocks on the
disk and then you get confusion :)
(I'm not sure if mdadm is clever about this though...)

Also, if you don't mind me asking: why did you choose version 1.1 for the
metadata/superblock version?

David


  parent reply	other threads:[~2007-10-25  9:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-25  8:06 deleting mdadm array? Janek Kozicki
2007-10-25  8:17 ` Neil Brown
2007-10-25  9:55 ` David Greaves [this message]
2007-10-25 10:12   ` Neil Brown
2007-10-25 13:36   ` Janek Kozicki

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=47206820.4020005@dgreaves.com \
    --to=david@dgreaves.com \
    --cc=janek_listy@wp.pl \
    --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).