All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Ceuleers <jan.ceuleers@computer.org>
To: Brian Candler <B.Candler@pobox.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Monitoring for failed drives
Date: Wed, 25 Apr 2012 18:18:05 +0200	[thread overview]
Message-ID: <4F9823BD.8040300@computer.org> (raw)
In-Reply-To: <20120425123951.GB10172@nsrc.org>

Brian Candler wrote:
> The problem is, how to detect and report this? At the md RAID level,
> `cat /proc/mdstat` and `mdadm --detail` show nothing amiss.
>
>      # cat /proc/mdstat
>      Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
>      md127 : active raid0 sdk[8] sdf[4] sdb[0] sdj[9] sdc[1] sde[2] sdd[3] sdi[6] sdg[5] sdh[7] sdv[20] sdw[21] sdl[11] sdu[19] sdt[18] sdn[13] sds[17] sdq[14] sdm[10] sdx[22] sdr[16] sdo[12] sdp[15] sdy[23]
>            70326362112 blocks super 1.2 512k chunks

Brian,

I know that you know this, but this is a RAID0 which does not have any 
redundancy. What would you expect md to do? It cannot kick the drive 
from the array since this would bring the entire array down.

Unlike with other RAID levels it is practicable to kick failed drives 
from the array because you can reconstruct their contents from the 
parity information.

Jan

  reply	other threads:[~2012-04-25 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-25 12:39 Monitoring for failed drives Brian Candler
2012-04-25 16:18 ` Jan Ceuleers [this message]
2012-04-25 16:54   ` Brian Candler
2012-05-03  9:06 ` Brian Candler

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=4F9823BD.8040300@computer.org \
    --to=jan.ceuleers@computer.org \
    --cc=B.Candler@pobox.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.