]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls/hello: hello, world rados class 504/head
authorSage Weil <sage@inktank.com>
Fri, 16 Aug 2013 00:20:43 +0000 (17:20 -0700)
committerSage Weil <sage@inktank.com>
Fri, 16 Aug 2013 00:21:29 +0000 (17:21 -0700)
commit895d531cc9a07b2dd55424bf61e28a01d31e9479
tree04dd109cd330cfb00c7698b23b93f96200e570a7
parent359850b9f605b7cb2577d6ad1be86cdeacb0a35b
cls/hello: hello, world rados class

Simple example of a rados class doing read, write, and read/modify/write
methods.

Signed-off-by: Sage Weil <sage@inktank.com>
ceph.spec.in
debian/ceph-test.install
qa/workunits/cls/test_cls_hello.sh [new file with mode: 0755]
src/Makefile.am
src/cls/hello/cls_hello.cc [new file with mode: 0644]
src/test/cls_hello/test_cls_hello.cc [new file with mode: 0644]