]> git.proxmox.com Git - pve-docs.git/commitdiff
ceph: Add monitoring & troubleshooting section
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 3 Apr 2019 14:23:32 +0000 (16:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Apr 2019 06:04:23 +0000 (08:04 +0200)
To give a little overview on where to look if trouble arise.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
pveceph.adoc

index ebb280251d072bb2e7604ec3d2cb5d4632bbf850..18582e1942d17ab233f9c016133eb07262d829e9 100644 (file)
@@ -536,6 +536,30 @@ with:
 pveceph pool destroy NAME
 ----
 
+
+Ceph monitoring & troubleshooting
+---------------------------------
+A good start is to monitor the ceph health to begin with. Either through the
+ceph tools itself or also by accessing the status through the {pve}
+link:api-viewer/index.html[API].
+
+If the cluster is in an unhealthy state the commands below will give an
+overview on the current events.
+
+----
+ceph -s
+ceph -w
+----
+
+To get a more detailed view, every ceph service has a log file under
+`/var/log/ceph/` and if there is not enough detail, the log level can be
+adjusted footnote:[Ceph log and debugging http://docs.ceph.com/docs/luminous/rados/troubleshooting/log-and-debug/].
+
+You can find more information about troubleshooting
+footnote:[Ceph troubleshooting http://docs.ceph.com/docs/luminous/rados/troubleshooting/]
+a Ceph cluster on its website.
+
+
 ifdef::manvolnum[]
 include::pve-copyright.adoc[]
 endif::manvolnum[]