]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: monitor client
authorSage Weil <sage@newdream.net>
Mon, 5 Oct 2009 22:47:31 +0000 (15:47 -0700)
committerSage Weil <sage@newdream.net>
Mon, 5 Oct 2009 22:47:31 +0000 (15:47 -0700)
commit786456b4532ada2a02c0d325a8ddcefd94e74476
tree8716113ff47d9a54590f9c5573d3402536149867
parent40fffe216808af6d3451c10d4c46e650bd21eb73
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]