Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / examples / librados / hello_world.readme
1 This simple librados program can be built by running "make" (and cleaned up
2 with "make clean"), assuming you have librados-dev already installed.
3
4 By default, the makefile will build against the librados headers and library in your
5 build tree (ie. using relative paths). If you would like to build the examples against
6 your system librados and headers, use "make all-system".
7
8 And executed using
9 ./librados_hello_world -c ../../src/ceph.conf
10 (or whatever path to a ceph.conf is appropriate to you, or
11 by explicitly specifying monitors, user id, and keys).
12
13 It demonstrates using librados in a non-Ceph project and the code should
14 be self-explanatory.