Commit Graph

1916 Commits

Author SHA1 Message Date
John Wilkins
591a179540 doc: Added more robust usage example for uid and conf for QEMU.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-09-08 11:58:09 -07:00
John Wilkins
b178e974e0 doc: Clean up syntax to suppress warnings.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-09-08 11:26:37 -07:00
John Wilkins
4ad1106eda doc: Clean up syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-09-08 11:24:28 -07:00
John Wilkins
484fb85765 doc: Update logging path to reflect log rotate script default path.
Fixes: #9351

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-09-05 14:17:47 -07:00
Alfredo Deza
69638dfaeb doc: fix missing bracket
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-09-04 13:44:37 -04:00
Alfredo Deza
35663fa55a doc: attempt to get the ayni JS into all head tags
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-09-04 13:44:32 -04:00
John Wilkins
ed62ae58cd Merge pull request #2322 from ceph/wip-doc-authentication
doc: Refactored authentication docs.

Reviewed-by: John Wilkins <john.wilkins@inktank.com>
2014-09-02 11:40:22 -07:00
John Wilkins
c2443b9584 doc: Provided additional detail on daemon-specific caps syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-09-02 11:38:16 -07:00
John Wilkins
8569b93cba doc: Updated Keyring settings from comments and ceph-deploy defaults.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-09-02 11:37:33 -07:00
Loic Dachary
b6a97d83da documentation: disk thread ioprio options
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-09-02 19:08:00 +02:00
Loic Dachary
9fac072380 documentation: add the mark_unfound_lost delete option
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-09-01 00:42:19 +02:00
Loic Dachary
177202e4df erasure-code: lowercase LRC plugin name
So that all erasure code plugins are lowercase.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-08-31 12:51:03 +02:00
Loic Dachary
734ae88ef0 erasure-code: LRC plugin documentation
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-08-29 19:39:57 +02:00
Loic Dachary
b0fd48158b erasure-code: locally repairable code plugin
Recursively apply erasure code techniques so that recovering from the
loss of some chunks only require a subset of the available chunks, most
of the time.

http://tracker.ceph.com/issues/7238 Fixes: #7238

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-08-29 19:38:57 +02:00
John Wilkins
335c1f745e doc: Added rbd-replay-prep and rbd-replay manpages to block device TOC.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-28 18:07:51 -07:00
John Wilkins
b965398980 doc: Fixed broken hyperlink.
Fixes: #9116

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-28 17:45:51 -07:00
John Wilkins
7948e13b9d doc: Added sysctl max thread count discussion.
Fixes: #6142

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-28 17:25:07 -07:00
Sage Weil
3bc429159f doc/install/manual-deployment: move 'done' comment up
It's the same for upstart and sysvinit.

Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-28 14:34:27 -07:00
Sage Weil
9869f66569 Merge branch 'master' of git://github.com/flaf/ceph
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-28 14:27:12 -07:00
Loic Dachary
487105df10 erasure-code: add directory to plugin init functions
The prototype of the init functions of erasure coded plugins is changed
from

   int __erasure_code_init(char *plugin_name)

to

   int __erasure_code_init(char *plugin_name, char *directory)

The jerasure plugin will find optimized variants in this directory and
load them. The load() and preload() functions of
ErasureCodePluginRegistry only use a directory instead of a more generic
parameters map. The parameters map was only used for the directory entry
anyway.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-08-28 11:09:29 +02:00
Wido den Hollander
e9a05b8a44 doc: Update docs about OSD benchmark syntax 2014-08-28 08:18:16 +02:00
Wido den Hollander
a087f03111 Revert "doc: Update docs about OSD benchmark syntax"
This reverts commit 36f15c3026.

