File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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+
532537Note that ``ceph config get <who> [<option>] `` and ``ceph config show
533538<who> `` will not necessarily return the same values. The former
534539command shows only compiled-in default values. In order to determine whether a
You can’t perform that action at this time.
0 commit comments