mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-11-01 08:23:44 +03:00
pveceph: follow-up on new config section to improve readability
* rephrase 'bellow' to 'following' * use inline code format for the CLI commands * leave the column sizes automatically to avoid line-breaks in the CLI commands Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
12
pveceph.adoc
12
pveceph.adoc
@@ -578,15 +578,15 @@ In {PVE}, a minimal ceph.conf file is used to hold bootstrap settings. Most of
|
||||
the configuration is held in the central configuration database maintained by
|
||||
the MON services.
|
||||
|
||||
To persistently change configuration values use the bellow commands
|
||||
To persistently change configuration values use the following commands
|
||||
footnote:[Ceph MON DB commands https://docs.ceph.com/en/latest/rados/configuration/ceph-conf/#commands]:
|
||||
|
||||
[frame="none",grid="none", align="left", cols="30%,70%"]
|
||||
[frame="none",grid="none", align="left"]
|
||||
|===
|
||||
|ceph config dump|Show all configuration option(s)
|
||||
|ceph config get <who> <name>|Show configuration option(s) for an entity
|
||||
|ceph config set <who> <name> <value>|Set a configuration option for one or more entities
|
||||
|ceph config rm <who> <name>| Clear a configuration option for one or more entities
|
||||
|`ceph config dump`|Show all configuration option(s)
|
||||
|`ceph config get <who> <name>`|Show configuration option(s) for an entity
|
||||
|`ceph config set <who> <name> <value>`|Set a configuration option for one or more entities
|
||||
|`ceph config rm <who> <name>`| Clear a configuration option for one or more entities
|
||||
|===
|
||||
|
||||
.Example for increasing the osd_memory_target for all OSD daemons
|
||||
|
||||
Reference in New Issue
Block a user