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
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
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
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
Abhishek Lekshmanan
d0892831f9
doc: fix a few typos in rados docs
...
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2014-07-09 11:15:08 +05:30
John Wilkins
2e3302cc3e
doc: Updated the example configuration.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-06-12 11:35:27 -07:00
John Wilkins
5a31df214f
doc: Updated doc for more recent versions.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-06-12 11:34:41 -07:00
John Wilkins
b7f6147c36
doc: Added background discussion to clock settings.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-06-10 17:42:21 -07:00
Kevin Dalley
e31d3fe024
doc: Descrption => Description
...
Correct spelling error.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-06-05 17:10:42 -07:00
Harpreet Dhillon
692f998914
doc: Fixes broken hyperlinks
2014-05-28 15:12:46 -07:00
Loic Dachary
641732d59c
documentation: update pid file description
...
The pid file behavior changed over time and the description is misleading.
http://tracker.ceph.com/issues/8324 Fixes : #8324
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-05-25 11:05:10 +02:00
Florent Flament
99b9682790
documentation: update osd pool default size from 2 to 3.
...
Fixes : #7725
Signed-off-by: Florent Flament <florent.flament@cloudwatt.com>
2014-05-22 14:14:56 +02:00
Guang Yang
f9a91f2b62
Update doc to reflect the bahavior change for filestore_merge_threshold setting.
...
Signed-off-by: Guang Yang (yguang@yahoo-inc.com )
2014-05-07 09:41:36 +00:00
Sage Weil
084db49ed3
remove mkcephfs
...
Fixes : #7552
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-08 14:34:15 -07: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
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
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
Loic Dachary
dd81858ca6
mon: implement --osd-pool-default-crush-replicated-ruleset
...
--osd-pool-default-crush-replicated-ruleset replaces
--osd-pool-default-crush-rule
If --osd-pool-default-crush-rule is set it takes precedence over
--osd-pool-default-crush-replicated-ruleset and a deprecation warning is
displayed.
The CrushWrapper::get_osd_pool_default_crush_replicated_ruleset helper is
used to implement this behaviour.
Signed-off-by: Loic Dachary <loic@dachary.org>
2013-12-27 00:13:47 +01:00
Loic Dachary
2a7fcc35b8
osd: use CrushWrapper::add_simple_ruleset
...
Replace the manually crafted ruleset in OSDMap::build_simple_crush_map*
with calls to add_simple_ruleset. The generated ruleset do not have the
same behavior but that presumably do not cause any backward
compatibility problem because they are only created when a new cluster
is being initialized.
The prototypes of OSDMap::build_simple* are modified to allow for a
return code and display of a human readable error message.
The --osd-min-rep and --osd-max-rep configuration options are removed :
they were only used in the code that was removed.
Signed-off-by: Loic Dachary <loic@dachary.org>
2013-12-27 00:13:47 +01:00
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
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
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
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
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
e55d59f826
doc: Updated usage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-09-16 18:57:46 -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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