From 4c360ce9afc5565e5b176f54f4024e13f1fd78cb Mon Sep 17 00:00:00 2001 From: Adam Crume Date: Mon, 21 Jul 2014 14:33:26 -0700 Subject: [PATCH] rbd-replay: Fix examples/rbd-replay/replay Signed-off-by: Adam Crume --- examples/rbd-replay/replay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rbd-replay/replay b/examples/rbd-replay/replay index 78e01686f87..42f4f208177 100755 --- a/examples/rbd-replay/replay +++ b/examples/rbd-replay/replay @@ -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