]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
config: new option to suppress adding bad block lists.
authorNeilBrown <neilb@suse.de>
Thu, 7 Aug 2014 02:23:45 +0000 (12:23 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 7 Aug 2014 02:23:45 +0000 (12:23 +1000)
commite2efe9e7bc73307f74a4c2e2197d6d4498dd46f0
tree4d52e56150be5c309883760bdd84a17fa9a3c4ed
parent968d2a336ef0199155a6dced1624909180d29c9a
config: new option to suppress adding bad block lists.

   CREATE bbl=no

in mdadm.conf will cause any devices added to an array
to not have a bad block list.  By default they do for 1.x
metadata.

This is useful if you are suspicious of the bad-block-list
implementation.

Reported-by: Ethan Wilson <ethan.wilson@shiftmail.org>
Signed-off-by: NeilBrown <neilb@suse.de>
config.c
mdadm.conf.5
mdadm.h
super1.c