]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/health-checks: document bluestore spurious read 33065/head
authorIgor Fedotov <ifedotov@suse.com>
Tue, 4 Feb 2020 16:19:03 +0000 (19:19 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Tue, 14 Apr 2020 09:08:30 +0000 (12:08 +0300)
errors alert.

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
doc/rados/operations/health-checks.rst

index bd71a2ee937f8c8918d8842ed7183868866d84d6..41502376649ddb31661ecd0fcd146dda5742eed4 100644 (file)
@@ -530,6 +530,28 @@ are correctly installed and that the OSD daemon(s) have been
 restarted.  If the problem persists, check the OSD log for any clues
 as to the source of the problem.
 
+BLUESTORE_SPURIOUS_READ_ERRORS
+______________________________
+
+One or more OSDs using BlueStore detects spurious read errors at main device.
+BlueStore has recovered from these errors by retrying disk reads.
+Though this might show some issues with underlying hardware, I/O subsystem,
+etc.
+Which theoretically might cause permanent data corruption.
+Some observations on the root cause can be found at 
+https://tracker.ceph.com/issues/22464
+
+This alert doesn't require immediate response but corresponding host might need
+additional attention, e.g. upgrading to the latest OS/kernel versions and
+H/W resource utilization monitoring.
+
+This warning can be disabled on all OSDs with::
+
+  ceph config set osd bluestore_warn_on_spurious_read_errors false
+
+Alternatively, it can be disabled on a specific OSD with::
+
+  ceph config set osd.123 bluestore_warn_on_spurious_read_errors false
 
 
 Device health