mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
895d531cc9
Simple example of a rados class doing read, write, and read/modify/write methods. Signed-off-by: Sage Weil <sage@inktank.com>
6 lines
42 B
Bash
Executable File
6 lines
42 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
ceph_test_cls_hello
|
|
|
|
exit 0
|