Loading
nvme/fio_plugin: remove ZBD_IGNORE usage
The define ZBD_IGNORE has been removed from upstream fio. fio will now return an error if --zonemode=zbd is used with a --filename that points to something that is unsupported by either the zbd code in fio or by the ioengine itself. ioengines are now supposed to return -EINVAL for unsupported files (instead of returning 0 with ZBD_IGNORE for unsupported files). This change does not need any special ifdef FIO_IOOPS_VERSION check. Signed-off-by:Niklas Cassel <niklas.cassel@wdc.com> Change-Id: I7bec0b1f5dc8f166ebf683f6f3937b2ef295a21e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8326 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Community-CI: Mellanox Build Bot