Skip to content

Commit

Permalink
doc: Regenerate man/ceph.8 based on ceph.rst changes
Browse files Browse the repository at this point in the history
Signed-off-by: David Zafman <[email protected]>
  • Loading branch information
dzafman committed Mar 22, 2015
1 parent eb890b1 commit 0a0d8f6
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions man/ceph.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "CEPH" "8" "March 12, 2015" "dev" "Ceph"
.TH "CEPH" "8" "March 22, 2015" "dev" "Ceph"
.SH NAME
ceph \- ceph administration tool
.
Expand Down Expand Up @@ -1779,14 +1779,34 @@ Usage:
.nf
.ft C
ceph osd pool get <poolname> size|min_size|crash_replay_interval|pg_num|
pgp_num|crush_ruleset|hit_set_type|hit_set_period|hit_set_count|hit_set_fpp

ceph osd pool get <poolname> auid|target_max_objects|target_max_bytes

ceph osd pool get <poolname> cache_target_dirty_ratio|cache_target_full_ratio

ceph osd pool get <poolname> cache_min_flush_age|cache_min_evict_age|
erasure_code_profile|min_read_recency_for_promote|write_fadvise_dontneed
pgp_num|crush_ruleset|auid|write_fadvise_dontneed
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
Only for tiered pools:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
ceph osd pool get <poolname> hit_set_type|hit_set_period|hit_set_count|hit_set_fpp|
target_max_objects|target_max_bytes|cache_target_dirty_ratio|
cache_target_full_ratio|cache_min_flush_age|cache_min_evict_age|
min_read_recency_for_promote
.ft P
.fi
.UNINDENT
.UNINDENT
.sp
Only for erasure coded pools:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
ceph osd pool get <poolname> erasure_code_profile
.ft P
.fi
.UNINDENT
Expand Down

0 comments on commit 0a0d8f6

Please sign in to comment.