If your Ceph Storage Cluster is running, and you would like to see the
configuration settings from a running daemon, execute the following::
- ceph --admin-daemon {/path/to/admin/socket} config show | less
-
-The default path for the admin socket for each daemon is::
+ ceph daemon {daemon-type}.{id} config show | less
- /var/run/ceph/$cluster-$name.asok
-
-At real time, the metavariables will evaluate to the actual cluster name and
-daemon name. For example, if the cluster name is ``ceph`` (it is by default)
-and you want to retrieve the configuration for ``osd.0``, use the following::
+If you are on a machine where osd.0 is running, the command would be::
- ceph --admin-daemon /var/run/ceph/ceph-osd.0.asok config show | less
+ ceph daemon osd.0 config show | less
Running Multiple Clusters