All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maciej 'Agaran' Pijanka <agaran@pld-linux.org>
To: linux-raid@vger.kernel.org
Cc: neilb@suse.de
Subject: mdadm, raid10, and problem
Date: Sun, 20 May 2007 17:35:35 +0200	[thread overview]
Message-ID: <20070520153535.GA563@ep09.pld-linux.org> (raw)


Hello


i was trying to build raid 10 from six devices (currently loops but need
to check before i try to do same on physical drives).

and mdadm gets bit mad, 

mdadm -C -l10 -n6 /dev/loop1 /dev/loop2 /dev/loop3 missing missing
missing
produced weird result 

when tried loop missing loop missing loop missing it worked

i understand that its logical to give three pairs of devices but
content of error wasn't logical in any way

mdadm 2.6

[root@develbox /]# mdadm --create  /dev/md0 -l10 -n6 -R /dev/loop0 /dev/loop1 /dev/loop2  missing missing missing
mdadm: /dev/loop0 appears to be part of a raid array:
level=raid10 devices=6 ctime=Sun May 20 17:32:43 2007
mdadm: /dev/loop1 appears to be part of a raid array:
level=raid10 devices=6 ctime=Sun May 20 17:32:43 2007
mdadm: /dev/loop2 appears to be part of a raid array:
level=raid10 devices=6 ctime=Sun May 20 17:32:43 2007
mdadm: RUN_ARRAY failed: Input/output error
mdadm: stopped /dev/md0
[root@develbox /]#

-from dmesg:
md: bind<loop0>
md: bind<loop1>
md: bind<loop2>
md: md0: raid array is not clean -- starting background reconstruction
raid10: not enough operational mirrors for md0
md: pers->run() failed ...
md: md0 stopped.
md: unbind<loop2>
md: export_rdev(loop2)
md: unbind<loop1>
md: export_rdev(loop1)
md: unbind<loop0>
md: export_rdev(loop0)
[root@develbox /]#


ps. am not subscribed, please cc to me

best regards
maciej pijanka


-- 
agaran at pld dash linux dot org :: PLD Linux Developer [#133161]
I do not fear computers. I fear the lack of them. [Isaac Asimov]

             reply	other threads:[~2007-05-20 15:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-20 15:35 Maciej 'Agaran' Pijanka [this message]
2007-05-22  0:43 ` mdadm, raid10, and problem Neil Brown

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=20070520153535.GA563@ep09.pld-linux.org \
    --to=agaran@pld-linux.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.