]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Incremental.c
Incremental: allow assembly of foreign array.
authorNeilBrown <neilb@suse.de>
Wed, 29 Oct 2008 22:48:18 +0000 (09:48 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 29 Oct 2008 22:48:18 +0000 (09:48 +1100)
commit7b403fef7e97c16e1eb63773a278eb65c6dfd9a8
treedda769235b0def1cf0de415b9233338717919af1
parent4ef2f11e28800373f045e1f0c1336f13f89b79c9
Incremental:  allow assembly of foreign array.

If a foreign (i.e. not known to be local) array is discovered
by --incremental assembly, we now assemble it.  However we ignore
any name information in the array so as not to potentially create
a name that conflict with a 'local' array.
Also, foreign arrays are always assembled 'read-auto' to avoid writing
anything until the array is actually used.

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