John Wilkins
a5eda4fcc3
doc: Updated scrub defaults and added note about deep scrubbing.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-12-02 15:26:19 -08:00
Sage Weil
f50371f081
Merge remote-tracking branch 'gh/next'
2013-11-30 13:44:27 -08:00
Loic Dachary
371dc71e12
doc: fix formatting typo in mon configuration
...
Signed-off-by: Loic Dachary <loic@dachary.org>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2013-11-26 09:44:47 -08:00
Loic Dachary
00ee9a5289
doc: improve ceph-mon usage, fix ceph tell examples
...
The ceph-mon command usage is updated to document all of the ceph-mon
specific options.
The ceph tell usage examples for log and debug are using a deprecated syntax.
Signed-off-by: Loic Dachary <loic@dachary.org>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2013-11-26 09:44:45 -08:00
John Wilkins
740d406e37
doc: Clarified description on scrub load threshold.
...
fixes : #6735
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-22 15:49:16 -08:00
John Wilkins
e8ccb91fd3
Merge branch 'master' of https://github.com/ceph/ceph
2013-11-22 15:16:18 -08:00
John Wilkins
fc5789da01
doc: Added commentary to configure pg defaults. Clarified size commentary.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-22 15:15:41 -08:00
John Wilkins
dceaef439d
doc: PG splitting added to docs.
...
fixes : #6727
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-22 15:14:46 -08:00
John Wilkins
d39676b164
doc: Took out "future" reference to namespaces.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-22 15:13:49 -08:00
John Wilkins
9a55d89250
doc: Clarification of terms.
...
fixes : #6749
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-22 12:59:40 -08:00
Joao Eduardo Luis
7c6d43cf5b
doc: rados: operations: pools: document 'osd pool set foo hashpspool'
...
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
2013-11-22 02:49:27 +00:00
John Wilkins
29178d83ab
doc: Cleanup of Add/Remove OSDs.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-20 19:29:31 -08:00
John Wilkins
634295d181
doc: Cleanup on Add/Remove monitor.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-20 19:28:27 -08:00
John Wilkins
72bba1f31d
doc: Added fixes to osd reporting section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-11-20 14:28:18 -08:00
Sage Weil
befe1e1eef
Merge pull request #799 from ceph/wip-doc-install
...
Wip doc install
Reviewed-by: Neil Levine <neil.levine@inktank.com>
2013-11-06 07:57:23 -08:00
Jens-Christian Fischer
af1dee5a29
doc: clarify that mons must have qurorum during deploy
...
If multiple mons are specified in 'ceph-deploy new', but less than
those necessary for quorum are started with 'ceph-deploy mon create',
later steps (like 'ceph-deploy gatherkeys') will fail.
2013-10-23 14:40:32 +02:00
John Wilkins
8a36503879
doc: Moved CPU Profiler docs to dev.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-22 13:22:17 -07:00
John Wilkins
45d184602b
doc: Removed references to Chef.
...
fixes : #6464
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-18 11:12:43 -07:00
John Wilkins
2cc5805a14
doc: Removed underscore for consistency.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-14 10:31:51 -07:00
Loic Dachary
bf82ba90bc
doc: disable cephx requires auth_supported = none
...
auth cluster required = none
auth service required = none
auth client required = none
is not enough to disable cephx if there is a
auth_supported = cephx
line in the [global] section. It will produce the following error
# ceph --id myself auth list
2013-10-13 11:05:00.368638 7f812aea3700 0 librados: client.myself authentication error (1) Operation not permitted
Error connecting to cluster: PermissionError
Changing the line to
auth_supported = none
fixes the problem.
Signed-off-by: Loic Dachary <loic@dachary.org>
2013-10-13 11:18:27 +02:00
John Wilkins
f13cc684c6
doc: Fixed hyperlinks. Cleanup of old references to Chef.
...
fixes : #6493
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-11 14:04:36 -07:00
John Wilkins
cb9ebd6f36
doc: Minor correction.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-10 14:31:37 -07:00
John Wilkins
fa909ad6ed
doc: Update from wip-doc-quickstart branch.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-10 11:47:56 -07:00
John Wilkins
4fe01b1f1d
doc: changed journal aio default to true.
...
fixes : #6389
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-27 13:59:13 -07:00
John Wilkins
ac0faaa359
doc: Removed service ops language and added reference to operations.
...
fixes : #6374
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-24 15:26:35 -07:00
John Wilkins
a39de7b1f0
doc: Made sysvinit and service sections parallel to upstart for clarity.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-17 14:03:34 -07:00
John Wilkins
e55d59f826
doc: Updated usage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-16 18:57:46 -07:00
John Wilkins
0be2c87a54
doc: Removed --fs-type option and text.
...
fixes : #6326
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-16 18:40:07 -07:00
Noah Watkins
b86c068669
hadoop: remove hadoop shim
...
The in-tree Hadoop shim was a combination of libcephfs wrapper, and the
bits to support Hadoop. This has been replaced by src/java that
implements generic libcephfs wrappers, and externally, the hadoop shim
(see docs).
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2013-09-13 13:39:48 -07:00
John Wilkins
494aff6b52
doc: Syntax fixes to suppress gitbuilder warnings.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-09 15:27:57 -07:00
John Wilkins
95c0c6c915
doc: Syntax fixes to suppress gitbuilder warnings.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-09 15:27:36 -07:00
Sage Weil
8a65ae8e17
doc/rados/operations/pools: remove experimental note about pg splitting
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-08-30 15:41:02 -07:00
John Wilkins
3266862491
doc: Updated to accurately reflect that upstart applies to a single node.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-27 10:25:50 -07:00
John Wilkins
576dce03f0
doc: Clarified quorum requirements.
...
fixes : #5412
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-21 11:01:48 -07:00
Sage Weil
68c1c70e1f
Merge remote-tracking branch 'gh/next'
2013-08-19 12:41:54 -07:00
Danny Al-Gaaf
090e4c4a31
filestore-config-ref.rst: mark some filestore keys as deprecated
...
Marked the following keys as deprecated since v0.65:
- filestore flusher
- filestore flusher max fds
- filestore sync flush
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2013-08-19 20:56:48 +02:00
Danny Al-Gaaf
a846294533
auth-config-ref.rst: fix signature keys
...
Fix names of cephx signature keys.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2013-08-19 10:33:37 +02:00
Sage Weil
ae7436ffb5
Merge pull request #479 from devoid/fix-5797
...
Document unstable nature of CephFS
2013-08-17 10:09:01 -07:00
John Wilkins
50cc2efccf
doc: Removed old mkcephfs references.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-16 17:31:43 -07:00
John Wilkins
16f4bd51f0
doc: Updated APT script for dumpling.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-16 17:27:16 -07:00
John Wilkins
e97100db50
doc: Removed mkcephfs references. Did a bit of clean-up work.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-16 17:26:25 -07:00
Scott Devoid
9f1ad4db54
Document unstable nature of CephFS
...
- Add note to docs indicating that CephFS is not recommended for
production datasets.
- Add note to docs indicating that running CephFS with multiple MDS
servers is not currently recommended.
This fixes issue #5797 http://tracker.ceph.com/issues/5797
Signed-off-by: Scott Devoid <devoid@anl.gov>
2013-08-15 14:01:32 -05:00
John Wilkins
2e9c25f5ae
doc: fixing reported bug in CRUSH map example.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-05 14:48:38 -07:00
Alfredo Deza
1cd6e2e3f3
fix invalid cluster naming in example
...
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
2013-08-05 10:16:54 -07:00
Sage Weil
4bf4d92a8b
doc: radosgw needs 'mon = allow rw' to create its own pools
...
Fixes : #5674
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
2013-07-19 10:04:40 -07:00
Dan Mick
e4d063b082
ceph-rest-api manpage
...
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2013-07-10 20:58:51 -07:00
Gary Lowell
5511daf345
doc: public network statement needed on new monitors.
...
When using ceph-deploy to create a new monitor on a host that is not
in the initial set of hosts defined by the ceph-deploy new command,
a "public network" statement needs to be added to the ceph.conf file.
Fixes #5195 .
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
2013-06-26 06:27:17 -07:00
John Wilkins
97f1322cdb
doc: Updated deployment preflight.
...
fixes : #5266
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-18 14:26:30 -07:00
John Wilkins
f851c5d47f
doc: Update for usage and index tags.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:54:36 -07:00
John Wilkins
4a79fabd41
doc: Update for usage. Index tags.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:54:14 -07:00
John Wilkins
20e68b748b
doc: Updated for glossary usage. Index tags.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:53:56 -07:00
John Wilkins
44bf35a2cb
doc: Updated index tags.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:53:20 -07:00
John Wilkins
a529882a5b
doc: Updated index tags.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:52:46 -07:00
John Wilkins
2be167010e
doc: Minor updates.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:06:59 -07:00
John Wilkins
b3a143d977
doc: Minor updates for usage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-14 16:06:06 -07:00
John Wilkins
3f3ad61fae
doc: Fixed :term" syntax.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-11 12:10:52 -07:00
John Wilkins
dea8c2d188
doc: Updated for glossary terms and added indexing.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-07 09:51:05 -07:00
John Wilkins
8e24328d88
doc: Added indexing and did a bit of cleanup.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-07 09:50:03 -07:00
John Wilkins
5c30844762
doc: Updated with glossary terms.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:35:02 -07:00
John Wilkins
8e13b38c27
doc: Updated with glossary terms.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:29:02 -07:00
John Wilkins
7116de3592
doc: Correction and index tags.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:27:34 -07:00
John Wilkins
ae5aeb1c06
doc: Updates for glossary terms.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 17:26:51 -07:00
John Wilkins
3d6eaf58d9
doc: Added upstart syntax.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-06 10:59:42 -07:00
John Wilkins
d97031175f
doc: Added key and ceph repository to ceph-deploy install.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-06-05 11:44:58 -07:00
John Wilkins
d1e2e7b6b4
doc: Modified pre-flight checklist for ceph-deploy packages.
...
fixes : #5253
2013-06-04 15:35:14 -07:00
John Wilkins
474bb164d6
doc: Updated title and syntax to reflect glossary usage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-30 20:27:42 -07:00
Sage Weil
5110497e31
doc: update mon cluster rescue process for cuttlefish+
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-21 15:14:29 -07:00
John Wilkins
feec1b4630
doc: Added more glossary-compliant terms and indexing.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-17 15:59:02 -07:00
John Wilkins
8fa3039e46
doc: Added index reference.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-16 13:59:49 -07:00
John Wilkins
74a73f2f9a
doc: Added glossary references and index references.
...
fixes : #3321
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-16 13:59:29 -07:00
John Wilkins
46f5f585de
doc: Added latency comment.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-16 13:56:06 -07:00
Sage Weil
e34a56f843
doc: fix mkcephfs production use, deprecated note
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-15 08:46:20 -07:00
Sage Weil
52b0438c66
doc/rados/configuration: fix [mon] osd min down report* config docs
...
Fix other osd -> mon section name, and note the old config value name prior
to v0.62.
Fixes : #5044 .
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-14 14:02:27 -07:00
David Zafman
88af2b0f7b
Replace mis-named mon config variables using mon_osd_min_down_reports/mon_osd_min_down_reporters
...
Signed-off-by: David Zafman <david.zafman@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
2013-05-13 13:24:58 -07:00
John Wilkins
723062bbdd
doc: Updated usage syntax. Added links to hardware and manual OSD remove.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-10 09:37:03 -07:00
John Wilkins
af9192871c
doc: Added connectivity section. Updated doc with glossary terms.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-09 12:46:03 -07:00
John Wilkins
f8ae2bd9b5
doc: Fixed typos.
...
fixes : #4932
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-07 18:05:28 -07:00
John Wilkins
277f2de93d
doc: Corrected typo.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 16:38:41 -07:00
John Wilkins
359bd6df07
doc: Corrected typo.
2013-05-06 16:38:21 -07:00
John Wilkins
2d4b5bd872
Removed comment out of header, and added "coming soon."
2013-05-06 16:37:50 -07:00
John Wilkins
1cfc6e3bd5
doc: Updated usage for push | pull.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 16:37:12 -07:00
John Wilkins
6abbe68010
doc: Autonumbering syntax correction.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 10:08:38 -07:00
John Wilkins
efa460c337
doc: Added troubleshooting PGs to the index.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 10:04:29 -07:00
John Wilkins
cddf3b53b8
doc: Commented out osd list for now.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 09:44:31 -07:00
John Wilkins
0c0fc03ec6
doc: Commented out remove a mds for now.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-06 09:44:13 -07:00
John Wilkins
72fc6eb233
doc: Fixed typos.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-02 15:32:16 -07:00
Sage Weil
7bb145b27e
doc/rados/deploy: note that osd delete does not work yet
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-01 14:03:19 -07:00
Sage Weil
771f4529b0
doc/rados/deploy: misc edits
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-01 14:02:37 -07:00
Wido den Hollander
81b06be39a
docs: Update the ceph-users join and leave addresses
...
These were pointing to vger, where only -devel lives.
2013-05-01 11:52:12 +02:00
John Wilkins
6f2a7df4b0
doc: Fix typo.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:57:05 -07:00
John Wilkins
de31b61864
doc: Updated index for new pages. Added inner table.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:53:37 -07:00
John Wilkins
fa9f17c5f9
doc: Added transition from mkcephfs to ceph-deploy page.
...
fixes : #4756
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:53:12 -07:00
John Wilkins
02853c5e62
doc: Added purge page to ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:52:16 -07:00
John Wilkins
45d12f12ef
doc: Added OSD page to ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:51:46 -07:00
John Wilkins
0b912f46f1
doc: Added mds page for ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:51:23 -07:00
John Wilkins
3c46c519c8
doc: Added admin tasks page for ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:51:05 -07:00
John Wilkins
20d99c4a5a
doc: Removed extra whitespace.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 15:01:44 -07:00
John Wilkins
661278523a
doc: Added openssh-server mention, corrections, hyperlink fix.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:59:51 -07:00
John Wilkins
9fa6ba792e
doc: Added manpage link and hidden TOC.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:58:45 -07:00
John Wilkins
dd6e79aa77
doc: Removed installed Chef. This is now in the ceph wiki.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:58:08 -07:00
John Wilkins
945dac6580
doc: Removed text for include directive. Wasn't behaving the way I'd hoped.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-28 14:57:44 -07:00
John Wilkins
9a7a0753cf
doc: General purpose pre-flight checklist.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:07:34 -07:00
John Wilkins
9e775f15d7
doc: Modified Ceph deployment landing page.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:07:03 -07:00
John Wilkins
fb8119ce44
doc: Added general pre-flight checklist for ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:06:26 -07:00
John Wilkins
3433aa8f24
doc: Removed old ceph-deploy placeholder.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:06:04 -07:00
John Wilkins
9c0c4c176b
doc: Removed Chef section. Now appears in new Ceph wiki.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:05:37 -07:00
John Wilkins
c25144e89a
doc: Added Key Management for ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:05:06 -07:00
John Wilkins
d0d1554a8e
doc: Added "Add/Remove Monitors" section for ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:04:43 -07:00
John Wilkins
f24dbdefa4
doc: Added Create a Cluster section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:04:16 -07:00
John Wilkins
b631cc6713
doc: Added ceph-deploy package management (install | uninstall ) section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-26 14:03:44 -07:00
John Wilkins
1fa719d59e
doc: Aesthetic improvements. Removed unnecessary graphic and overrode margin for h3 tag.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-20 11:10:51 -07:00
John Wilkins
3749ffe652
doc: Added a scenario to PG troubleshooting.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-20 11:08:08 -07:00
John Wilkins
cf915941be
doc: Changed usage to "bucket-name". Description was okay.
...
fixes : #4102
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-20 11:06:44 -07:00
John Wilkins
44aa696b44
doc: Added new PG troubleshooting use case.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 14:08:43 -07:00
John Wilkins
2e3579edd4
doc: Updated title.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 14:08:10 -07:00
John Wilkins
304a2343a7
doc: Added PG troubleshooting to toctree.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 14:07:56 -07:00
John Wilkins
d5139ba1ff
doc: Bifurcating OSD and PG Troubleshooting. Updated hyperlink.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 13:30:50 -07:00
John Wilkins
3b8057ac93
doc: Bifurcating OSD and PG Troubleshooting. Added PG troubleshooting doc.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 13:30:05 -07:00
John Wilkins
3c4bf83cf8
doc: Bifurcating OSD and PG Troubleshooting. Removed PG section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-18 13:29:16 -07:00
John Wilkins
d67793c253
doc: Clarified that admin-socket is accessed from same host.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:34:27 -07:00
John Wilkins
da7bf677b4
doc: Updated hyperlinks to new tshooting section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:33:28 -07:00
John Wilkins
f7843174c0
doc: Revised top-level ops page.
...
Consolidated authentication into high-level operations. Added a
troubleshooting section. Collapsed toc trees to make the appearance
cleaner.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:32:10 -07:00
John Wilkins
064ec2fbc5
doc: Removed top-level tshoot page, and created new index.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:29:41 -07:00
John Wilkins
0d1e04722a
doc: Excised community from OSD tshoot, made it stand alone.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:28:50 -07:00
John Wilkins
23e3fbee3d
doc: Moved monitor troubleshooting to troubleshooting section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:28:16 -07:00
John Wilkins
594580c900
doc: Moved troubleshooting OSD to troubleshooting section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:27:40 -07:00
John Wilkins
4e6709bf93
doc: Moved memory profiling from operations to troubleshooting.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:25:51 -07:00
John Wilkins
9e9bd2d8b1
doc: Moved CPU profiling from operations to troubleshooting.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:25:06 -07:00
John Wilkins
f0e3548a41
doc: Set toc depth to 1 level, and added troubleshooting so it appears in sidebar.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:24:24 -07:00
John Wilkins
dd7fd2dd61
doc: Moved journal discussion to OSD ref from Ceph config.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:23:46 -07:00
John Wilkins
9ddc8b90ba
doc: Reordered deployment tools in toc.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:22:18 -07:00
John Wilkins
fd8b4d0a9c
doc: Removed logging from config index. Set depth to 1 for clean appearance.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:21:35 -07:00
John Wilkins
cd4b242d26
doc: Removed logging. Added references. Reorganized and edited.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:20:51 -07:00
John Wilkins
808ad25a28
doc: Removed fragmented logging info. Consolidated into one doc.
...
Logging was variously described in the ceph configuration document,
a configuration reference, and a section in operations. Since
logging and debugging are generally used with troubleshooting,
I consolidated the docs and placed them in the troubleshooting
section. Also fixed the example and provided additional detail.
fixes : #3804
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-17 18:18:10 -07:00
John Wilkins
72b3919c81
doc: Cherry-picked from master to next. Reorders ceph osd create.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-16 13:23:56 -07:00
John Wilkins
3afe84b200
doc: Cherry picked from master to next. Adds comments on naming OSDs.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-16 13:22:13 -07:00
Matthew Roy
0c16b31db7
Adds "mds fail 0" command to operations commmand reference.
...
Partially fixes #2206 , though better documentation will eventually be needed.
2013-04-02 13:57:53 -04:00
Loic Dachary
69f60d2644
explain what an inline xattr is and how it relates to omap
...
The logic of the configuration flags related to xattr is clarified to define what an inline xattr is and when storing in the object map is preferred.
http://tracker.ceph.com/issues/4617 refs #4617
Signed-off-by: Loic Dachary <loic@dachary.org>
2013-04-02 15:54:57 +02:00
John Wilkins
95328089b8
doc: Added entries for Pool, PG, & CRUSH. Moved heartbeat link.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-29 17:38:48 -07:00
John Wilkins
bcc5c65305
doc: Added heartbeat configuration settings.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-29 17:38:02 -07:00
John Wilkins
6157d68369
doc: Moved PG info to separate page. Moved heartbeat to mon-osd doc.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-29 17:36:23 -07:00
John Wilkins
ca77aabbf1
doc: Rewrote monitor configuration section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-29 17:34:45 -07:00
John Wilkins
ea3c833d0f
doc: Moved to separate section for parallelism.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-29 17:32:47 -07:00
John Wilkins
d89a63ca0c
doc: Updated usage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-27 17:13:18 -07:00
John Wilkins
bc72492727
doc: Updated usage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-27 16:50:26 -07:00
Alexandre Marangone
9369f91871
Change ceph::apt -> ceph::repo in doc
...
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-03-27 09:01:01 -07:00
John Wilkins
853dd35969
doc: Added {id} argument to OSD lost.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-22 11:52:12 -07:00
John Wilkins
7e8cc57dee
doc: Fixed some typos.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-21 17:04:54 -07:00
Alexandre Marangone
ac9fa4336e
Fix tips in documentation
...
Use of .. tip: instead of .. tip:: resulting in content not
being displayed.
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-03-20 21:17:53 -07:00
Alexandre Marangone
cd96dbe25b
Fix important in documentation
...
Use of .. important: instead of .. important:: resulting in content
not being displayed.
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-03-20 21:15:08 -07:00
Alexandre Marangone
330515780e
Fix notes in documentation
...
Use of .. note: instead of .. note:: resulting in content not
being displayed
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-03-20 21:10:55 -07:00
Alexandre Marangone
e485471765
Update Chef deployment documentation
...
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-03-20 16:49:49 -07:00
John Wilkins
af3b16349a
doc: Fixed syntax error.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-12 17:50:26 -07:00
John Wilkins
be6f7ce68f
doc: Added tcp and bind settings and cleaned up syntax a bit.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-12 17:44:10 -07:00
John Wilkins
77ecdc7260
doc: Setting should use network not single IP.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-12 15:43:33 -07:00
John Wilkins
669d2ba552
doc: Fixed usage and added note for copying keyring to client. Added hyperlinks.
...
fixes : #4373
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-12 14:39:46 -07:00
John Wilkins
4df44bb1bb
doc: Added troubleshooting entry for single OSD and single replica.
...
fixes : #3327
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-12 14:15:51 -07:00
John Wilkins
cdb4ae3e06
doc: Added a new network configuration reference document.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-08 13:45:04 -08:00
John Wilkins
3854d3ed27
doc: Added network settings. Reorganized index.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-08 13:44:31 -08:00
John Wilkins
4c8c36c36b
doc: Excised network settings.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-08 13:43:44 -08:00
John Wilkins
da706c15d8
doc: Format edits. Excised much of network discussion. Added reference to network guide.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-08 13:43:12 -08:00
John Wilkins
d5ec9cad4a
doc: Instruction should have been noout, not nodown.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-01 15:09:31 -08:00
John Wilkins
d54ded4991
doc: Fixed OSD pool config settings. Should be in [global], not [osd].
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-03-01 11:35:47 -08:00
Samuel Just
d6724525e1
crush-map.rst: fix chooseleaf syntax in ssd example
...
Fixes: 4304
Backport: bobtail
Reviewed-by: Greg Farnum <greg@inktank.com>
Signed-off-by: Samuel Just <sam.just@inktank.com>
2013-02-28 15:50:48 -08:00
John Wilkins
202ae8e7fd
doc: fixed link and form edit.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-27 13:27:51 -08:00
John Wilkins
783555f7a3
doc: Added auth entry to index.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-27 13:27:21 -08:00
John Wilkins
7f7b2e7481
doc: Removed auth entries from general. Part of an auth-specific section now.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-27 13:26:59 -08:00
John Wilkins
712fca64e9
doc: Added comment to enable message. Added link to Auth Config Reference.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-27 13:26:19 -08:00
John Wilkins
c0ed9011dd
doc: Added Auth Config Reference as standalone config reference.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-27 13:25:16 -08:00
Alexandre Marangone
dc55c29348
Typo: pool should be root in rados/operations/crush-map.rst
...
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-02-26 09:47:58 -08:00
John Wilkins
9e6025b697
doc: Added subnet example and verbiage to network settings.
...
fixes : #4049
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-25 16:29:57 -08:00
John Wilkins
5e5530be19
doc: Added content to remove REJECT rules from iptables.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-25 16:12:50 -08:00
John Wilkins
9ab0fd758a
doc: Added a small ref section for osd config reference.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-25 15:28:07 -08:00
John Wilkins
3ef6d5bde1
doc: Updated osd configuration reference.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-25 15:27:09 -08:00
John Wilkins
10f50d353e
doc: Added a lot of info to OSD troubleshooting.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-22 15:38:20 -08:00
John Wilkins
e68f2c85d3
doc: Added mention of Admin Socket interface and brief description.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-22 15:37:03 -08:00
John Wilkins
73317bd78e
doc: Changed title to OSD and PG, indicating both subjects are covered.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-22 15:35:24 -08:00
John Wilkins
ab7039d616
doc: Added references from monitoring OSD to troubleshooting OSD.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-22 15:34:38 -08:00
John Wilkins
97cc738963
doc: set maxdepth to 2, so TOC isn't so long with new OSD troubleshooting.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-22 15:33:43 -08:00
Dan Mick
6cb53740f2
ceph-conf.rst: missing '=' in example network settings
...
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2013-02-21 17:02:17 -08:00
Sage Weil
2c42bfc00c
doc: update rados troubleshooting for slow requests
...
The example was out of date. Adding a note about how to look at the request
queue on the OSD.
Reported-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: Sage Weil <sage@inktank.com>
2013-02-14 17:33:22 -08:00
Travis Rhoden
7eefe0b7d8
doc: Update create example to use 'allow ' syntax
...
The ceph auth get-or-create example here is the only place on the
page that does not use 'allow <perms.' syntax. I found that
confusing. Update to use allow and single quotes.
Signed-off-by: Travis Rhoden <trhoden@gmail.com>
2013-02-14 11:23:52 -05:00
Travis Rhoden
51a0a220c1
doc: Move pool=... syntax inside of single quotes
...
When specifying caps, the entire 'allow ...' bit needs to be in the
single quotes, including the pool= part.
Signed-off-by: Travis Rhoden <trhoden@gmail.com>
2013-02-14 11:19:20 -05:00
John Wilkins
19c946663e
doc: Fixed order of option.
...
fixes : #4046
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-08 13:18:23 -08:00
John Wilkins
1e24ce22a9
doc: Removed indep, and clarified explanation.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-28 18:44:07 -08:00
John Wilkins
e58fe51980
Merge branch 'master' of https://github.com/ceph/ceph
2013-01-28 17:51:20 -08:00
John Wilkins
b429a3a3bb
doc: Updated to add indep and first n to chooseleaf. Num only used with firstn.
...
fixes : #3711
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-28 17:50:47 -08:00
Josh Durgin
91a0bc891a
ceph, rados: update pool delete docs and usage
...
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-01-28 16:52:33 -08:00
John Wilkins
b49440bc6a
doc: Added new, more comprehensive OSD/PG monitoring doc.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-25 16:16:28 -08:00
John Wilkins
5f2105051c
doc: Trimmed some detail and added a x-ref to detailed osd/pg monitoring doc.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-25 16:15:52 -08:00
John Wilkins
95cfdd460f
doc: Added osd/pg monitoring section to the index.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-25 16:14:38 -08:00
John Wilkins
d36a208cf4
doc: Added x-ref links.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-25 16:14:12 -08:00
John Wilkins
1af3578ef2
doc: fixed description for pg in control section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-25 14:24:37 -08:00
John Wilkins
7e7130daf4
doc: Syntax fixes.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-24 13:13:03 -08:00
John Wilkins
b51bfdf0d6
doc: Updated usage for Bobtail.
...
fixes : #3831
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-24 12:58:29 -08:00
John Wilkins
1d71d052aa
doc: Updated usage for Bobtail.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-24 12:57:14 -08:00
Travis Rhoden
48308954cb
Clarify journal size based on filestore max sync
...
The docs had the recommended journal size based on the option
"filestore min sync interval" when it should have been
"filestore max sync interval".
While in there, fix a couple of typos -- multiple when it should
be multiply, and a missing word. Change "Should at least twice"
to "Should be at least twice..."
Signed-off-by: Travis Rhoden <trhoden@gmail.com>
2013-01-18 22:26:07 -05:00
Sage Weil
b8d5e28651
doc/rados/operations/crush: need kernel v3.6 for first round of tunables
...
Reported-by: rl219 in #ceph on irc.oftc.net
Signed-off-by: Sage Weil <sage@inktank.com>
2013-01-18 11:05:03 -08:00
John Wilkins
76e715ba8f
doc: Added link to rotation section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-18 00:25:28 -08:00
John Wilkins
e1741ba602
doc: Added hyperlink to log rotation section.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-18 00:25:08 -08:00
John Wilkins
612717af9b
doc: Added section on log rotation.
...
fixes : #3776
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-18 00:24:22 -08:00
John Wilkins
83326588c7
doc: Modified index to include mon-osd-interaction.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-17 23:32:26 -08:00
John Wilkins
d6fc92dfae
doc: Added a section describing mon/osd interaction.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-17 23:31:47 -08:00
John Wilkins
ca2d9ac906
doc: Updated OSD configuration reference with backfill config options.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-17 21:27:46 -08:00
Sage Weil
233d034d32
Merge branch 'wip-cephx'
...
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2013-01-17 17:01:49 -08:00
Sage Weil
efa595f5d3
doc/rados/operations/authentication: update for cephx sig requirement options
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-01-17 15:12:59 -08:00
Sage Weil
19ee231115
ceph: adjust crush tunables via 'ceph osd crush tunables <profile>'
...
Make it easy to adjust crush tunables. Create profiles:
legacy: the legacy values
argonaut: the argonaut defaults, and what is supported.. legacy! (*(
bobtail: best that bobtail supports
optimal: the current optimal values
default: the current default values
* In actuality, argonaut supports some of the tunables, but it doesn't
say so via the feature bits.
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
2013-01-16 16:25:13 -08:00
John Wilkins
34138993eb
doc: Updates to CRUSH paper.
...
fixes: 3329, 3707, 3711, 3389
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-11 15:56:02 -08:00
Matthew Roy
0f161f1e59
Correct typo in mon docs 'ceph.com' to 'ceph.conf'
2013-01-11 14:59:53 -05:00
John Wilkins
de6633f99b
doc: Normalized to term "drive" rather than disk. Changed "(Manual)" entry on remove OSD.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-10 15:59:59 -08:00
Sage Weil
19df20867d
Merge pull request #30 from rca/master
...
Minor clarification in docs.
2013-01-03 16:07:59 -08:00
John Wilkins
88af7d182a
doc: Added defaults for PGs, links to recommended settings, and updated note on splitting.
...
Fixes : #3555
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-03 14:51:33 -08:00
rca
37b57cdf0f
Update doc/rados/configuration/filesystem-recommendations.rst
...
Clarified when it's necessary to use the setting:
filestore xattr use omap = true
2013-01-03 13:30:01 -08:00
John Wilkins
64d2760a49
doc: Added a memory profiling section. Ported from the wiki.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-02 15:58:03 -08:00
John Wilkins
5066abf189
doc: Added memory profiling to the index.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-02 15:57:22 -08:00
John Wilkins
d3b9803eab
doc: Fixed typo, clarified usage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-02 11:15:16 -08:00
Sage Weil
eb02eaede5
Merge remote-tracking branch 'gh/wip-bobtail-docs'
2013-01-01 10:36:57 -08:00
Gary Lowell
5dd6b19918
Merge branch 'next'
2012-12-31 21:31:17 -08:00
Joao Eduardo Luis
82cec48e9f
doc: add-or-rm-mons.rst: Add 'Changing Monitor's IPs' section
...
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-30 19:18:09 +00:00
Joao Eduardo Luis
379f07923c
doc: add-or-rm-mons.rst: Clarify what the monitor name/id is.
...
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
2012-12-30 19:17:03 +00:00
Josh Durgin
8bbb4a364d
doc: fix rbd permissions for unprotect
...
Unprotect examines all pools, so use blanket x before 0.54. After
that, use class-read restricted by object_prefix to rbd_children.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-12-30 00:06:11 -08:00
John Wilkins
1553267ef1
doc: Minor edit.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-28 15:55:22 -08:00
Sage Weil
9da6d88291
doc: document mds config options
...
Signed-off-by: Sage Weil <sage@inktank.com>
2012-12-27 09:33:27 -08:00
John Wilkins
757902d639
doc: Added --mkfs options.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-21 16:09:09 -08:00
John Wilkins
46d0334456
doc: Added running multiple clusters. Per Tommi.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-21 16:08:05 -08:00
John Wilkins
e3d075667b
doc: Updated the Configuration File section.
...
- Replaced ceph.conf with Ceph configuration to clarify
when running multiple clusters on the same hardware.
- Added a [client] entry so people know it can be set too.
- Updated existing auth example.
- Added an authentication section with a link to the cephx guide.
- Added section for running multiple clusters. Per Tommi.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-21 16:07:27 -08:00
Sage Weil
4a40067db6
doc: update ceph.conf examples about btrfs default
...
Signed-off-by: Sage Weil <sage@inktank.com>
2012-12-21 14:04:30 -08:00
John Wilkins
5497d22811
doc: Modified the demo configuration file for Bobtail.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-19 14:22:43 -08:00
Josh Durgin
e8b8531ee0
doc: fix typo in config file
...
The option is host, not hostname
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-12-17 07:57:34 -08:00
Josh Durgin
5061481129
doc: correct meaning of 'pool' in crush
...
This was recently made less confusing by renaming the default crush
'pool' type to 'root'. Use this terminology everywhere as well.
This was not in argonaut, so perhaps this should delay being merged.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Conflicts:
doc/rados/operations/add-or-rm-osds.rst
doc/rados/operations/crush-map.rst
2012-12-14 15:56:22 -08:00
Samuel Just
9f0510249d
crush-map.rst: add info about multiple crush heirarchies
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2012-12-14 08:21:34 -08:00
John Wilkins
5f55b38827
doc: Updated per comments in the mailing list.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-12 14:38:22 -08:00
John Wilkins
e0761fbdb2
doc: Added sudo to the service start command.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-07 15:48:29 -08:00
John Wilkins
778bad12a0
doc: Moved sudo to before ssh instead of before tee.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-07 14:49:27 -08:00
John Wilkins
413b5d0a86
doc: inverted the steps per doc feedback.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-07 14:34:10 -08:00
Sage Weil
533f847ce2
Merge remote-tracking branch 'gh/wip_doc'
2012-12-07 03:25:04 -08:00
John Wilkins
ef24f5318c
doc: Change per doc request.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-06 14:20:00 -08:00
Josh Durgin
cb19e994f2
doc: ceph osd create takes a uuid, not an osd id
...
This was updated by 36e7b077a7
, but
accidentally reverted in later changes.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-12-05 12:50:24 -08:00
Greg Farnum
3cf2197c95
doc: write descriptions for the remaining msgr options
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2012-12-04 14:43:45 -08:00
Samuel Just
724d5aaa3b
doc: added some descriptions in ms-ref and filestore-config-ref
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2012-12-04 14:48:35 -08:00
John Wilkins
f2c7a60c90
doc: Fixed many hyperlinks, a few typos, and some minor clarifications.
...
fixes : #3564
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-03 12:22:37 -08:00
John Wilkins
a7a3cbf8fc
doc: Clarified example for root user.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-03 10:48:10 -08:00
John Wilkins
394768bcfe
doc: Removed "deprecated" from toctree. Confused some users.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-11-19 16:44:45 -08:00
Greg Farnum
feb8451f05
doc: don't use 'pool=data' as an example
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2012-11-16 14:28:51 -08:00
John Wilkins
c42af8030f
doc: Added documentation for using CPU profiler.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-11-16 14:58:22 -08:00
Josh Durgin
c707568a1b
doc: fix crush set syntax
...
No commas between parameters, pool is required.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-11-15 23:07:51 -08:00
John Wilkins
0a2a0c075c
doc: config-cluser move to new IA.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-11-14 14:57:51 -08:00
John Wilkins
5c302ebbd7
doc: Move of cluster ops for new IA.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-11-14 14:55:29 -08:00