]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/health-alerts: document BLUESTORE_NO_COMPRESSION
authorSage Weil <sage@redhat.com>
Wed, 31 Jul 2019 06:39:03 +0000 (01:39 -0500)
committerSage Weil <sage@redhat.com>
Thu, 15 Aug 2019 01:40:08 +0000 (20:40 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/rados/operations/health-checks.rst

index 903cb4621ed3c3f90c2b8374b4ace4f5c381fbc1..f6ca463bf0e10d53897129e6e3c4e597910e9db4 100644 (file)
@@ -448,6 +448,20 @@ risk.  For example, if osd ``$N`` has the error,::
   ceph-volume lvm zap /path/to/device
   ceph-volume lvm create --osd-id $N --data /path/to/device
 
+BLUESTORE_NO_COMPRESSION
+________________________
+
+One or more OSDs is unable to load a BlueStore compression plugin.
+This can be caused by a broken installation, in which the ``ceph-osd``
+binary does not match the compression plugins, or a recent upgrade
+that did not include a restart of the ``ceph-osd`` daemon.
+
+Verify that the package(s) on the host running the OSD(s) in question
+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.
+
+
 
 Device health
 -------------