From: Josh Durgin Date: Sat, 7 Mar 2015 02:58:48 +0000 (-0800) Subject: PendingReleaseNotes: warn about lttng LD_PRELOAD for daemons X-Git-Tag: v0.94~32^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=90a03937e986aa815dd27e8a3bee4efaf462c6f6;p=ceph.git PendingReleaseNotes: warn about lttng LD_PRELOAD for daemons Signed-off-by: Josh Durgin --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 618f02e15688..bf83bd28cb1c 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,8 +1,10 @@ -v0.87.1 Giant (Pending) +v0.94 ----- -* Due to a change in the Linux kernel version 3.18 and the limits of the FUSE - interface, ceph-fuse needs be mounted as root on at least some systems. See - issues #9997, #10277, and #10542 for details. -v0.93 ------ +* librbd and librados include lttng tracepoints on distros with + liblttng 2.4 or later (only Ubuntu Trusty for the ceph.com + packages). When running a daemon that uses these libraries, i.e. an + application that calls fork(2) or clone(2) without exec(3), you must + set LD_PRELOAD=liblttng-ust-fork.so.0 to prevent a crash in the + lttng atexit handler when the process exits. The only ceph tool that + requires this is rbd-fuse.