From: "Pasi Kärkkäinen" <pasik@iki.fi>
To: Manibalan P <pmanibalan@amiindia.co.in>
Cc: linux-raid@vger.kernel.org, neilb@suse.de
Subject: Re: raid6 - data integrity issue - data mis-compare on rebuilding RAID 6 - with 100 Mb resync speed.
Date: Wed, 23 Apr 2014 13:03:42 +0300 [thread overview]
Message-ID: <20140423100342.GK18930@reaktio.net> (raw)
In-Reply-To: <13688C12F44C7C428726663F950CA2530985D434@venus.in.megatrends.com>
On Wed, Apr 23, 2014 at 03:29:34PM +0530, Manibalan P wrote:
> >On Wed, Apr 23, 2014 at 03:03:21PM +0530, Manibalan P wrote:
> >> >On Wed, Apr 23, 2014 at 02:55:15PM +0530, Manibalan P wrote:
> >> >> >On Fri, Apr 11, 2014 at 05:41:12PM +0530, Manibalan P wrote:
> >> >> >> Hi Neil,
> >> >> >>
> >> >> >> Also, I found the data corruption issue on RHEL 6.5.
> >> >> >>
> >> >>
> >> >> >Did you file a bug about the corruption to redhat bugzilla?
> >> >>
> >>>> Yes, today I raised a support ticket with Redhat regarding this issue.
> >>>>
> >>
> >> >Ok, good. Can you paste the bz# ?
> >>
> >> https://access.redhat.com/support/cases/01080080/
> >>
>
> >Hmm, I can't access that, do you have an url for bugzilla.redhat.com (which is the public bug tracker) ?
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1090423
>
> please look at the above link, I created one now.
>
Great, thanks!
> Manibalan.
-- Pasi
> >-- Pasi
>
> > manibalan
> >
> > >
> > >-- Pasi
> >
> > > Manibalan
> > >
> > > >-- Pasi
> > >
> > > > For your kind attention, I up-ported the md code [raid5.c +
> > > > raid5.h] from FC11 kernel to CentOS 6.4, and there is no
> > > > mis-compare with the up-ported code.
> > > >
> > > > Thanks,
> > > > Manibalan.
> > > >
> > > > -----Original Message-----
> > > > From: Manibalan P
> > > > Sent: Monday, March 24, 2014 6:46 PM
> > > > To: 'linux-raid@vger.kernel.org'
> > > > Cc: neilb@suse.de
> > > > Subject: RE: raid6 - data integrity issue - data mis-compare on
> > > > rebuilding RAID 6 - with 100 Mb resync speed.
> > > >
> > > > Hi,
> > > >
> > > > I have performed the following tests to narrow down the integrity issue.
> > > >
> > > > 1. RAID 6, single drive failure - NO ISSUE
> > > > a. Running IO
> > > > b. mdadm set faulty and remove a drive
> > > > c. mdadm add the drive back
> > > > There is no mis-compare happen in this path.
> > > >
> > > > 2. RAID 6, two drive failure - write during Degrade and verify
> > > > after rebuild
> > > > a. remove two drives, to make the RAID array degraded.
> > > > b. now run write IO write cycle, wait till the write cycle completes
> > > > c. insert the drives back one by one, and wait till the re-build
> > > > completes and a RAID array become optimal.
> > > > d. now perform the verification cycle.
> > > > There is no mis-compare happened in this path also.
> > > >
> > > > During All my test, the sync_Speed_max and min is set to 100Mb
> > > >
> > > > So, as you referred in your previous mail, the corruption might be
> > > > happening only during resync and IO happens in parallel.
> > > >
> > > > Also, I tested with upstream 2.6.32 kernel from git:
> > > > "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ -
> > > > tags/v2.6.32"
> > > > And I am facing mis-compare issue in this kernel as well. on
> > > > RAID 6, two drive failure with high sync_speed.
> > > >
> > > > Thanks,
> > > > Manibalan.
> > > >
> > > > -----Original Message-----
> > > > From: NeilBrown [mailto:neilb@suse.de]
> > > > Sent: Thursday, March 13, 2014 11:49 AM
> > > > To: Manibalan P
> > > > Cc: linux-raid@vger.kernel.org
> > > > Subject: Re: raid6 - data integrity issue - data mis-compare on
> > > > rebuilding RAID 6 - with 100 Mb resync speed.
> > > >
> > > > On Wed, 12 Mar 2014 13:09:28 +0530 "Manibalan P"
> > > > <pmanibalan@amiindia.co.in>
> > > > wrote:
> > > >
> > > > > >
> > > > > >Was the array fully synced before you started the test?
> > > > >
> > > > > Yes , IO is started, only after the re-sync is completed.
> > > > > And to add more info,
> > > > > I am facing this mis-compare only with high resync
> > > > > speed (30M to 100M), I ran the same test with resync speed min
> > > > > -10M and max
> > > > > - 30M, without any issue. So the issue has relationship with
> > > > > sync_speed_max / min.
> > > >
> > > > So presumably it is an interaction between recovery and IO. Maybe
> > > > if we write to a stripe that is being recoverred, or recover a
> > > > stripe that is being written to, then something gets confused.
> > > >
> > > > I'll have a look to see what I can find.
> > > >
> > > > Thanks,
> > > > NeilBrown
> > > > --
> > > > 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
next prev parent reply other threads:[~2014-04-23 10:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-11 12:11 raid6 - data integrity issue - data mis-compare on rebuilding RAID 6 - with 100 Mb resync speed Manibalan P
2014-04-23 7:07 ` NeilBrown
2014-04-23 17:02 ` Dan Williams
2014-05-05 7:21 ` NeilBrown
2014-05-16 18:11 ` Dan Williams
2014-05-20 0:22 ` Dan Williams
2014-05-22 11:47 ` Manibalan P
2014-05-22 11:52 ` Manibalan P
2014-04-23 9:19 ` Pasi Kärkkäinen
2014-04-23 9:25 ` Manibalan P
2014-04-23 9:30 ` Pasi Kärkkäinen
2014-04-23 9:33 ` Manibalan P
2014-04-23 9:45 ` Pasi Kärkkäinen
2014-04-23 9:59 ` Manibalan P
2014-04-23 10:03 ` Pasi Kärkkäinen [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-03-24 13:15 Manibalan P
2014-03-12 7:39 Manibalan P
2014-03-13 6:19 ` NeilBrown
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=20140423100342.GK18930@reaktio.net \
--to=pasik@iki.fi \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
--cc=pmanibalan@amiindia.co.in \
/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.