From 207307ead7d0298b0f984a9129db17190a64b67e Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Thu, 30 Oct 2025 13:56:46 +0100 Subject: [PATCH] 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 --- pveceph.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index 0d6e9ec..63c5ca9 100644 --- a/pveceph.adoc +++ b/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 |Show configuration option(s) for an entity -|ceph config set |Set a configuration option for one or more entities -|ceph config rm | Clear a configuration option for one or more entities +|`ceph config dump`|Show all configuration option(s) +|`ceph config get `|Show configuration option(s) for an entity +|`ceph config set `|Set a configuration option for one or more entities +|`ceph config rm `| Clear a configuration option for one or more entities |=== .Example for increasing the osd_memory_target for all OSD daemons