]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: OSD client
authorSage Weil <sage@newdream.net>
Thu, 13 Nov 2008 23:23:29 +0000 (15:23 -0800)
committerSage Weil <sage@newdream.net>
Thu, 13 Nov 2008 23:23:29 +0000 (15:23 -0800)
commitec0749c8bc445affda12c47a8c1ed79864ea14e4
treecc1994e94a006fdc659a07a264be5e33066482b3
parent4f25371fda922bf5ffa02541579effc242209288
ceph: OSD client

The OSD client is responsible for reading and writing data from/to the
object storage pool.  This includes determining where objects are
stored in the cluster, and ensuring that requests are retried or
redirected in the event of a node failure or data migration.
fs/ceph/osd_client.c [new file with mode: 0644]
fs/ceph/osd_client.h [new file with mode: 0644]
fs/ceph/osdmap.c [new file with mode: 0644]
fs/ceph/osdmap.h [new file with mode: 0644]