Remove debug osd_trace from test_write

Vitaliy Filippov 2023-09-12 01:35:27 +03:00
parent cc0fdc6253
commit eea7ef1f19
1 changed files with 1 additions and 1 deletions

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 -osd_trace=1
-rw=randwrite -etcd=$ETCD_URL -pool=1 -inode=1 -size=128M -runtime=10
# A lot of parallel syncs was crashing the primary OSD at some point