mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
rbd-replay: Fix examples/rbd-replay/replay
Signed-off-by: Adam Crume <adamcrume@gmail.com>
This commit is contained in:
parent
e7bf657e84
commit
4c360ce9af
@ -4,6 +4,6 @@ lttng create
|
||||
lttng enable-event -u 'librbd:*'
|
||||
lttng add-context -u -t pthread_id
|
||||
lttng start
|
||||
LD_LIBRARY_PATH=../../src/.libs ../../src/rbd-replay --conf=../../src/ceph.conf replay.bin | tee replay.log
|
||||
../../src/rbd-replay --conf=../../src/ceph.conf replay.bin "$@" | tee replay.log
|
||||
lttng stop
|
||||
lttng view > replay-trace.log
|
||||
|
Loading…
Reference in New Issue
Block a user