]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: deprecate blkin tracing
authorCasey Bodley <cbodley@redhat.com>
Thu, 8 Feb 2024 15:56:03 +0000 (10:56 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 8 Feb 2024 15:56:03 +0000 (10:56 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
PendingReleaseNotes
doc/dev/blkin.rst

index 0ecec83ec81f9e81fe7feedcf5abf2202bc1dc9a..a413b6276f2f0190a83fecc6c0ac18d8dd6d5081 100644 (file)
@@ -10,6 +10,9 @@
   For multi-site deployments that make any use of Server-Side Encryption, we
   recommended running this command against every bucket in every zone after all
   zones have upgraded.
+* Tracing: The blkin tracing feature (see https://docs.ceph.com/en/reef/dev/blkin/)
+  is now deprecated in favor of Opentracing (https://docs.ceph.com/en/reef/dev/developer_guide/jaegertracing/)
+  and will be removed in a later release.
 * CEPHFS: MDS evicts clients which are not advancing their request tids which causes
   a large buildup of session metadata resulting in the MDS going read-only due to
   the RADOS operation exceeding the size threshold. `mds_session_metadata_threshold`
index 989cddcd7ee61f08fd057097ac7e99ef7cae0faf..f4c045e19efb451004b40965c075e1c3fb2f6af4 100644 (file)
@@ -72,6 +72,9 @@ Destroy tracing session::
  Tracing Ceph With Blkin
 =========================
 
+.. deprecated:: This feature was deprecated in the Squid release and will
+   be removed in a later release.
+
 Ceph can use Blkin, a library created by Marios Kogias and others,
 which enables tracking a specific request from the time it enters
 the system at higher levels till it is finally served by RADOS.