]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: monitor client
authorSage Weil <sage@newdream.net>
Wed, 15 Jul 2009 21:10:58 +0000 (14:10 -0700)
committerSage Weil <sage@newdream.net>
Wed, 15 Jul 2009 21:10:58 +0000 (14:10 -0700)
commit2b4ec8838a6599e98525dbdfd72a1e07cefc81bb
tree936471d0119e076a3d4b308ddeef861bbd0a7497
parent2ce341a4a86c75c4107a2f5d0b02674975b11ece
ceph: monitor client

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>
fs/ceph/mon_client.c [new file with mode: 0644]
fs/ceph/mon_client.h [new file with mode: 0644]