From ec4c8997a67397e3ba5f335e444586f6f1a7864c Mon Sep 17 00:00:00 2001 From: David Zafman Date: Fri, 13 Mar 2015 16:50:13 -0700 Subject: [PATCH] doc: Minor fixes to ceph command manpage Fixes: #10676 Signed-off-by: David Zafman (cherry picked from commit 7e85722fd4c89715fc2ed79697c82d65d7ebf287) --- doc/man/8/ceph.rst | 20 +++++++------------- man/ceph.8 | 23 ++++++++--------------- 2 files changed, 15 insertions(+), 28 deletions(-) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index ed7de18979333..21263a279088b 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 27396d35648c3..16513e722def9 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 -- 2.39.5