Commit d2b59ff6 authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

test/vhost: remove fsync_on_close from fio job



Please see #3133 for details.

fsync_on_close in some cases calls actual fsync.
This does not work with SPDK fio plugins as they do not
open any files. Starting with fio-3.35 this error is now
propagated to fail the job.

As of right now, fsync_on_close should not be used with
fio SPDK plugins.
This particular job file was used test/vhost/shared/shared.sh,
where it will not work as SPDK virtio_blk does not support flush.

Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I66f2b7b9d0d9e04b5c01bda281344c0eb4e6c2cc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19930


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarMichal Berger <michal.berger@intel.com>
Reviewed-by: default avatarBen Walker <ben@nvidia.com>
parent d546e5ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ time_based=1
do_verify=1
verify=md5
verify_backlog=1024
fsync_on_close=1
iodepth=32
verify_state_save=0
[job0]