]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Query: allow member of non-0.90 arrays to be better reported.
authorNeilBrown <neilb@suse.de>
Thu, 25 Oct 2012 05:38:11 +0000 (16:38 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 25 Oct 2012 05:38:11 +0000 (16:38 +1100)
commit4610608a023b461e6e778d485a75b8a989247edb
tree4e87fda4572284f863801173cb4c41ef03d21be2
parent61a30986e7ce905360db5cfe4e513739d48479d5
Query: allow member of non-0.90 arrays to be better reported.

Currently if a member of a 1.x array is queried, mdadm will
fail to find the name of the active md array if there is one.

Change the lookup to use the mapfile - now it works.

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