]> git.proxmox.com Git - ceph.git/blobdiff - ceph/examples/rbd-replay/trace
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / examples / rbd-replay / trace
index 02a53589ef9dcb4f7f707beac41fc329b400b1ab..43697b086a365e6b25ed0b89c189d63170da2eab 100755 (executable)
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 mkdir -p traces
 lttng create -o traces librbd
 lttng enable-event -u 'librbd:*'
 lttng add-context -u -t pthread_id
 lttng start
-LD_LIBRARY_PATH=../../src/.libs/ qemu-system-i386 -m 1024 rbd:rbd/my-image:conf=../../src/ceph.conf
+LD_LIBRARY_PATH=../../build/lib qemu-system-i386 -m 1024 rbd:rbd/my-image:conf=../../src/ceph.conf
 lttng stop
 lttng view > trace.log