diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2023-03-27 17:37:33 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-04-13 16:38:55 +0300 |
commit | bb4c19e030f45c5416f1eb4daa94fbaf7165e9ea (patch) | |
tree | 9be9082ef9a9633d70b4055c73a9dd7edc238212 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4668c7a2940d134bea50058e138591b97485c5da (diff) | |
download | linux-bb4c19e030f45c5416f1eb4daa94fbaf7165e9ea.tar.xz |
block: null_blk: make fault-injection dynamically configurable per device
The null_blk driver has multiple driver-specific fault injection
mechanisms. Each fault injection configuration can only be specified by a
module parameter and cannot be reconfigured without reloading the driver.
Also, each configuration is common to all devices and is initialized every
time a new device is added.
This change adds the following subdirectories for each null_blk device.
/sys/kernel/config/nullb/<disk>/timeout_inject
/sys/kernel/config/nullb/<disk>/requeue_inject
/sys/kernel/config/nullb/<disk>/init_hctx_fault_inject
Each fault injection attribute can be dynamically set per device by a
corresponding file in these directories.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Link: https://lore.kernel.org/r/20230327143733.14599-3-akinobu.mita@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions