We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8b294 commit 86e4f2aCopy full SHA for 86e4f2a
files/common/lib/udev/rules.d/60-dlpx-schedulers.rules
@@ -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