From c07ecf9fef6a779bd2a99cdf6fad615f9b641927 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 30 Sep 2019 14:55:32 +0800 Subject: [PATCH] doc/man/ceph: document 'config' command it'd be ideal if we offer the access to the help in manpage in addition to its online counterpart. Signed-off-by: Kefu Chai --- doc/man/8/ceph.rst | 95 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 801a4a78f65..454bec636fa 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -13,6 +13,8 @@ Synopsis | **ceph** **compact** +| **ceph** **config** [ *dump* | *ls* | *help* | *get* | *show* | *show-with-defaults* | *set* | *rm* | *log* | *reset* | *assimilate-conf* | *generate-minimal-conf* ] ... + | **ceph** **config-key** [ *rm* | *exists* | *get* | *ls* | *dump* | *set* ] ... | **ceph** **daemon** ** \| ** ** ... @@ -174,6 +176,99 @@ Usage:: ceph compact +config +------ + +Configure the cluster. By default, Ceph daemons and clients retrieve their +configuration options from monitor when they start, and are updated if any of +the tracked options is changed at run time. It uses following additional +subcommand. + +Subcommand ``dump`` to dump all options for the cluster + +Usage:: + + ceph config dump + +Subcommand ``ls`` to list all option names for the cluster + +Usage:: + + ceph config ls + +Subcommand ``help`` to describe the specified configuration option + +Usage:: + + ceph config help