]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: fix MDS health status from peons 2989/head 2996/head
authorJohn Spray <john.spray@redhat.com>
Mon, 24 Nov 2014 11:00:25 +0000 (11:00 +0000)
committerJohn Spray <john.spray@redhat.com>
Mon, 24 Nov 2014 17:18:34 +0000 (17:18 +0000)
commit0c33930e3a90f3873b7c7b18ff70dec2894fce29
tree9c5665eafe4bb07da5afb980aa4f4a55dbebbc40
parent9ba17a321db06d3d76c9295e411c76842194b25c
mon: fix MDS health status from peons

The health data was there, but we were attempting
to enumerate MDS GIDs from pending_mdsmap (empty on
peons) instead of mdsmap (populated from paxos updates)

Fixes: #10151
Backport: giant

Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MDSMonitor.cc