James McClune
aab29672e4
doc: added :ref: directive for osdmaptool
...
Added :ref: directive for osdmaptool utility.
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
2018-08-14 18:04:06 -04:00
James McClune
bba0bcdc6f
doc: updated reference link for osdmaptool utility
...
Reference link for osdmaptool utility was broken (404 error).
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
2018-08-13 23:39:46 -04: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
John Spray
6fc92dc981
doc: replace injectargs usage with "config set"
...
Cleaner and easier. Also implicitly documents
the config set command, which hadn't been explicitly
called out in the docs before.
Signed-off-by: John Spray <john.spray@redhat.com>
2017-11-07 11:32:26 +00:00
Sage Weil
67e770e05b
Merge pull request #16616 from tchaikov/wip-doc-cleanup
...
doc: remove docs on non-existant command
2017-08-01 11:01:09 -05:00
John Wilkins
6640837da3
doc/rados: Removed contractions to improve readabilty for ESL speakers.
...
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2017-07-27 09:46:53 -07:00
Kefu Chai
35f332871d
doc: remove docs on non-existant command
...
also use "tab" to indent command snippet to be more consistent.
Signed-off-by: Luo Kexue <luo.kexue@zte.com.cn>
2017-07-27 11:57:54 +08:00
Sage Weil
572a942f8f
mon: 'auth list' -> 'auth ls'
...
Signed-off-by: Sage Weil <sage@redhat.com>
2017-07-19 12:33:14 -04:00
Drunkard Zhang
3c70331d6b
doc: indent style fixes
...
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
2017-04-13 12:51:44 +08:00
Patrick Dinnen
c5931484c9
doc: correct arguments for ceph tell osd.N bench
...
Signed-off-by: Patrick Dinnen pdinnen@gmail.com
2017-04-11 15:57:11 -04:00
Sage Weil
63bb2b7d45
doc: remove crash_replay_interval mentions
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-12-29 10:30:08 -05:00
liuchang0812
52db747f32
doc: fix document about rados mon
...
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
2016-12-27 14:59:04 +08:00
Chengwei Yang
fed35dd37f
doc: fix command format
...
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2016-08-12 13:23:15 +08:00
Etienne Menguy
6bab8cf362
adding test-reweight-by-utilization documentation
...
Signed-off-by: Etienne Menguy <etienne.menguy@corp.ovh.com>
2016-05-09 10:49:47 +02:00
Ilya Dryomov
3bfdf54ca3
doc: don't mention ceph osd setmap
...
ceph osd setmap command was disabled and subsequently removed 5 years
ago. See 9aadd41b20
("mon: disable 'osd setmap'") and 6d292397aa
("mon: remove dead 'setmap' code").
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-04-21 20:27:59 +03:00
Florian Haas
1aaff83141
doc: explain that tell bench is non-destructive
...
Mention that "ceph tell osd.N bench" will not overwrite data in a live
OSD, but might temporarily affect OSD performance.
Signed-off-by: Florian Haas <florian@hastexo.com>
2015-02-20 15:25:23 +01:00
Tyler Brekke
8e806bce89
Docs: OSD name, not id, needs to be given to remove an item from the CRUSH map.
...
Include command for deleteing bucket from the CRUSH map.
Signed-off-by: Tyler Brekke <tbrekke@redhat.com>
2015-02-12 14:37:17 -08:00
xinxin shu
9db596974c
fix command 'ceph pg dump_stuck degraded'
...
undersized not valid: undersized not in inactive|unclean|stale
undersized not valid: undersized doesn't represent an int
Invalid command: unused arguments: ['undersized']
pg dump_stuck {inactive|unclean|stale [inactive|unclean|stale...]} {<int>} : show information about stuck pgs
Signed-off-by: xinxin shu <xinxin.shu@intel.com>
2015-01-16 01:33:07 +08:00
Loic Dachary
a566610aaa
doc: update injectargs syntax
...
Modify the examples to use the simpler syntax, not involving -- or
grouping with quotes.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-10-20 23:03:11 -07:00
Loic Dachary
639c9818fe
documentation: explain ceph osd reweight vs crush weight
...
Using the wording from Gregory Farnum at
http://lists.ceph.com/pipermail/ceph-users-ceph.com/2014-June/040961.html
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-09-19 17:19:41 +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
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 36f15c3026debd808920a04bc3a60c96b119405b.
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
Danny Al-Gaaf
72ee3389af
doc: s/osd/OSD/ if not part of a command
...
First attempt to unify usage of OSD over rst files.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2014-03-09 00:01:40 +01:00
Danny Al-Gaaf
a4cbb192ab
rados/operations/control.rst: fix typo
...
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2014-03-08 11:13:52 +01:00
Sage Weil
2b36761b81
mon: favor 'mds set max_mds' over 'mds set_max_mds'
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-01-15 19:02:23 -08: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
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
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
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
Josh Durgin
cb19e994f2
doc: ceph osd create takes a uuid, not an osd id
...
This was updated by 36e7b077a77fa0a6c87289f400391c85dcdb1d42, but
accidentally reverted in later changes.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-12-05 12:50:24 -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