All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bill Cizek <cizek@rcn.com>
To: Niccolo Rigacci <niccolo@rigacci.org>
Cc: linux-raid@vger.kernel.org
Subject: Re: IBM xSeries stop responding during RAID1 reconstruction
Date: Wed, 14 Jun 2006 10:46:09 -0500	[thread overview]
Message-ID: <44902F41.8030300@rcn.com> (raw)
In-Reply-To: <20060614085354.GA18106@rigacci.org>

Niccolo Rigacci wrote:

>Hi to all,
>
>I have a new IBM xSeries 206m with two SATA drives, I installed a 
>Debian Testing (Etch) and configured a software RAID as shown:
>
>Personalities : [raid1]
>md1 : active raid1 sdb5[1] sda5[0]
>      1951744 blocks [2/2] [UU]
>
>md2 : active raid1 sdb6[1] sda6[0]
>      2931712 blocks [2/2] [UU]
>
>md3 : active raid1 sdb7[1] sda7[0]
>      39061952 blocks [2/2] [UU]
>
>md0 : active raid1 sdb1[1] sda1[0]
>      5855552 blocks [2/2] [UU]
>
>I experience this problem: whenever a volume is reconstructing 
>(syncing), the system stops responding. The machine is alive, 
>because it responds to the ping, the console is responsive but I 
>cannot pass the login prompt. It seems that every disk activity 
>is delayed and blocking.
>
>When the sync is complete, the machine start to respond again 
>perfectly.
>
>Any hints on how to start debugging?
>  
>

I ran into a similar problem using kernel 2.6.16.14 on an ASUS 
motherboard:  When I
mirrored two SATA drives it seemed to block all other disk I/O until the 
sync was complete.

My symptoms were the same:  all consoles were non-responsive and when I 
tried to login
it just sat there until the sync was complete.

I was able to work around this by lowering 
/proc/sys/dev/raid/speed_limit_max to a value
below my disk thruput value (~ 50 MB/s) as follows:

$ echo 45000 > /proc/sys/dev/raid/speed_limit_max

That kept my system usable but didn't address the underlying problem of 
the raid
resync not being appropriately throttled.  I ended up configuring my 
system differently
so this became a moot point for me.

Hope this helps,
Bill





  reply	other threads:[~2006-06-14 15:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-14  8:53 IBM xSeries stop responding during RAID1 reconstruction Niccolo Rigacci
2006-06-14 15:46 ` Bill Cizek [this message]
2006-06-15  9:12   ` Niccolo Rigacci
2006-06-15 10:13     ` Neil Brown
2006-06-17 10:01       ` Niccolo Rigacci
2006-06-19 15:05   ` Gabor Gombas
2006-06-20 13:08     ` Niccolo Rigacci
2006-06-20 13:27       ` Gabor Gombas
2006-06-20 15:00         ` Mr. James W. Laferriere
2006-06-20 15:45           ` Niccolo Rigacci
2006-06-20 16:38           ` Gabor Gombas
2006-06-26 14:52           ` Bill Davidsen

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=44902F41.8030300@rcn.com \
    --to=cizek@rcn.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=niccolo@rigacci.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.