Commit included submodule change which was not supposed to happen.
2014-08-28 08:16:03 +02:00
Wido den Hollander
36f15c3026 doc: Update docs about OSD benchmark syntax 2014-08-28 08:12:30 +02:00
Luis Pabón
df3b6fc472 Fix syntax error in rst documentation
Signed-off-by: Luis Pabón <lpabon@redhat.com>
2014-08-25 14:44:01 -04:00
John Wilkins
cef1299379 doc: Added links. Clarified namespace comments. Added limitations.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-25 11:04:36 -07:00
John Wilkins
d817a6a336 doc: Minor changes.
Removed arch-related comments.
Added links to relevant docs.
Moved limitations to user management.

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-25 11:03:42 -07:00
John Wilkins
5db51d6f2a doc: Added a few comments and links to other relevant docs.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-25 11:02:27 -07:00
Sage Weil
3df9302681 Merge pull request #2318 from dachary/wip-osd-config
documentation: update recovery config options defaults
2014-08-25 08:32:29 -07:00
Loic Dachary
73733ddb48 documentation: update recovery config options defaults
So they match the values from config_opts.h

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-08-25 15:52:29 +02:00
Ashish Chandra
f7ca1bf10f Update python.rst
Signed-off-by:ashish.a.chandra@ril.com
2014-08-25 17:36:29 +05:30
Loic Dachary
d848a40040 Merge pull request #2138 from xiaoxichen/fix_crush_ruleset
mon/OSDMonitor : Use user provided ruleset for replicated pool

Reviewed-by: Loic Dachary <loic-201408@dachary.org>
2014-08-25 00:50:23 +02:00
Sage Weil
8a212170e7 Merge pull request #2292 from lpabon/rgw-doc
vstart.sh to enable support for simple Rados

Tested-by: GWabhishek.lekshmanan@gmail.com
2014-08-22 11:08:08 -07:00
David Moreau Simard
2c2748519d Doc: Add config option to turn off crush update
Signed-off-by: David Moreau Simard <dmsimard@iweb.com>
2014-08-22 10:55:55 -04:00
Adam Crume
0cd2651cad rbd-replay: Add man page and package binaries for rbd-replay-prep
Signed-off-by: Adam Crume <adamcrume@gmail.com>
2014-08-21 10:57:33 -07:00
Adam Crume
e18748ed99 rbd-replay: Add man page, and add binaries to Debian packaging
Signed-off-by: Adam Crume <adamcrume@gmail.com>
2014-08-21 10:57:33 -07:00
Luis Pabón
4fa4553de8 Merge branch 'master' into rgw-doc
Conflicts:
	src/vstart.sh
2014-08-20 14:15:58 -04:00
Luis Pabón
98b24f3970 vstart.sh to enable support for simple RadosGW
Signed-off-by: Luis Pabón <lpabon@redhat.com>
2014-08-20 12:21:36 -04:00
Dan Mick
790de974a8 doc/start/quick-ceph-deploy: missing {ceph-node} from mon create-initial
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-08-19 21:24:12 -07:00
John Wilkins
ab886c4a0b doc: Removed quick guide and wireshark from top-level IA.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-18 14:29:09 -07:00
John Wilkins
acee2e5833 doc: Move wireshark documentation to dev.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-18 14:28:38 -07:00
Sage Weil
ce6e9a916b doc/release-notes: v0.84
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-18 11:57:59 -07:00
john
b016f84682 doc: add notes on using "ceph fs new"
Signed-off-by: John Spray <john.spray@redhat.com>
2014-08-18 17:47:31 +01:00
Sage Weil
435c6d6c4d Merge pull request #2235 from kevincox/wireshark
doc: Add documentation about Wireshark dissector.

Reviewed-by: Sage Weil <sage@redhat.com>
2014-08-14 13:50:04 -07:00
Kevin Cox
46d8c97e72 doc: Add documentation about Wireshark dissector.
Signed-Off-By: Kevin Cox <kevincox@kevincox.ca>
2014-08-14 16:42:56 -04:00
Sage Weil
ac70490d06 doc: update kernel recommendations (avoid 3.15!)
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-14 06:09:50 -07:00
John Wilkins
5374386ee2 doc: Added user management link to quick start.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-13 20:36:15 -07:00
John Wilkins
5e8eae725f doc: Removed cephx intro. Moved details to user management, config, and architecture.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-13 20:30:04 -07:00
John Wilkins
3aa3e96b10 doc: Removed cephx guide. Replaced by user management.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-13 20:29:08 -07:00
John Wilkins
aac6aa2a42 doc: Removed auth intro and auth docs and added user management to index.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-13 20:28:43 -07:00
John Wilkins
4c651b7d0a doc: Restructured auth configuration reference.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-13 20:28:10 -07:00