NeilBrown wrote: > > On Mon, 26 May 2014 20:07:11 +0200 Sebastian Herbszt <herbszt@xxxxxx> wrote: > [snip] > > How can I identify a failed array? > > array_state reports "clean", the last raid member stays "in_sync" and > > the value in degraded doesn't equal raid_disks. > > You know the array is "failed" when you get an IO error. > > When a RAID1 array gets down to just one drive remaining, it starts acting > like it is just one drive. > How do you tell if is single plain ordinary drive is failed? You get an IO > error. ditto with RAID1. > > NeilBrown > Since md knows the current state I hoped it would provide the required information for an application to distinguish between degraded and failed arrays. Any reason this is not the case? This would allow mdadm to not only report "DegradedArray" but also "FailedArray". Currently it does not generate any event when the last drive fails. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html