summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-02-22 15:37:03 -0800
committerJohn Wilkins <john.wilkins@inktank.com>2013-02-22 15:37:03 -0800
commite68f2c85d35f0a19e2f5b7cd2b7f1ff1e5c98187 (patch)
tree5f6d4eba5299ade06a8ad67e9bbd1ac86ee1cf08
parent73317bd78e17c0d84fc6f63800d9cb70c1a17442 (diff)
downloadceph-e68f2c85d35f0a19e2f5b7cd2b7f1ff1e5c98187.tar.gz
doc: Added mention of Admin Socket interface and brief description.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/operations/monitoring.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst
index 68ae3b587a6..4bce61ee695 100644
--- a/doc/rados/operations/monitoring.rst
+++ b/doc/rados/operations/monitoring.rst
@@ -183,4 +183,24 @@ Placement groups map objects to OSDs. When you monitor your
placement groups, you will want them to be ``active`` and ``clean``.
For a detailed discussion, refer to `Monitoring OSDs and Placement Groups`_.
-.. _Monitoring OSDs and Placement Groups: ../monitoring-osd-pg \ No newline at end of file
+.. _Monitoring OSDs and Placement Groups: ../monitoring-osd-pg
+
+
+Using the Admin Socket
+======================
+
+The Ceph admin socket allows you to query a daemon via a socket interface.
+By default, Ceph sockets reside under ``/var/run/ceph``. To access a socket,
+use the following command::
+
+ ceph --admin-daemon /var/run/ceph/{socket-name}
+
+To view the available admin socket commands, execute the following command::
+
+ ceph --admin-daemon /var/run/ceph/{socket-name} help
+
+The admin socket command enables you to show and set your configuration at
+runtime. See `Viewing a Configuration at Runtime`_ for details.
+
+.. _Viewing a Configuration at Runtime: ../../configuration/ceph-conf#ceph-runtime-config
+