Linux RAID subsystem development
 help / color / mirror / Atom feed
From: Phil Turmel <philip@turmel.org>
To: Roy Sigurd Karlsbakk <roy@karlsbakk.net>
Cc: linux-raid@vger.kernel.org, Mike Vanhorn <michael.vanhorn@wright.edu>
Subject: Re: multiple disk failures in an md raid6 array
Date: Fri, 05 Apr 2013 08:05:35 -0400	[thread overview]
Message-ID: <515EBE0F.5090201@turmel.org> (raw)
In-Reply-To: <17354834.2.1365150342620.JavaMail.root@zimbra>

On 04/05/2013 04:25 AM, Roy Sigurd Karlsbakk wrote:
>> for x in /sys/block/sd[cdfghij] ; do echo $x: $(< $x/device/timeout) ;
>> done >timeout.txt
> 
> I never made that one work. This one did, though
> 
> # for x in /sys/block/sd[cdfghij] ; do echo -n "$x: "; cat $x/device/timeout; done
> 
> Vennlige hilsener / Best regards

Curious.  Works fine here:

# for x in /sys/block/sd[abcd] ; do echo $x $(< $x/device/timeout) ; done
/sys/block/sda 30
/sys/block/sdb 30
/sys/block/sdc 30
/sys/block/sdd 30

Not that it matters, much.  Use what works for you.

Phil

  reply	other threads:[~2013-04-05 12:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03 13:19 multiple disk failures in an md raid6 array Vanhorn, Mike
2013-04-03 23:33 ` Phil Turmel
2013-04-05  8:25   ` Roy Sigurd Karlsbakk
2013-04-05 12:05     ` Phil Turmel [this message]
2013-04-05 17:06       ` Roy Sigurd Karlsbakk
     [not found] <1365607598.94859.YahooMailNeo@web161904.mail.bf1.yahoo.com>
2013-04-11 20:36 ` Phil Turmel
2013-04-11 20:48   ` Vanhorn, Mike

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=515EBE0F.5090201@turmel.org \
    --to=philip@turmel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=michael.vanhorn@wright.edu \
    --cc=roy@karlsbakk.net \
    /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