aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runfiles
diff options
context:
space:
mode:
authorAlexander Motin <[email protected]>2020-12-03 13:02:39 -0500
committerGitHub <[email protected]>2020-12-03 10:02:39 -0800
commitdcf704452278677af35eda758a27d16fb8694b80 (patch)
tree72a09fdd11ca52cc96a55b9080a033a35f3f761e /tests/runfiles
parent9109b89cd767165cdf24454f3c8477bb1eae2637 (diff)
Fix for "Reduce latency effects of non-interactive I/O"
It was found that setting min_active tunables for non-interactive I/Os makes them stuck. It is caused by zfs_vdev_nia_delay, that can never be reached if we never issue any I/Os due to min_active set to zero. Fix this by issuing at least one non-interactive I/O at a time when there are no interactive I/Os. When there are interactive I/Os, zero min_active allows to completely block any non-interactive I/O. It may min_active starvation in some scenarios, but who we are to deny foot shooting? Reviewed-by: George Melikov <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Alexander Motin <[email protected]> Closes #11261
Diffstat (limited to 'tests/runfiles')
0 files changed, 0 insertions, 0 deletions