Revision 16d9cfab930bb6f4946cff8ba7429701fd15b414 authored by Eric Mei on 06 January 2015, 17:35:02 UTC, committed by NeilBrown on 25 February 2015, 00:38:26 UTC
When we have more than 1 drive failure, it's possible we start
rebuild one drive while leaving another faulty drive in array.
To determine whether array will be optimal after building, current
code only check whether a drive is missing, which could potentially
lead to data corruption. This patch is to add checking Faulty flag.

Signed-off-by: NeilBrown <neilb@suse.de>
1 parent d1901ef
History
File Mode Size
Kconfig -rw-r--r-- 576 bytes
Makefile -rw-r--r-- 274 bytes
channel.c -rw-r--r-- 23.6 KB
channel_mgmt.c -rw-r--r-- 24.4 KB
connection.c -rw-r--r-- 12.0 KB
hv.c -rw-r--r-- 12.5 KB
hv_balloon.c -rw-r--r-- 38.2 KB
hv_fcopy.c -rw-r--r-- 11.8 KB
hv_kvp.c -rw-r--r-- 18.1 KB
hv_snapshot.c -rw-r--r-- 7.2 KB
hv_util.c -rw-r--r-- 10.8 KB
hyperv_vmbus.h -rw-r--r-- 17.0 KB
ring_buffer.c -rw-r--r-- 13.0 KB
vmbus_drv.c -rw-r--r-- 25.1 KB

back to top