Skip to content

Commit 86e4f2a

Browse files
authored
DLPX-70512 Long zio delays likely caused by Linux IO scheduler write throttling logic (#233)
1 parent 0e8b294 commit 86e4f2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# Delphix: this setting disables the write throttle algorithm that is used in
3+
# the Linux IO scheduler for all block devices as we've seen problems with it.
4+
# We explicitly disable it for zvols as it doesn't seem to apply to them anyway.
5+
#
6+
ACTION=="add|change", SUBSYSTEM=="block", KERNEL!="zd*", ATTR{queue/wbt_lat_usec}="0"

0 commit comments

Comments
 (0)