]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ceph: monitor client
authorSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:11 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:11 +0000 (11:31 -0700)
commitba75bb98cfb93b62c54af25bf67ff90857264bbe
tree4a966828835dd4639d25442b932072914e77fc9c
parent5ecc0a0f8128b1876e8614638deaed49cc8b174c
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]