]> 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:23 +0000 (16:38 +1100)
commitf7b75c15de209abf113015f8456866a919404fb8
tree8a442aabfe0cef9736bf891ab0eda8b1a71cd4e5
parentecdf2d790126fb2b36897451638425208a0ff9eb
Query: allow member of non-0.90 arrays to be better reported.

Currently if a member of a 1.x array is queries, 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