All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Candler <B.Candler@pobox.com>
To: Christian Balzer <chibi@gol.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Assembly failure
Date: Wed, 11 Jul 2012 10:09:35 +0100	[thread overview]
Message-ID: <20120711090935.GD30723@nsrc.org> (raw)
In-Reply-To: <20120711172742.2b8e13e9@batzmaru.gol.ad.jp>

On Wed, Jul 11, 2012 at 05:27:42PM +0900, Christian Balzer wrote:
> > BTW these are all Seagate ST3000DM001. Yes, I know :-(
> > 
> Indeed, there is your problem. And on a LSI controller (which one?) to
> boot. ^o^ 
> Though the later part should be fine with a kernel as new as yours.

The drives were only bought because the supplier was out of Hitachis, and we
didn't realise the Seagates don't have ERC.  This is why the Hitachis have
moved to production, and I'm stuck with the Seagates on the dev systems :-(

> (look at the Load_Cycle_Count in SMART)

193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       490
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       549
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       516
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       505
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       76
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       77
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       502
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       495
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       550
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       562
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       532
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       556

Ugh. (Two have a lower count, but maybe those are bad...)

> With direct attached drives that you can issue hdparm commands to, you can
> "fix" this deadly behavior by issuing an "apm = 255" command to them (in
> hdparm.conf, needs to be done on each boot...).

Thanks, rc.local now has:

# Set Error Recovery Control if drive supports it
for i in /dev/sd*; do /usr/sbin/smartctl -l scterc,70,70 $i >/dev/null; done
# Stop drives from spinning down
for i in /dev/sd*; do hdparm -q -B255 $i; done

Cheers,

Brian.

  reply	other threads:[~2012-07-11  9:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10 16:33 Assembly failure Brian Candler
2012-07-10 16:48 ` Sebastian Riemer
2012-07-10 17:06   ` Brian Candler
2012-07-10 17:38     ` Sebastian Riemer
2012-07-10 18:59       ` Brian Candler
2012-07-11  2:43         ` NeilBrown
2012-07-11  7:58           ` Brian Candler
2012-07-11  8:27             ` Christian Balzer
2012-07-11  9:09               ` Brian Candler [this message]
2012-07-11 10:32                 ` Mikael Abrahamsson
2012-07-11 10:47                   ` Brian Candler
2012-07-11 10:44               ` Roman Mamedov
2012-07-11 17:21                 ` Christian Balzer
2012-07-13 18:52               ` Brian Candler
2012-07-10 17:05 ` pants
  -- strict thread matches above, loose matches on Subject: below --
2012-07-13 20:34 Richard Scobie

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=20120711090935.GD30723@nsrc.org \
    --to=b.candler@pobox.com \
    --cc=chibi@gol.com \
    --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.