]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: drop auto= support
authorMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Mon, 7 Oct 2024 12:20:17 +0000 (14:20 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Tue, 5 Nov 2024 12:36:43 +0000 (13:36 +0100)
commit119cdcad049e0464bfdd9ab19e2fd8cb4f9a82d6
tree95dea358d25a8fdea7acabdfae6911eed7bb82f2
parentfca47dc730e3871f6e2123f34375c69274269bcd
mdadm: drop auto= support

According to author (and what was described in man):
"With mdadm 3.0, device creation is normally left up to udev so this is
option is unlikely to be needed"
This was a workaround for kernel 2.6 family issues (partitionable and
non-partitionable arrays hell) and I believe we are far away from it now.

I'm not aware of any usage of it, hence it is removed.

Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
12 files changed:
Assemble.c
Build.c
Create.c
Incremental.c
ReadMe.c
config.c
mdadm.8.in
mdadm.c
mdadm.conf.5.in
mdadm.h
mdopen.c
util.c