From: NeilBrown <neilb@suse.de>
To: Ian Pilcher <arequipeno@gmail.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Creating volume in IMSM container
Date: Wed, 8 Apr 2015 07:28:53 +1000 [thread overview]
Message-ID: <20150408072853.44d0890e@notabene.brown> (raw)
In-Reply-To: <mg0t3u$ol$1@ger.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1659 bytes --]
On Tue, 07 Apr 2015 10:29:02 -0500 Ian Pilcher <arequipeno@gmail.com> wrote:
> I am trying to create an IMSM container and volume in a KVM virtual
> machine (so that I can create a reproducer for a Fedora problem that
> seems to only/mostly affect IMSM RAID). I've managed to create a
> container with the following command:
>
> IMSM_NO_PLATFORM=1 mdadm --create --verbose /dev/md/imsm \
> /dev/vd{a,b} --raid-devices 2 --metadata=imsm
>
> /proc/mdstat now contains:
>
> Personalities: [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] ...
> md127 : inactive vdb[1](S) vda[0](S)
> 2210 blocks super external:imsm
2210 blocks is tiny.
I think each device needs at least 6306 sectors for IMSM.
I suggest going for at least 20,000.
>
> I haven't, however, been able to create a volume within the container:
>
> # IMSM_NO_PLATFORM=1 mdadm --create --verbose /dev/md/vol0 \
> /dev/md/imsm --raid-devices 2 --level 1 --metadata=imsm
> mdmon: not enough devices with space to create array.
This should work once you have devices with enough space.
>
> # IMSM_NO_PLATFORM=1 mdadm --create --verbose /dev/md/vol0 \
> /dev/vd{a,b} --raid-devices 2 --level 1 --metadata=imsm
> mdadm: /dev/vda appears to be part of a raid array:
> level=container devices=0 ctime=Thu Jan 1 00:00:00 1970
> mdmon: /dev/vdb is not in the same imsm set
> mdadm: /dev/vdb is not suitable for this array.
> mdadm: create aborted
>
This looks like a bug. What version of mdadm.
NeilBrown
> Am I doing something wrong, or is this simply not possible?
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
prev parent reply other threads:[~2015-04-07 21:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-07 15:29 Creating volume in IMSM container Ian Pilcher
2015-04-07 21:28 ` 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=20150408072853.44d0890e@notabene.brown \
--to=neilb@suse.de \
--cc=arequipeno@gmail.com \
--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).