summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorCaleb Sander Mateos <csander@purestorage.com>2025-12-12 10:17:02 -0700
committerJens Axboe <axboe@kernel.dk>2025-12-12 12:50:40 -0700
commit58eec4f3fc2878de51239916953b736b674d5071 (patch)
tree8e1b4a774703c6b1af5fb92b8200ff144cf3c5a8 /tools/perf/scripts/python/bin
parentfe8c0182d49414740e639c1ca6b7d4b8e36b77fe (diff)
selftests: ublk: fix fio arguments in run_io_and_recover()
run_io_and_recover() invokes fio with --size="${size}", but the variable size doesn't exist. Thus, the argument expands to --size=, which causes fio to exit immediately with an error without issuing any I/O. Pass the value for size as the first argument to the function. Signed-off-by: Caleb Sander Mateos <csander@purestorage.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions