]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-gpt.c
get_info_super: report which other devices are thought to be working/failed.
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 08:35:25 +0000 (19:35 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 08:35:25 +0000 (19:35 +1100)
commita5d85af748aafe3e3830b9d16faa5c92e783b171
tree226da96fa25afdd3bc97ead7e91b5e59b10a8e8f
parentf94c116f56cb821bfd619481d94fcd78ab8b53c0
get_info_super:  report which other devices are thought to be working/failed.

To accurately detect when an array has been split and is now being
recombined, we need to track which other devices each thinks is
working.

We should never include a device in an array if it thinks that the
primary device has failed.

This patch just allows get_info_super to return a list of devices
and whether they are thought to be working or not.

Signed-off-by: NeilBrown <neilb@suse.de>
18 files changed:
Assemble.c
Create.c
Detail.c
Examine.c
Grow.c
Incremental.c
Manage.c
Query.c
managemon.c
mapfile.c
mdadm.h
super-ddf.c
super-gpt.c
super-intel.c
super-mbr.c
super0.c
super1.c
util.c