From: "exxs.net - matevz sernc-urban" <ms@exxs.net>
To: linux-raid@vger.kernel.org
Subject: RAID10,f2 out of sync though synced
Date: Fri, 25 Jul 2008 13:18:02 +0200 [thread overview]
Message-ID: <4889B66A.20301@exxs.net> (raw)
Hello,
we have a RAID10,f2 over 4 SATA drives connected directly to the mobo.
Comparing a md5sum on first 1K (or 1M) gives me two different md5 -
sometimes its '0f343b0931126a20f133d67c2b018a3b' and other times its
'eff670f7076825ba3411ec24dd1ea5b1'.
Is this a correct behaviour on a RAID10,f2 with 4 disks?
And hints?
* cat /proc/mdstat
Personalities : [raid1] [raid10]
md2 : active raid10 sdb5[1] sda5[0] sdd5[3] sdc5[2]
953778688 blocks 64K chunks 2 far-copies [4/4] [UUUU]
* echo check > /sys/block/md2/md/sync_action
finished without any new result - then array must be in sync i suppose.
* did also:
echo 1 > /proc/sys/vm/drop_caches
* and now we compare the first 1K from the array - it should always be
the same, but its not.
=> dd if=/dev/md2 iflag=direct bs=1K count=1 status=noxfer|md5sum
0f343b0931126a20f133d67c2b018a3b
=> dd if=/dev/md2 iflag=direct bs=1K count=1 status=noxfer|md5sum
eff670f7076825ba3411ec24dd1ea5b1
=> dd if=/dev/md2 iflag=direct bs=1K count=1 status=noxfer|md5sum
eff670f7076825ba3411ec24dd1ea5b1
=> dd if=/dev/md2 iflag=direct bs=1K count=1 status=noxfer|md5sum
0f343b0931126a20f133d67c2b018a3b
thanks
mat
reply other threads:[~2008-07-25 11:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4889B66A.20301@exxs.net \
--to=ms@exxs.net \
--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 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.