Patrick Donnelly
a276c7097e
doc: init flags to 0 in rados example
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-03-01 07:02:00 -08:00
Nathan Cutler
aea9fa01ae
doc: globally change CRUSH ruleset to CRUSH rule
...
Since kraken, Ceph enforces a 1:1 correspondence between CRUSH ruleset and
CRUSH rule, so effectively ruleset and rule are the same thing, although
the term "ruleset" still survives - notably in the CRUSH rule itself, where it
effectively denotes the number of the rule.
This commit updates the documentation to more faithfully reflect the current
state of the code.
Fixes: http://tracker.ceph.com/issues/20559
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2017-12-11 17:15:23 +01:00
Yao Zongyou
9eb9b8f3da
doc: fix typo e.g,. => e.g.,
...
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
2017-10-28 09:06:24 +08:00
Brad Hubbard
ccdb61b349
docs: Fix problems with example code
...
Current code generates warnings and, in some cases, doesn't compile.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2017-03-17 16:12:41 +10:00
Sage Weil
93bbc1e4bd
Merge pull request #9396 from songbaisen/doc2
...
doc: fix the librados c api can not compile problem
Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-03 16:24:59 -06:00
Uday Mullangi
b0ab0f9d98
doc: Fix broken link for caps
...
http://tracker.ceph.com/issues/17587
Signed-off-by: Uday udaymjl@gmail.com
2016-10-19 11:39:04 +05:30
Uday Mullangi
6b78568980
Fixes : #17587
...
doc: Fixing the broken link which was refactored for authentication as part of other PR
Signed-off-by: uday udaymjl@gmail.com
2016-10-17 16:34:25 +05:30
Alexey Sheplyakov
5c291855ac
doc: fix librados example programs
...
basically s/rados_wait_for_(safe|complete)/rados_aio_wait_for_\1/g
Signed-off-by: Alexey Sheplyakov <asheplyakov@mirantis.com>
2016-10-04 09:39:51 +03:00
Kefu Chai
5de4a9cef6
Merge pull request #8086 from jaemyoun/wip-doc-rados-java-api
...
doc: adding JAVA Example in Step 4: Closing Sessions
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-06-28 12:18:41 +08:00
Jaemyoun
319d3c8ac9
doc: add closing session in Java
2016-06-28 13:02:48 +09:00
songbaisen
750705aca6
doc: fix the librados c api can not compile problem
...
Signed-off-by:song baisen <song.baisen@zte.com.cn>
2016-05-30 19:32:57 +08:00
xie xingguo
01db964f4e
doc: fix typo
...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-03-15 14:38:05 +08:00
Mehdi Abaakouk
67f95c8f66
Update the documentation
...
Signed-off-by: Mehdi Abaakouk <sileht@redhat.com>
2016-02-17 15:16:56 +01:00
x11507
d8395cfc76
modified librados-intro.rst
...
Signed-off-by: x11507 <xu.donghai@h3c.com>
2015-07-28 20:19:46 +08:00
Boris Ranto
46b45e3fc2
doc: fix python-ceph refs in docs
...
Signed-off-by: Boris Ranto <branto@redhat.com>
2015-02-24 18:30:18 -08:00
Boris Ranto
c341c52984
ceph.spec: split ceph-devel to appropriate *-devel packages
...
ceph-devel contains various header files/bindings for several
libraries, this patch creates *-devel packages for all the libraries
separately and provides the compatibility layer for the split.
http://tracker.ceph.com/issues/10884 Refs: #10884
Signed-off-by: Boris Ranto <branto@redhat.com>
Amended by Ken Dreyer <kdreyer@redhat.com> to add version numbers to the
Obsoletes, add Obsoletes to the libradosstriper1-devel and
libcephfs_jni1-devel subpackages, adjust the librados documentation, and
add the Redmine issue number to this commit log.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-02-16 16:21:42 -07:00
Wido den Hollander
d5e8ef5092
doc: Fix PHP librados documentation
2015-01-10 14:21:27 +01:00
Wido den Hollander
cf432fa670
doc: Add Librados PHP documentation
2015-01-09 14:16:08 +01:00
Kevin Dalley
0ca43d834c
doc: Use write_full for C++ example
...
Latest version of librados uses write_full when writing entire object.
Should the documentation mention that the method "write" used to serve
this function.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-06-05 16:48:21 -07:00
John Wilkins
4ef7fa9f30
Merge pull request #1731 from dynamike67/patch-2
...
doc: Changed the java code example
2014-05-09 10:33:33 -07:00
Michael Riederer
27ec495a00
Added Java Example
2014-04-28 09:07:54 +02:00
dynamike67
8f64b5c100
Update librados-intro.rst
2014-04-27 15:42:26 +02:00
dynamike67
998b365c3c
Changed the java code example
2014-04-27 14:15:58 +02:00
John Wilkins
2682b64c51
doc: Incorporated feed back from Loic and Dan.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-02-11 13:28:33 -08:00
John Wilkins
22afd6ca1f
doc: Added inline literal tag.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-02-07 15:48:45 -08:00
Dan Mick
0aa25b178d
Some suggested changes, both errors and rewordings
...
Python and C code examples tweaked a bit
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-02-06 16:54:47 -08:00
John Wilkins
9615645372
doc: Added python example of handle, and closing session examples.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-13 12:40:47 -08:00
John Wilkins
54e588c84b
doc: Modified doc examples to use rados_create2.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-13 11:20:24 -08:00
John Wilkins
7d5674cf78
doc: Added librados introduction doc. Still wip.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-07 17:11:29 -08:00