From 5afceddb33401814bd1213ab7457eb6913786469 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Hamb=C3=BCchen?= Date: Sat, 21 Jun 2025 19:46:13 +0200 Subject: [PATCH] doc/rados/configuration: Mention show-with-defaults and ceph-conf MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit A small improvement based on "Why is it still so difficult to just dump all config and where it comes from?" https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/EZSLRYBYEWDA6YIARQVMUKQUWHAE3PGR/ `show-with-defaults` is very useful, and `ceph-conf` is mentioned so that it's clear that it's legacy, and the user doesn't have to wonder if it's actually useful but was forgotten in the list. Signed-off-by: Niklas Hambüchen (cherry picked from commit 978ab834c464b993ec77c914cb36da47211a1cd4) --- doc/rados/configuration/ceph-conf.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index 0cd6890a3cc9e..d8932eaa45d32 100644 --- a/doc/rados/configuration/ceph-conf.rst +++ b/doc/rados/configuration/ceph-conf.rst @@ -521,6 +521,9 @@ The following CLI commands are used to configure the cluster: the command line or at runtime via admin socket, ``ceph tell``, or ``ceph daemon`` commands. The source of each option value is displayed. +* ``ceph config show-with-defaults `` is like the above, + but also shows all defaults, and for changed values, where they are changed. + * ``ceph config assimilate-conf -i -o `` ingests a configuration file from *input_file* and sets any valid options found into the Monitor configuration database. Any settings that are unrecognized, are @@ -529,6 +532,8 @@ The following CLI commands are used to configure the cluster: useful when transitioning from legacy configuration files to centralized Monitor-based configuration. +* ``ceph-conf --show-config`` is a legacy command. + Note that ``ceph config get [