Sharif Olorin
861e62aa5d
Update Python hashbang to respect environment
...
The /usr/bin/python hashbang causes doc builds to fail when Python3 is
the default Python and Python2 is being used from within a virtualenv or
Pythonbrew environment.
Signed-off-by: Sharif Olorin <sio@tesser.org>
2014-03-11 20:46:53 +11:00
Sage Weil
ccf9a7459c
Merge pull request #1310 from ceph/wip-doc-documenting-ceph
...
Wip doc documenting ceph
Reviewed-by: Sage Weil <sage@inktank.com>
2014-03-10 16:13:08 -07:00
John Wilkins
d7c4d6abc2
doc: Added init caps to Signed-off-by: and Fixes:
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-03-10 15:58:57 -07:00
John Wilkins
7ac98b2aff
doc: Updated sign-off by to sign-off-by
...
sign-off-by: John Wilkins <john.wilkins@inktank.com>
2014-03-10 15:45:01 -07:00
John Wilkins
0f7d954b19
doc: Updated pull request with suggested changes.
...
signed-off by: John Wilkins <john.wilkins@inktank.com>
2014-03-10 11:58:53 -07:00
John Wilkins
7e43823faf
doc: Fixed typo.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-03-10 10:07:44 -07:00
James Ryan Cresawn
c9eaa6510d
Changed Availability section of ceph-mds.rst to reference ceph-mds, not ceph-mon.
...
Signed-off-by: James Ryan Cresawn <jrcresawn@gmail.com>
2014-03-06 22:05:15 -07:00
Wido den Hollander
a7057e1069
doc: Improve CloudStack RBD documentation
2014-03-04 22:24:36 +01:00
Sage Weil
a850a38711
doc/dev/cache-pool: fix notes
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-28 08:11:57 -08:00
Gregory Farnum
aee6925e11
Merge pull request #1264 from ceph/wip-mds-dencoder
...
mds: Add encode/decode/dump for use with dencoder
Reviewed-by: Greg Farnum <greg@inktank.com>
2014-02-25 21:26:58 -08:00
Christopher O'Connell
c278269535
Added a note that the ceph-osd command requires the cluster option.
...
Signed-off-by: Christopher O'Connell <jwriteclub@gmail.com>
2014-02-21 18:26:58 -08:00
John Spray
541beb87dc
mds: Add encode/decode/dump for use with dencoder
...
This is for the MDSTable subclasses: AnchorServer,
SnapServer, InoTable. AnchorServer was partially there
but didn't work in practice dumped objects because of
the version prefix on the object.
This adds a skip argument to ceph-dencoder for getting
past fixed size prefixes. The encode_server_state method
is also made const to avoid the need for const_casting (and
because it really is const)
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-20 15:22:29 +00:00
Sage Weil
b3bb9efea3
doc/release-notes: v0.77
...
Also pending notes for v0.78
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-19 16:57:25 -08:00
Sage Weil
fa96de9eeb
doc/release-notes: v0.67.7
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-19 16:20:35 -08:00
Samuel Just
4a25951633
osd_types: introduce spg_t, pg_shard_t
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2014-02-17 20:11:05 -08:00
Sage Weil
7d398c2ae2
doc/release-notes: v0.67.6
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-14 14:20:51 -08:00
Sage Weil
9035227e9d
doc/release-notes: do not downgrade from v0.67.6
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-12 18:02:58 -08:00
Sage Weil
7533b3b7b5
doc/release-notes: note about dumpling xattr backport
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-12 17:55:50 -08:00
Loic Dachary
f6afe8cc6e
Merge pull request #1199 from ceph/wip-doc-librados-intro
...
Wip doc librados intro
Reviewed-by: Dan Mick <dan.mick@inktank.com>
Reviewed-by: Loic Dachary <loic@dachary.org>
2014-02-12 17:25:42 +01:00
Loic Dachary
8533b6ac2e
Merge pull request #1185 from ceph/wip-crush
...
crush: "vary_r" tunable
Reviewed-by: Loic Dachary <loic@dachary.org>
2014-02-11 23:42:53 +01: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
0da9621a89
doc: Adds additional terms for use with librados.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-02-11 13:28:04 -08:00
Sage Weil
e3309bce03
doc/rados/operations/crush: describe new vary_r tunable
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-11 11:12:56 -08:00
Florian Haas
9292cc215a
doc: highlight that "raw" is the only useful RBD format for QEMU
...
Explain why people should be using the "raw" image format for RBD
volumes created for use by QEMU: using any other format adds only
overhead, but no extra value (since RBDs are also CoW and
thin-provisioned), plus the Qcow2 storage driver is not migration safe
when caching is enabled, whereas the RBD driver is.
Also, fix a minor glitch in the example qemu-img commands ("-f rbd"
and "-O rbd" should really be "-f raw" and "-O raw").
Finally, drop the "-f" option altogether on qemu-img commands where it
makes no sense (info and resize).
Signed-off-by: Florian Haas <florian@hastexo.com>
2014-02-11 00:30:07 +01:00
Loic Dachary
cf2d71cef5
Merge pull request #1127 from dmsimard/log_links
...
Doc: Fix 404 broken links to logging and debug configuration
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Loic Dachary <loic@dachary.org>
2014-02-09 00:33:42 +01:00
John Wilkins
8cb3dad548
doc: Added Python doc.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-02-07 15:49:00 -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
John Wilkins
aaa2799f83
doc: Adds Python to index and sets maxdepth to 2.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-02-07 15:47:40 -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
Loic Dachary
33b8ad810e
common: add osd_pool_erasure_code_stripe_width
...
and document it.
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-02-05 20:40:14 +01:00
Sage Weil
e47e49d23a
doc/release-notes: v0.77 draft notes
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-03 21:55:45 -08:00
Sage Weil
2c504ea122
doc/release-notes: v0.76
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-03 21:40:59 -08:00
John Wilkins
2f85b8c8a3
doc: Incorporated feedback.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-31 21:58:23 -08:00
Alexandre Marangone
ee4cfda151
doc: rgw: el6 documentation fixes
...
- fix a couple of typo for repo configuration and service restart
- the ceph package must be installed on RPM distro since the init
script relies on ceph-conf
- Note on radosgw service name for RPM distro
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2014-01-31 13:55:55 -08:00
John Wilkins
456c727ea5
doc: Removed extraneous character from path.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-29 14:14:29 -08:00
Wido den Hollander
03da035f76
docs: Typo in CloudStack user creation
2014-01-29 12:16:05 +01:00
Wido den Hollander
f0f4b8df81
docs: Improve CloudStack documentation.
...
Add a section about creating a CephX user for CloudStack.
2014-01-29 11:08:08 +01:00
John Wilkins
97edd2fcad
doc: Switched logging to true. Now required for sync agent.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-24 15:11:32 -08:00
David Moreau Simard
b90570f3dc
Fix 404 broken links to logging and debug configuration
...
Signed-off-by: David Moreau Simard <dmsimard@iweb.com>
2014-01-24 10:41:46 -05:00
Josh Durgin
28af392bc3
Merge pull request #1116 from jcsp/doc_toofull
...
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2014-01-23 22:43:43 -08:00
John Wilkins
ea026c6cc9
doc: Added domain pool, and changed zone configs to use domain tool so they don't clash.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-23 17:11:59 -08:00
John Wilkins
0303f0f17a
doc: Change zone domain to include "domain" so it is clear.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-23 17:11:23 -08:00
John Wilkins
95e63ac6dd
doc: Added space between {Query_String} and [E=HTTP ... to solve for 500 error.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-23 16:03:25 -08:00
John Wilkins
6915053648
doc: Adding more information on style and usage for documenting Ceph.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-23 14:27:33 -08:00
John Wilkins
2216afdfc3
doc: Fixed omission of a comma in zone configuration.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-23 13:34:25 -08:00
John Wilkins
b88c8eae80
doc: Added Documenting Ceph (draft) document.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-21 14:18:55 -08:00
John Wilkins
90aea59692
doc: Added documenting Ceph to the toc tree.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-21 14:18:26 -08:00
John Wilkins
ed2decb149
doc: Fixed end string from '' to `` to stop warnings. Enforced 80 char line.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-21 11:51:15 -08:00
John Spray
6bee1885a9
Docs: Add backfill_toofull to list of PG states
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-01-21 11:50:00 +00:00
John Wilkins
ad203d5988
doc: Fixed ruleset typo.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-17 13:33:48 -08:00