mirror of
https://github.com/ceph/ceph
synced 2025-01-17 16:34:22 +00:00
Merge pull request #4134 from dzafman/wip-dzman-hammer
Minor man page improvement Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
c60ba6af8c
@ -841,14 +841,18 @@ Subcommand ``get`` gets pool parameter <var>.
|
||||
Usage::
|
||||
|
||||
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
|
||||
pgp_num|crush_ruleset|auid|write_fadvise_dontneed
|
||||
|
||||
ceph osd pool get <poolname> auid|target_max_objects|target_max_bytes
|
||||
Only for tiered pools::
|
||||
|
||||
ceph osd pool get <poolname> cache_target_dirty_ratio|cache_target_full_ratio
|
||||
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
|
||||
|
||||
ceph osd pool get <poolname> cache_min_flush_age|cache_min_evict_age|
|
||||
erasure_code_profile|min_read_recency_for_promote|write_fadvise_dontneed
|
||||
Only for erasure coded pools::
|
||||
|
||||
ceph osd pool get <poolname> erasure_code_profile
|
||||
|
||||
Subcommand ``get-quota`` obtains object or byte limits for pool.
|
||||
|
||||
|
38
man/ceph.8
38
man/ceph.8
@ -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
|
||||
.
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user