rbd-replay: Fix examples/rbd-replay/replay

Signed-off-by: Adam Crume <adamcrume@gmail.com>
This commit is contained in:
Adam Crume 2014-07-21 14:33:26 -07:00 committed by Sage Weil
parent e7bf657e84
commit 4c360ce9af

View File

@ -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