linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Matthews <simon.d.matthews@gmail.com>
To: NeilBrown <neilb@suse.de>
Cc: LinuxRaid <linux-raid@vger.kernel.org>
Subject: Re: Can't start array and Negative "Used Dev Size"
Date: Fri, 1 Jul 2011 21:41:53 -0700	[thread overview]
Message-ID: <BANLkTinEcO0kh+WAU4xapWTqTqkB0ZR_KQ@mail.gmail.com> (raw)
In-Reply-To: <20110629151825.56cb4499@notabene.brown>

Neil,

On Tue, Jun 28, 2011 at 10:18 PM, NeilBrown <neilb@suse.de> wrote:
> On Tue, 28 Jun 2011 21:29:37 -0700 Simon Matthews
> <simon.d.matthews@gmail.com> wrote:
>
>> Problem 1: "Used Dev Size"
>> ====================
>> Note: the system is a Gentoo box, so perhaps I have missed a kernel
>> configuration option or use flag to deal with large hard drives.
>>
>> A week or two ago, I resized a raid1 array using 2x3TB drives. I went
>
> Oopps.  That array is using 0.90 metadata which can only handle up to 2TB
> devices.  The 'resize' code should catch that you are asking the impossible,
> but it doesn't it seems.
>
> You need to simply recreate the array as 1.0.
> i.e.
>  mdadm -S /dev/md5
>  mdadm  -C /dev/md5 --metadata 1.0 -l1 -n2 --assume-clean

Before I do this (tomorrow), do I need to add the partitions to the command:

mdadm  -C /dev/md5 --metadata 1.0 -l1 -n2 --assume-clean /dev/sdd2 /dev/sdc2

Simon
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-07-02  4:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29  4:29 Can't start array and Negative "Used Dev Size" Simon Matthews
2011-06-29  5:18 ` NeilBrown
2011-06-29  5:24   ` Simon Matthews
2011-06-29  5:37     ` NeilBrown
2011-06-29  5:59       ` Simon Matthews
2011-06-29  6:18         ` NeilBrown
2011-06-29 15:45     ` Simon Matthews
2011-06-30  0:25       ` NeilBrown
2011-06-30  3:15         ` Simon Matthews
2011-07-02  4:41   ` Simon Matthews [this message]
2011-07-02  6:19     ` Simon Matthews
2011-07-04  5:45       ` Luca Berra

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=BANLkTinEcO0kh+WAU4xapWTqTqkB0ZR_KQ@mail.gmail.com \
    --to=simon.d.matthews@gmail.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=neilb@suse.de \
    /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).