Skip to content

Commit

Permalink
doc: deprecate blkin tracing
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Bodley <[email protected]>
  • Loading branch information
cbodley committed Feb 8, 2024
1 parent 8ac5645 commit de57824
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PendingReleaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 3 additions & 0 deletions doc/dev/blkin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de57824

Please sign in to comment.