Viewing the Ceph configuration at runtime
The Ceph configuration files can be viewed at boot time and run time.
Prerequisites
-
Root-level access to the Ceph node.
-
Access to admin keyring.
Procedure
-
To view a runtime configuration, log in to a Ceph node running the daemon and execute:
Syntax
ceph daemon DAEMON_TYPE.ID config showTo see the configuration for
osd.0, you can log into the node containingosd.0and execute this command:Example
[root@osd ~]# ceph daemon osd.0 config show -
For additional options, specify a daemon and
help.Example
[root@osd ~]# ceph daemon osd.0 help