]> git.proxmox.com Git - pve-docs.git/commitdiff
ceph: troubleshooting: followup reword and small expansion
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Apr 2019 05:48:28 +0000 (07:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Apr 2019 06:04:23 +0000 (08:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveceph.adoc

index 18582e1942d17ab233f9c016133eb07262d829e9..d330dea552848cee6d835430c93eb464de0fb433 100644 (file)
@@ -537,18 +537,22 @@ 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].
+Ceph monitoring and troubleshooting
+-----------------------------------
+A good start is to continuosly monitor the ceph health from the start of
+initial deployment. Either through the ceph tools itself, but 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.
+The following ceph commands below can be used to see if the cluster is healthy
+('HEALTH_OK'), if there are warnings ('HEALTH_WARN'), or even errors
+('HEALTH_ERR'). If the cluster is in an unhealthy state the status commands
+below will also give you an overview on the current events and actions take.
 
 ----
 
 ----
-ceph -s
-ceph -w
+# single time output
+pve# ceph -s
+# continuously output status changes (press CTRL+C to stop)
+pve# ceph -w
 ----
 
 To get a more detailed view, every ceph service has a log file under
 ----
 
 To get a more detailed view, every ceph service has a log file under