]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
assemble: support arrays created with --homehost=any
authorNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:16:49 +0000 (15:16 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:16:49 +0000 (15:16 +1000)
commit745f72f61ab363dbc1c19fd00cc29edc42571f62
tree521efe574fa8741cf02b925369968e2a328d2478
parentd7ba0c55f07d24b51e6da1a5850d7164e9cf01d9
assemble:  support arrays created with --homehost=any

If an array is created with --homehost=any, then --assemble and
--incremental will treat it as being local to 'this' host, no matter
what the name of this host is.

This is useful for array that will be given unique names and be
moved between machines.

This needs to be documented.

Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
Incremental.c