]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Added a striper interface on top of rados called radosstriper.
authorSebastien Ponce <sebastien.ponce@cern.ch>
Tue, 4 Feb 2014 16:38:37 +0000 (17:38 +0100)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 5 Jun 2014 17:07:16 +0000 (10:07 -0700)
commite1ad0bf6bad4edff29ab40240d312723e13df294
treeab06371c0e7b918e9e9c3953126a4f4c10a5a7bd
parent7ceeb9f802418751c2945097767c5abb97ef3e29
Added a striper interface on top of rados called radosstriper.

This interface allows to manipulate striped objects stored in a rados cluster with a standard open/read/write/stat/close/remove API.
Asynchronous APIs are also provided for data transfers and both C and C++ APIs are present.

Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
src/include/Makefile.am
src/include/rados/librados.hpp
src/include/radosstriper/libradosstriper.h [new file with mode: 0644]
src/include/radosstriper/libradosstriper.hpp [new file with mode: 0644]