diff options
author | Kefu Chai <tchaikov@gmail.com> | 2018-10-19 11:32:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 11:32:59 +0200 |
commit | 3797d1f654a3bc9418074fe7bff6c100188ee24e (patch) | |
tree | e7ab0c1bfb85b5753c881ac35199ab01db37ab42 /doc | |
parent | Merge pull request #19386 from ganeshmaharaj/qat-ceph-crypto (diff) | |
parent | doc: add spacing to subcommand references (diff) | |
download | ceph-3797d1f654a3bc9418074fe7bff6c100188ee24e.tar.xz ceph-3797d1f654a3bc9418074fe7bff6c100188ee24e.zip |
Merge pull request #24669 from falcon78921/wip-docs-36527
doc: add spacing to subcommand references
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/8/ceph.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 4bd7d118865..f21296ff38f 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -1023,12 +1023,14 @@ may or may not be some processing conducted. Subcommand ``disable`` disables the given application on the given pool. Usage:: + ceph osd pool application disable <pool-name> <app> {--yes-i-really-mean-it} Subcommand ``enable`` adds an annotation to the given pool for the mentioned application. Usage:: + ceph osd pool application enable <pool-name> <app> {--yes-i-really-mean-it} Subcommand ``get`` displays the value for the given key that is assosciated @@ -1037,18 +1039,21 @@ arguments would display all key-value pairs for all applications for all pools. Usage:: + ceph osd pool application get {<pool-name>} {<app>} {<key>} Subcommand ``rm`` removes the key-value pair for the given key in the given application of the given pool. Usage:: + ceph osd pool application rm <pool-name> <app> <key> Subcommand ``set`` assosciates or updates, if it already exists, a key-value pair with the given application for the given pool. Usage:: + ceph osd pool application set <pool-name> <app> <key> <value> Subcommand ``primary-affinity`` adjust osd primary-affinity from 0.0 <=<weight> |