From: David Zafman Date: Fri, 13 Mar 2015 23:50:13 +0000 (-0700) Subject: doc: Minor fixes to ceph command manpage X-Git-Tag: v0.80.10~70^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e85722fd4c89715fc2ed79697c82d65d7ebf287;p=ceph.git doc: Minor fixes to ceph command manpage Fixes: #10676 Signed-off-by: David Zafman --- diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index ed7de189793..21263a27908 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -495,7 +495,7 @@ Subcommand ``create-or-move`` creates entry or moves existing entry for Usage:: ceph osd crush create-or-move -[...] + [...] Subcommand ``dump`` dumps crush map. @@ -819,18 +819,12 @@ Subcommand ``set`` sets pool parameter to . Usage:: - ceph osd pool set size|min_size|crash_replay_interval|pg_num| - pgp_num|crush_ruleset|hashpspool|hit_set_type|hit_set_period - - ceph osd pool set hit_set_count|hit_set_fpp|debug_fake_ec_pool - - ceph osd pool set target_max_bytes|target_max_objects - - ceph osd pool set cache_target_dirty_ratio|cache_target_full_ratio - - ceph osd pool set cache_min_flush_age|cache_min_evict_age - - ceph osd pool set auid {--yes-i-really-mean-it} + ceph osd pool set 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 + {--yes-i-really-mean-it} Subcommand ``set-quota`` sets object or byte limit on pool. diff --git a/man/ceph.8 b/man/ceph.8 index 27396d35648..16513e722de 100644 --- a/man/ceph.8 +++ b/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 . @@ -1016,13 +1016,12 @@ Usage: .nf .ft C ceph osd crush create\-or\-move +[...] .ft P .fi .UNINDENT .UNINDENT .sp -[...] -.sp Subcommand \fBdump\fP dumps crush map. .sp Usage: @@ -1733,18 +1732,12 @@ Usage: .sp .nf .ft C -ceph osd pool set size|min_size|crash_replay_interval|pg_num| -pgp_num|crush_ruleset|hashpspool|hit_set_type|hit_set_period - -ceph osd pool set hit_set_count|hit_set_fpp|debug_fake_ec_pool - -ceph osd pool set target_max_bytes|target_max_objects - -ceph osd pool set cache_target_dirty_ratio|cache_target_full_ratio - -ceph osd pool set cache_min_flush_age|cache_min_evict_age - -ceph osd pool set auid {\-\-yes\-i\-really\-mean\-it} +ceph osd pool set 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 + {\-\-yes\-i\-really\-mean\-it} .ft P .fi .UNINDENT