]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MDSMonitor: implement new-style cephfs health checks
authorSage Weil <sage@redhat.com>
Thu, 15 Jun 2017 02:23:42 +0000 (22:23 -0400)
committerSage Weil <sage@redhat.com>
Wed, 12 Jul 2017 16:52:02 +0000 (12:52 -0400)
commit69ebbebb955d082dddc821e3270715a3ce61df84
tree84cff0c03623ebaec2f5b90871e5e6ccf54d9952
parentad7a4c803fb072ac76ef49a74876bf72df04f391
mon/MDSMonitor: implement new-style cephfs health checks

Our detail elements are still strings, so we keep the bit that collapses
the metadata into a string and appends it to the string.

Each MDS-generated item becomes a detail record.

Health checks are consolidated either by MDS_ or FS_, counting the
number of mds servers or file systems affected.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mds/FSMap.cc
src/mds/FSMap.h
src/mds/MDSMap.cc
src/mds/MDSMap.h
src/messages/MMDSBeacon.h
src/mon/MDSMonitor.cc