X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fdoc%2Fman%2F8%2Fceph.rst;h=78aeb5ef29eab4de552d8b09ccb5eecf8d45cf07;hb=e306af509c4d4816a1f73b17a825ea5186fa0030;hp=847abb7a739f74e9e18641445fe94cfa9c894652;hpb=11fdf7f228cb605e22a0e495ebabd3329db96b81;p=ceph.git diff --git a/ceph/doc/man/8/ceph.rst b/ceph/doc/man/8/ceph.rst index 847abb7a7..78aeb5ef2 100644 --- a/ceph/doc/man/8/ceph.rst +++ b/ceph/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** ** \| ** ** ... @@ -27,8 +29,6 @@ Synopsis | **ceph** **health** *{detail}* -| **ceph** **heap** [ *dump* \| *start_profiler* \| *stop_profiler* \| *release* \| *get_release_rate* \| *set_release_rate* \| *stats* ] ... - | **ceph** **injectargs** ** [ **... ] | **ceph** **log** ** [ **... ] @@ -37,8 +37,6 @@ Synopsis | **ceph** **mon** [ *add* \| *dump* \| *getmap* \| *remove* \| *stat* ] ... -| **ceph** **mon_status** - | **ceph** **osd** [ *blacklist* \| *blocked-by* \| *create* \| *new* \| *deep-scrub* \| *df* \| *down* \| *dump* \| *erasure-code-profile* \| *find* \| *getcrushmap* \| *getmap* \| *getmaxosd* \| *in* \| *ls* \| *lspools* \| *map* \| *metadata* \| *ok-to-stop* \| *out* \| *pause* \| *perf* \| *pg-temp* \| *force-create-pg* \| *primary-affinity* \| *primary-temp* \| *repair* \| *reweight* \| *reweight-by-pg* \| *rm* \| *destroy* \| *purge* \| *safe-to-destroy* \| *scrub* \| *set* \| *setcrushmap* \| *setmaxosd* \| *stat* \| *tree* \| *unpause* \| *unset* ] ... | **ceph** **osd** **crush** [ *add* \| *add-bucket* \| *create-or-move* \| *dump* \| *get-tunable* \| *link* \| *move* \| *remove* \| *rename-bucket* \| *reweight* \| *reweight-all* \| *reweight-subtree* \| *rm* \| *rule* \| *set* \| *set-tunable* \| *show-tunables* \| *tunables* \| *unlink* ] ... @@ -51,14 +49,10 @@ Synopsis | **ceph** **pg** [ *debug* \| *deep-scrub* \| *dump* \| *dump_json* \| *dump_pools_json* \| *dump_stuck* \| *getmap* \| *ls* \| *ls-by-osd* \| *ls-by-pool* \| *ls-by-primary* \| *map* \| *repair* \| *scrub* \| *stat* ] ... -| **ceph** **quorum** [ *enter* \| *exit* ] - | **ceph** **quorum_status** | **ceph** **report** { ** [ *...* ] } -| **ceph** **scrub** - | **ceph** **status** | **ceph** **sync** **force** {--yes-i-really-mean-it} {--i-know-what-i-am-doing} @@ -174,10 +168,106 @@ 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