From 71574efb077131701b3da874df0045f259ca3448 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 25 Nov 2016 10:55:49 +1100 Subject: Add failfast support. Allow per-device "failfast" flag to be set when creating an array or adding devices to an array. When re-adding a device which had the failfast flag, it can be removed using --nofailfast. failfast status is printed in --detail and --examine output. Signed-off-by: NeilBrown Signed-off-by: Jes Sorensen --- md_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'md_p.h') diff --git a/md_p.h b/md_p.h index 0d691fbc..dc9fec16 100644 --- a/md_p.h +++ b/md_p.h @@ -89,6 +89,7 @@ * read requests will only be sent here in * dire need */ +#define MD_DISK_FAILFAST 10 /* Fewer retries, more failures */ #define MD_DISK_REPLACEMENT 17 #define MD_DISK_JOURNAL 18 /* disk is used as the write journal in RAID-5/6 */ -- cgit v1.2.3