]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
RADOS: Create new library
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 14 Aug 2019 00:36:49 +0000 (20:36 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 4 Nov 2019 20:51:38 +0000 (15:51 -0500)
commit3dc7b10e2bc0ba2448f65505f03e2372412ad6eb
treeb50fdd1ee815317855e611a24b4c6372663a966e
parent044e2d64e0e243a6f25e6cc694236441af21c253
RADOS: Create new library

This library is UNSTABLE and I reserve the right to change its
interface at any time for any reason.

Also its name is unstable and will likely change at some point. Or
not. I don't know.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
20 files changed:
src/CMakeLists.txt
src/RADOS/CMakeLists.txt [new file with mode: 0644]
src/RADOS/RADOS.cc [new file with mode: 0644]
src/RADOS/RADOSImpl.cc [new file with mode: 0644]
src/RADOS/RADOSImpl.h [new file with mode: 0644]
src/common/config.cc
src/common/entity_name.cc
src/common/entity_name.h
src/common/snap_types.h
src/include/RADOS/RADOS.hpp [new file with mode: 0644]
src/include/RADOS/buffer_fwd.h [new symlink]
src/include/RADOS/completion.h [new symlink]
src/include/object.h
src/mon/ConfigMap.cc
src/mon/ConfigMap.h
src/mount/conf.cc
src/osdc/Objecter.h
src/test/CMakeLists.txt
src/test/RADOS/CMakeLists.txt [new file with mode: 0644]
src/test/RADOS/start_stop.cc [new file with mode: 0644]