|
|
|
@ -34,6 +34,11 @@ fi |
|
|
|
|
#LD_PRELOAD=libasan.so.5 \ |
|
|
|
|
# fio -thread -name=test -ioengine=build/src/libfio_vitastor_sec.so -bs=4k -fsync=128 `$ETCDCTL get /vitastor/osd/state/1 --print-value-only | jq -r '"-host="+.addresses[0]+" -port="+(.port|tostring)'` -rw=write -size=32M |
|
|
|
|
|
|
|
|
|
if ! cmp build/src/block-vitastor.so /usr/lib/x86_64-linux-gnu/qemu/block-vitastor.so; then |
|
|
|
|
sudo rm -f /usr/lib/x86_64-linux-gnu/qemu/block-vitastor.so |
|
|
|
|
sudo ln -s "$(realpath .)/build/src/block-vitastor.so" /usr/lib/x86_64-linux-gnu/qemu/block-vitastor.so |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
LD_PRELOAD=libasan.so.5 \ |
|
|
|
|
fio -thread -name=test -ioengine=build/src/libfio_vitastor.so -bs=4M -direct=1 -iodepth=1 -fsync=1 -rw=write -etcd=$ETCD_URL -pool=1 -inode=1 -size=128M -cluster_log_level=10 |
|
|
|
|
|
|
|
|
|