]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: clarify use of insights health pruning
authorNoah Watkins <nwatkins@redhat.com>
Tue, 21 Aug 2018 23:48:19 +0000 (16:48 -0700)
committerNoah Watkins <nwatkins@redhat.com>
Tue, 21 Aug 2018 23:48:19 +0000 (16:48 -0700)
Signed-off-by: Noah Watkins <nwatkins@redhat.com>
doc/mgr/insights.rst

index 74617b99895f8fd80487543f6f01de000ed1addf..b66de3de4e6fc37103f4ebe4f83c4526a6ae1b14 100644 (file)
@@ -39,10 +39,14 @@ Generate the full report.
 
   ceph insights prune-health <hours>
 
-Remove historical health data collected within the last <hours>. Passing in `0`
-for <hours> will clear all health data. This command is useful for removing
-health checks that have been recently resolved but which remain in the report.
-There is no need to prune health data to reclaim space; pruning occurs
-automatically each hour removing old health data from persistent storage.
+Remove historical health data older than <hours>. Passing `0` for <hours> will
+clear all health data.
+
+This command is useful for cleaning the health history before automated nightly
+reports are generated, which may contain spurious health checks accumulated
+while performing system maintenance, or other health checks that have been
+resolved. There is no need to prune health data to reclaim storage space;
+garbage collection is performed regularly to remove old health data from
+persistent storage.
 
 .. _crash module: ../crash