Put etcd into tmpfs for tests

This commit is contained in:
Vitaliy Filippov
2023-09-07 02:35:09 +03:00
parent b7d398be5b
commit 51081c9b45
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ check_qemu
LD_PRELOAD="build/src/libfio_vitastor.so" \
fio -thread -name=test -ioengine=build/src/libfio_vitastor.so -bs=68k -direct=1 -numjobs=16 -iodepth=4 \
-rw=randwrite -etcd=$ETCD_URL -pool=1 -inode=1 -size=128M -runtime=10
-rw=randwrite -etcd=$ETCD_URL -pool=1 -inode=1 -size=128M -runtime=10 -osd_trace=1
# A lot of parallel syncs was crashing the primary OSD at some point