diff options
author | Adam Crume <adamcrume@gmail.com> | 2014-07-21 23:33:26 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2014-08-21 19:57:30 +0200 |
commit | 4c360ce9afc5565e5b176f54f4024e13f1fd78cb (patch) | |
tree | 2fb2483174a1eeba56c3f6b6e5d0973980d55d75 /examples | |
parent | rbd-replay: Clean up prep-for-replay.py (diff) | |
download | ceph-4c360ce9afc5565e5b176f54f4024e13f1fd78cb.tar.xz ceph-4c360ce9afc5565e5b176f54f4024e13f1fd78cb.zip |
rbd-replay: Fix examples/rbd-replay/replay
Signed-off-by: Adam Crume <adamcrume@gmail.com>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rbd-replay/replay | 2 |
1 files changed, 1 insertions, 1 deletions
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 |