]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Break ceph osd pool get into sections based on pool type
authorDavid Zafman <dzafman@redhat.com>
Fri, 20 Mar 2015 22:33:39 +0000 (15:33 -0700)
committerDavid Zafman <dzafman@redhat.com>
Sun, 22 Mar 2015 22:28:17 +0000 (15:28 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
doc/man/8/ceph.rst

index 038d99a5456b64e61681287039f806fb7c8d4161..08d06bae38782326be5ae8298ce39893480815af 100644 (file)
@@ -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.