Skip to content

Commit a8a374b

Browse files
authored
Merge pull request ceph#64074 from nh2/docs-config-more-commands
doc/rados/configuration: Mention show-with-defaults and ceph-conf Reviewed-by: Zac Dover <[email protected]>
2 parents a8637d8 + 978ab83 commit a8a374b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/rados/configuration/ceph-conf.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,9 @@ The following CLI commands are used to configure the cluster:
521521
the command line or at runtime via admin socket, ``ceph tell``, or ``ceph daemon``
522522
commands. The source of each option value is displayed.
523523

524+
* ``ceph config show-with-defaults <who>`` is like the above,
525+
but also shows all defaults, and for changed values, where they are changed.
526+
524527
* ``ceph config assimilate-conf -i <input_file> -o <output_file>`` ingests a
525528
configuration file from *input_file* and sets any valid options found into the
526529
Monitor configuration database. Any settings that are unrecognized, are
@@ -529,6 +532,8 @@ The following CLI commands are used to configure the cluster:
529532
useful when transitioning from legacy configuration files to centralized
530533
Monitor-based configuration.
531534

535+
* ``ceph-conf --show-config`` is a legacy command.
536+
532537
Note that ``ceph config get <who> [<option>]`` and ``ceph config show
533538
<who>`` will not necessarily return the same values. The former
534539
command shows only compiled-in default values. In order to determine whether a

0 commit comments

Comments
 (0)