Loading
examples: detect fio backend fd redirection
It's useful to be able to run fio daemonized, and very recent versions of fio redirect stdout/stderr to /dev/null in order to avoid the problem that previously caused the plugin to abort. Detect if this redirection has happened and allow fio to run in this case. Signed-off-by:John Levon <john.levon@nutanix.com> Change-Id: I8ec13a4c26a0acc67b15fa5e8502dc28d341e441 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9691 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Andreas Economides <andreas.economides@nutanix.com>