Skip to content

Commit 6bc96aa

Browse files
committed
Add a sleep at the end of fio-master script
1 parent 33dc29b commit 6bc96aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

images/fio/scripts/fio-master

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ fio_jobfile=$2
1111
# Moving output-format to the end of the command cleans up json output?
1212
# https://github.com/axboe/fio/issues/731#issuecomment-871259173
1313

14-
stdbuf -o0 -e0 fio --client=${worker_hostfile} ${fio_jobfile} --output-format=json+
14+
stdbuf -o0 -e0 fio --client=${worker_hostfile} ${fio_jobfile} --output-format=json+
15+
16+
# Add a sleep to make sure buffers are flushed
17+
sleep 2

0 commit comments

Comments
 (0)