]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Add failfast support.
authorNeilBrown <neilb@suse.com>
Thu, 24 Nov 2016 23:55:49 +0000 (10:55 +1100)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 28 Nov 2016 13:50:36 +0000 (08:50 -0500)
commit71574efb077131701b3da874df0045f259ca3448
treeef0279065d848d79848e164a5acdf4317a952c22
parentcf52eff58ab9d08e3d016c4f22da8adfc295d7e0
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 <neilb@suse.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
12 files changed:
Create.c
Detail.c
Incremental.c
Manage.c
ReadMe.c
md.4
md_p.h
mdadm.8.in
mdadm.c
mdadm.h [changed mode: 0755->0644]
super0.c
super1.c