]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev:update blkin.rst doc for lttng trace
authorlizhipeng <qiuxinyidian@gmail.com>
Fri, 22 Aug 2025 03:53:52 +0000 (11:53 +0800)
committerZac Dover <zac.dover@proton.me>
Mon, 25 Aug 2025 14:57:16 +0000 (00:57 +1000)
fixes:https://tracker.ceph.com/issues/72059

Signed-off-by: lizhipeng <qiuxinyidian@gmail.com>
(cherry picked from commit 3029cc9afdee352fb22db0895c5d3ec4a35277d3)

doc/dev/blkin.rst

index 989cddcd7ee61f08fd057097ac7e99ef7cae0faf..8ac54871ac633e17b64264ca7b156c1f135fec34 100644 (file)
@@ -5,10 +5,17 @@
 Configuring Ceph with LTTng
 ===========================
 
-Use -DWITH_LTTNG option (default: ON)::
+if you compile code, please use -DWITH_LTTNG option (default: ON)::
 
   ./do_cmake -DWITH_LTTNG=ON
 
+If your Ceph deployment is package-based (YUM, DNF, APT) vs containerized, install the required software packages according to the module which you want to track, otherwise, it may cause a coredump due to missing *tp.solibrary files::
+
+  librbd-devel    
+  librgw-devel    
+  librados-devel  
+
+  
 Config option for tracing must be set to true in ceph.conf.
 Following options are currently available::