]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdopen.c
Arrange the 'auto' setting in mdadm.conf can choose default type.
authorNeil Brown <neilb@suse.de>
Tue, 16 May 2006 07:35:06 +0000 (07:35 +0000)
committerNeil Brown <neilb@suse.de>
Tue, 16 May 2006 07:35:06 +0000 (07:35 +0000)
commitf1ae21c411252787089618fc4a36bd5f06cc8917
treecb0f7d3c0c78be1815a9fb9b7537363621a4d753
parent8131b493df02ad22c8600f4c99d97003a807e5a7
Arrange the 'auto' setting in mdadm.conf can choose default type.

So when you say auto=md or auto=part in mdadm.conf, it give a preference
for type of array, but standard name will override.

But --auto=md is more insistant.

FIXME  I'm not at all happy about handling of names that already exist.
  I don't think that should be removed if the device is active.

Signed-off-by: Neil Brown <neilb@suse.de>
config.c
mdadm.c
mdadm.h
mdopen.c