fs/ceph/mon_client.c
0 → 100644
+694
−0
fs/ceph/mon_client.h
0 → 100644
+109
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The monitor cluster is responsible for managing cluster membership
and state. The monitor client handles what minimal interaction
the Ceph client has with it: checking for updated versions of the
MDS and OSD maps, getting statfs() information, and unmounting.
Signed-off-by:
Sage Weil <sage@newdream.net>