]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: add FSMap
authorJohn Spray <john.spray@redhat.com>
Wed, 17 Feb 2016 16:03:27 +0000 (16:03 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 10 Mar 2016 11:18:29 +0000 (11:18 +0000)
commit00022bf9f59fdd438513ffe29265599e79fe3d80
tree27c663ec126e6ea5ff858ab329134942d145dcd9
parentce37bbfe72473a57873d73f90a73e115f15d7c1a
mds: add FSMap

FSMap encapsulates a collection of MDSMaps, one
for each filesystem, and a collection of standby
MDS daemons that haven't been assigned to
a filesystem yet.

Signed-off-by: John Spray <john.spray@redhat.com>
src/CMakeLists.txt
src/common/Makefile.am
src/mds/FSMap.cc [new file with mode: 0644]
src/mds/FSMap.h [new file with mode: 0644]
src/mds/MDSMap.cc
src/mds/MDSMap.h
src/mds/Makefile-server.am