linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <nfbrown@novell.com>
To: Marco De Vitis <starless@spin.it>, linux-raid@vger.kernel.org
Subject: Re: mdadm and size differences
Date: Mon, 21 Dec 2015 13:32:40 +1100	[thread overview]
Message-ID: <871tag5y5z.fsf@notabene.neil.brown.name> (raw)
In-Reply-To: <n31ec1$ebi$1@ger.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 3131 bytes --]

On Tue, Nov 24 2015, Marco De Vitis wrote:

> Hi,
> I cannot understand a difference in size I can see on an old Debian 5.0 
> machine, maybe I'm just missing something obvious.
...
>
> You can see that sdd6 is twice the size of sdd7.
> cfdisk reports sizes of around 20 GB and 10 GB:
>      sdd6 -> 19329.41
>      sdd7 -> 10010.17
>
> All partitions in these two identical drives are configured as RAID 1 
> using mdadm, but the md devices associated to sdd6/sdf6 and sdd7/sdf7 
> are both reported to be 10 GB in size, as can be seen from the mdadm 
> output below.
>
> Why?

Probably because the arrays aren't using the whole partition.
e.g. if you have a RAID! comprised of 2 1GB partitions,
then you fail one partition and had a 2GB partition as a spare and let
it rebuild.  Then fail the other 1GB partition and add a 3GB partition
as a spare and let it rebuild.
Then you will have a 1GB RAID made from 2 partitions, a 2GB partition
and a 3GB partition.

If you want to resize the RAID! to use all the available space, then use
the command
  mdadm --grow /dev/md2 --size=max

You might then need to resize and filesystem you have in that array.

NeilBrown


>
> Thanks for any info.
>
>> #>mdadm -vv --detail /dev/md2
>> /dev/md2:
>>         Version : 00.90
>>   Creation Time : Thu Feb 22 16:18:11 2007
>>      Raid Level : raid1
>>      Array Size : 9767424 (9.31 GiB 10.00 GB)
>>   Used Dev Size : 9767424 (9.31 GiB 10.00 GB)
>>    Raid Devices : 2
>>   Total Devices : 2
>> Preferred Minor : 2
>>     Persistence : Superblock is persistent
>>
>>     Update Time : Mon Nov 23 14:19:23 2015
>>           State : clean
>>  Active Devices : 2
>> Working Devices : 2
>>  Failed Devices : 0
>>   Spare Devices : 0
>>
>>            UUID : 5582dad7:7ac89883:0c2b9e1d:5009dd35
>>          Events : 0.69228
>>
>>     Number   Major   Minor   RaidDevice State
>>        0       8       54        0      active sync   /dev/sdd6
>>        1       8       86        1      active sync   /dev/sdf6
>>
>> #>mdadm -vv --detail /dev/md3
>> /dev/md3:
>>         Version : 00.90
>>   Creation Time : Thu Feb 22 16:18:54 2007
>>      Raid Level : raid1
>>      Array Size : 9767424 (9.31 GiB 10.00 GB)
>>   Used Dev Size : 9767424 (9.31 GiB 10.00 GB)
>>    Raid Devices : 2
>>   Total Devices : 2
>> Preferred Minor : 3
>>     Persistence : Superblock is persistent
>>
>>     Update Time : Mon Nov 23 14:19:27 2015
>>           State : clean
>>  Active Devices : 2
>> Working Devices : 2
>>  Failed Devices : 0
>>   Spare Devices : 0
>>
>>            UUID : e44836cf:6340f7fa:52fb3562:a78d4dbb
>>          Events : 0.187630
>>
>>     Number   Major   Minor   RaidDevice State
>>        0       8       55        0      active sync   /dev/sdd7
>>        1       8       87        1      active sync   /dev/sdf7
>
> -- 
> Ciao,
>    Marco.
>
> --
> 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

      reply	other threads:[~2015-12-21  2:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-24 10:32 mdadm and size differences Marco De Vitis
2015-12-21  2:32 ` NeilBrown [this message]

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=871tag5y5z.fsf@notabene.neil.brown.name \
    --to=nfbrown@novell.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=starless@spin.it \
    /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).