]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Implementation of the radosstriper interface.
authorSebastien Ponce <sebastien.ponce@cern.ch>
Thu, 5 Jun 2014 15:17:40 +0000 (17:17 +0200)
committerJosh Durgin <josh.durgin@inktank.com>
Sat, 7 Jun 2014 01:12:34 +0000 (18:12 -0700)
commitd160ce23770d73649d22ef1ff1a6670cd3864a51
tree4e13308a21038d8fe1286dcedc36c852345cef89
parente1ad0bf6bad4edff29ab40240d312723e13df294
Implementation of the radosstriper interface.

The user facing API is implemented in libradosstriper.cc and the backend in RadosStriperImpl.cc.
Details on how the code works are given in a comment at the top of RadosStriperImple.cc

Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
src/Makefile-env.am
src/Makefile.am
src/libradosstriper/Makefile.am [new file with mode: 0644]
src/libradosstriper/MultiAioCompletionImpl.cc [new file with mode: 0644]
src/libradosstriper/MultiAioCompletionImpl.h [new file with mode: 0644]
src/libradosstriper/RadosStriperImpl.cc [new file with mode: 0644]
src/libradosstriper/RadosStriperImpl.h [new file with mode: 0644]
src/libradosstriper/libradosstriper.cc [new file with mode: 0644]