]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Instead of using admin socket, use 'ceph daemon' command.
authorWido den Hollander <wido@42on.com>
Fri, 19 Dec 2014 14:51:49 +0000 (15:51 +0100)
committerWido den Hollander <wido@42on.com>
Fri, 19 Dec 2014 14:51:49 +0000 (15:51 +0100)
doc/rados/configuration/ceph-conf.rst

index c2f88d4d644e2686802c895a9b8a7f3b3f0e3fb3..661ac90553ebd895ad3b1214084f1a135235eba8 100644 (file)
@@ -447,17 +447,11 @@ Viewing a Configuration at Runtime
 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