]> git.ipfire.org Git - thirdparty/mdadm.git/commit - config.c
config: Don't require an array to have a device name.
authorNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:50:38 +0000 (20:50 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:50:38 +0000 (20:50 +1100)
commitfe056d1fb0b1d08c614f574cceaa640abc382544
tree2ee2ebca04e23a7dc912fdef7c4f7bd95066a17c
parent215bb3f77627d818d5bc3eaca190212d491e1fcf
config:  Don't require an array to have a device name.

i.e. in mdadm.conf you can have a line like

   ARRAY uuid=whatever

and it will use auto-name-generation to give a name to the array at
assemble-time.  The is different from blind auto-assembly in that the
array will be treated as 'local'.
Incremental.c
Monitor.c
config.c
mdadm.c