linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Scrubbing "check" not working for RAID10 in 3.10-rc1+
@ 2013-06-25  6:19 Jonathan Brassow
  2013-06-25  6:32 ` NeilBrown
  2013-07-15 15:40 ` Jonathan Brassow
  0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Brassow @ 2013-06-25  6:19 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid

Neil,

I've noticed that the "check" operation no longer works for RAID10.  It
works just fine for the other RAIDs.  The ("data-check") sync_thread
kicks off just fine, sync_request_write() is called, but it never gets
past:
        if (i == conf->copies)
                goto done;
The test I am performing creates a RAID array, waits for it to sync,
shuts it down, writes random data to one of the devices, assembles the
array, and then runs a "check" - there should be descrepancies.  The
descrepancies are found and recorded in resync_mismatches for all RAIDs
<= 3.9 and only for non-RAID10 3.10-rc1+.

I'm sorry I haven't tracked it down yet and I'm going to be on vacation
starting tomorrow with only intermittent access to e-mail.  Sorry to
leave you hanging.

Thanks,
 brassow

P.S.  This also reminded me of a patch I have concerning tracking the
last sync action for the purpose of making mismatch_count more useful.
I'll post that before leaving.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-17 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25  6:19 Scrubbing "check" not working for RAID10 in 3.10-rc1+ Jonathan Brassow
2013-06-25  6:32 ` NeilBrown
2013-07-15 15:35   ` Brassow Jonathan
2013-07-16  7:01     ` NeilBrown
2013-07-17 18:24       ` Brassow Jonathan
2013-07-15 15:40 ` Jonathan Brassow

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).