From: Neil Brown <neilb@suse.de>
To: linux-jay <linux-jay@163.com>
Cc: Dan Williams <dan.j.williams@intel.com>,
Yuri Tikhonov <yur@emcraft.com>, Wolfgang Denk <wd@denx.de>,
dzu@denx.de, linux-raid@vger.kernel.org
Subject: Re: [PATCH 00/18] Assorted md patches headed for 2.6.30
Date: Fri, 13 Mar 2009 12:00:41 +1100 [thread overview]
Message-ID: <18873.45113.361716.757996@notabene.brown> (raw)
In-Reply-To: message from linux-jay on Tuesday March 10
> hi neil:
> I get your the latest patches (v2.6.29-rc5-335-g0ac4ee7) from git://neil.brown.name/md.
> I want to test the function that switch raid from raid5 to raid6.
> But find some problem.
> I create a raid6 which has 4 disks,and write some files to this raid6 ,next,i remove two of them.
> if this raid6 is ok,now i can read the files that i have written correctly.
> but in fact that i can't read the files ok.maybe there is some error about raid6 in v2.6.29-rc5-335-g0ac4ee7.
>
>
> Steps i have done are as follows
> 1, mdadm -C /dev/md6 -l 6 -n 4 /dev/sda /dev/sdb /dev/sdc /dev/sdd --metadata=1.0 --size=1000000 -f
> 2, pvcreate /dev/md6
> 3, vgcreate md6vg /dev/md6
> 4, lvcreate -L 200M -n md6lv md6vg
> 5, mkfs.xfs /dev/mapper/md6vg-md6lv
> 6, mount /dev/mapper/md6vg-md6lv /tmp (is ok)
>
> 7, mdadm -f /dev/md6 /dev/sda /dev/sdb (faulty two disks)
> 8, mount /dev/mapper/md6vg-md6lv /tmp (now can't read the filesystem information correctly)
> (mount: Structure needs cleaning) (print this )
>
> thanks neil ,right here waiting for your help !
Thanks for reporting this. There must be something broken in the
changes to raid6 to support hardware-offload of the calculations.
If you try my 'md-scratch' branch it might work better. It has all
the code for raid level conversion, but none of the raid6 rework.
NeilBrown
next parent reply other threads:[~2009-03-13 1:00 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <7554605.886551236670855947.JavaMail.coremail@bj163app40.163.com>
2009-03-13 1:00 ` Neil Brown [this message]
2009-03-10 8:24 [PATCH 00/18] Assorted md patches headed for 2.6.30 jzc-sina
-- strict thread matches above, loose matches on Subject: below --
2009-02-12 3:10 NeilBrown
2009-02-12 8:11 ` Keld Jørn Simonsen
2009-02-12 9:13 ` Steve Fairbairn
2009-02-12 9:46 ` Keld Jørn Simonsen
2009-02-12 10:52 ` NeilBrown
2009-02-12 11:16 ` Keld Jørn Simonsen
2009-02-12 10:53 ` Julian Cowley
2009-02-13 16:54 ` Bill Davidsen
2009-02-16 5:35 ` Neil Brown
2009-02-16 17:31 ` Nagilum
2009-02-12 22:57 ` Dan Williams
2009-02-13 16:56 ` Bill Davidsen
2009-02-12 9:21 ` NeilBrown
2009-02-12 9:53 ` Keld Jørn Simonsen
2009-02-12 10:45 ` NeilBrown
2009-02-12 11:11 ` Keld Jørn Simonsen
2009-02-12 15:28 ` Wil Reichert
2009-02-12 17:44 ` Keld Jørn Simonsen
2009-02-12 9:42 ` Farkas Levente
2009-02-12 10:40 ` NeilBrown
2009-02-12 11:17 ` Farkas Levente
2009-02-13 17:02 ` Bill Davidsen
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=18873.45113.361716.757996@notabene.brown \
--to=neilb@suse.de \
--cc=dan.j.williams@intel.com \
--cc=dzu@denx.de \
--cc=linux-jay@163.com \
--cc=linux-raid@vger.kernel.org \
--cc=wd@denx.de \
--cc=yur@emcraft.com \
/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).