All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Raphaël Rigo" <raphael.rigo@twilight-hall.net>
To: linux-kernel@vger.kernel.org
Subject: [RAID1 Bug] bio too big device md0 (248 > 200) (2.6.9-rc2-mm1)
Date: Mon, 20 Sep 2004 00:25:51 +0200	[thread overview]
Message-ID: <414E076F.5010801@twilight-hall.net> (raw)

Hello,
kernel version : 2.6.9-rc2-mm1
i'm using a RAID1 array over 2 disks : one ATA, and another one in 
"SATA" (if we can call the ICH5 a real SATA controller).
During array synchronisation, I get "bio too big device md0 (248 > 200)" 
error, which I fixed in doing
//#define RESYNC_BLOCK_SIZE (64*1024)
#define RESYNC_BLOCK_SIZE PAGE_SIZE
in raid1.c, following the instruction on an old thread (for kernel 2.6.0).
I would like to know if there is any better fix now, else then this mail 
  will act as a remainder ;)

Raphaël Rigo

             reply	other threads:[~2004-09-19 22:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-19 22:25 Raphaël Rigo [this message]
2004-09-19 23:53 ` [RAID1 Bug] bio too big device md0 (248 > 200) (2.6.9-rc2-mm1) Neil Brown
2004-09-20  2:43   ` Raphaël Rigo

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=414E076F.5010801@twilight-hall.net \
    --to=raphael.rigo@twilight-hall.net \
    --cc=linux-kernel@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.