Skip to content

Commit

Permalink
doc: Minor fixes to ceph command manpage
Browse files Browse the repository at this point in the history
Fixes: #10676

Signed-off-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
dzafman committed Mar 14, 2015
1 parent 9ac488c commit 7e85722
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 28 deletions.
20 changes: 7 additions & 13 deletions doc/man/8/ceph.rst
Expand Up @@ -495,7 +495,7 @@ Subcommand ``create-or-move`` creates entry or moves existing entry for <name>
Usage::

ceph osd crush create-or-move <osdname (id|osd.id)> <float[0.0-]> <args>
[<args>...]
[<args>...]

Subcommand ``dump`` dumps crush map.

Expand Down Expand Up @@ -819,18 +819,12 @@ Subcommand ``set`` sets pool parameter <var> to <val>.

Usage::

ceph osd pool set <poolname> size|min_size|crash_replay_interval|pg_num|
pgp_num|crush_ruleset|hashpspool|hit_set_type|hit_set_period

ceph osd pool set <poolname> hit_set_count|hit_set_fpp|debug_fake_ec_pool

ceph osd pool set <poolname> target_max_bytes|target_max_objects

ceph osd pool set <poolname> cache_target_dirty_ratio|cache_target_full_ratio

ceph osd pool set <poolname> cache_min_flush_age|cache_min_evict_age

ceph osd pool set <poolname> auid <val> {--yes-i-really-mean-it}
ceph osd pool set <poolname> size|min_size|crash_replay_interval|
pg_num|pgp_num|crush_ruleset|hashpspool|hit_set_type|hit_set_period|
hit_set_count|hit_set_fpp|debug_fake_ec_pool| target_max_bytes|
target_max_objects|cache_target_dirty_ratio|cache_target_full_ratio|
cache_min_flush_age|cache_min_evict_age|auid
<val> {--yes-i-really-mean-it}

Subcommand ``set-quota`` sets object or byte limit on pool.

Expand Down
23 changes: 8 additions & 15 deletions man/ceph.8
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "CEPH" "8" "March 12, 2015" "dev" "Ceph"
.TH "CEPH" "8" "March 13, 2015" "dev" "Ceph"
.SH NAME
ceph \- ceph administration tool
.
Expand Down Expand Up @@ -1016,13 +1016,12 @@ Usage:
.nf
.ft C
ceph osd crush create\-or\-move <osdname (id|osd.id)> <float[0.0\-]> <args>
[<args>...]
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
[<args>...]
.sp
Subcommand \fBdump\fP dumps crush map.
.sp
Usage:
Expand Down Expand Up @@ -1733,18 +1732,12 @@ Usage:
.sp
.nf
.ft C
ceph osd pool set <poolname> size|min_size|crash_replay_interval|pg_num|
pgp_num|crush_ruleset|hashpspool|hit_set_type|hit_set_period

ceph osd pool set <poolname> hit_set_count|hit_set_fpp|debug_fake_ec_pool

ceph osd pool set <poolname> target_max_bytes|target_max_objects

ceph osd pool set <poolname> cache_target_dirty_ratio|cache_target_full_ratio

ceph osd pool set <poolname> cache_min_flush_age|cache_min_evict_age

ceph osd pool set <poolname> auid <val> {\-\-yes\-i\-really\-mean\-it}
ceph osd pool set <poolname> size|min_size|crash_replay_interval|
pg_num|pgp_num|crush_ruleset|hashpspool|hit_set_type|hit_set_period|
hit_set_count|hit_set_fpp|debug_fake_ec_pool| target_max_bytes|
target_max_objects|cache_target_dirty_ratio|cache_target_full_ratio|
cache_min_flush_age|cache_min_evict_age|auid
<val> {\-\-yes\-i\-really\-mean\-it}
.ft P
.fi
.UNINDENT
Expand Down

0 comments on commit 7e85722

Please sign in to comment.