]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: fixup container spare uuids by default
authorDan Williams <dan.j.williams@intel.com>
Mon, 23 Feb 2009 21:26:11 +0000 (14:26 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 24 Feb 2009 06:06:24 +0000 (23:06 -0700)
commit7a70e8aa8d47376ca37a1fe2c38f1db5c14aa36d
treee18d713c98638d397fb4b354e51ef4d4f96ead89
parent689c9bf3c3976a7eda5566291332c513f3dc133b
imsm: fixup container spare uuids by default

Spares in the imsm case are marked with the "match-all" uuid of
ffffffff-ffffffff-ffffffff-ffffffff.  When performing incremental
assembly we need to associate such devices with a populated container
uuid.  Also when performing --detail on a container with only spares
present we can make an attempt to return a real uuid.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c