linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Slawek <slawekn1@open-e.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: attempt to access beyond end of device on RAID0 with mdadm
Date: Mon, 7 May 2007 14:31:05 +1000	[thread overview]
Message-ID: <17982.43913.806727.654588@notabene.brown> (raw)
In-Reply-To: message from Slawek on Wednesday May 2

On Wednesday May 2, slawekn1@open-e.com wrote:
> Hello,
> 
> I am using Debian 3.1 (sarge) with 2.6.17.13-gen64-smp kernel.
> I have storage of 53 TB (6 units with 9.5 T). All of them are stripped
> (Raid0) using mdadm 1.9.0. On this unit  have created with LVM2 Volume
> Group and 3 logical Volumes. One for SWAP (4GB), one for some system
> files encrypted with dm-crypt and with 1GB size. The rest of free space
> is used for Logical Volume for data.
> 
> Yesterday I saw in dmesg that:
> 
> 
> attempt to access beyond end of device
> dm-6: rw=1, want=10468036824, limit=2097152
> attempt to access beyond end of device
> dm-6: rw=1, want=1381842776, limit=2097152
> attempt to access beyond end of device
> dm-6: rw=1, want=2907847344, limit=2097152
> attempt to access beyond end of device
> dm-6: rw=1, want=822338824, limit=2097152
> Buffer I/O error on device dm-6, logical block 102792352
> lost page write due to I/O error on dm-6
> Aborting journal on device dm-6.
> ext3_abort called.
> EXT3-fs error (device dm-6): ext3_journal_start_sb: Detected aborted journal
> Remounting filesystem read-only
> 
> dm-6 is my system partition

This looks like filesystem corruption.  It could be caused by some
problem with dm-crypt, or it could be caused by a data error on the
storage media or on the path from the media to the CPU.

Encryption could turn a single bit error into substantial changes all
over the block.

I recommend you 'fsck' dm-6 and see how bad it is, and if the problem
is repeatable or transient.

I don't think this problem could be caused by mdadm or md/raid0.  If
there would bugs there, you would get much more consistent errors.

NeilBrown

      reply	other threads:[~2007-05-07  4:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-02 14:28 attempt to access beyond end of device on RAID0 with mdadm Slawek
2007-05-07  4:31 ` Neil Brown [this message]

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=17982.43913.806727.654588@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=slawekn1@open-e.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).