svn commit: r273805 - stable/10/share/man/man4

Alexander Motin mav at FreeBSD.org
Wed Oct 29 00:27:03 UTC 2014


Author: mav
Date: Wed Oct 29 00:27:02 2014
New Revision: 273805
URL: https://svnweb.freebsd.org/changeset/base/273805

Log:
  MFC r273457: Document sort_io_queue sysctls/tunables.

Modified:
  stable/10/share/man/man4/ada.4
  stable/10/share/man/man4/da.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/ada.4
==============================================================================
--- stable/10/share/man/man4/ada.4	Tue Oct 28 23:32:05 2014	(r273804)
+++ stable/10/share/man/man4/ada.4	Wed Oct 29 00:27:02 2014	(r273805)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 21, 2014
+.Dd October 22, 2014
 .Dt ADA 4
 .Os
 .Sh NAME
@@ -123,6 +123,13 @@ seconds.
 This variable determines whether to spin-down disks when shutting down.
 Set to 1 to enable spin-down, 0 to disable.
 The default is currently enabled.
+.It Va kern.cam.sort_io_queue
+.It Va kern.cam.ada. Ns Ar X Ns Va .sort_io_queue
+.Pp
+These variables determine whether request queue should be sorted trying
+to optimize head seeks.
+Set to 1 to enable sorting, 0 to disable, -1 to leave it as-is.
+The default is sorting enabled for HDDs and disabled SSDs.
 .It Va kern.cam.ada.read_ahead
 .It Va kern.cam.ada. Ns Ar X Ns Va .read_ahead
 .It Va kern.cam.ada.write_cache

Modified: stable/10/share/man/man4/da.4
==============================================================================
--- stable/10/share/man/man4/da.4	Tue Oct 28 23:32:05 2014	(r273804)
+++ stable/10/share/man/man4/da.4	Wed Oct 29 00:27:02 2014	(r273805)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 8, 2012
+.Dd October 22, 2014
 .Dt DA 4
 .Os
 .Sh NAME
@@ -150,6 +150,13 @@ This variable determines how long the
 driver will wait before timing out an outstanding command.
 The units for this value are seconds, and the default is currently 60
 seconds.
+.It Va kern.cam.sort_io_queue
+.It Va kern.cam.da. Ns Ar X Ns Va .sort_io_queue
+.Pp
+These variables determine whether request queue should be sorted trying
+to optimize head seeks.
+Set to 1 to enable sorting, 0 to disable, -1 to leave it as-is.
+The default is sorting enabled for HDDs and disabled for SSDs.
 .It kern.cam.da.%d.minimum_cmd_size
 .Pp
 This variable determines what the minimum READ/WRITE CDB size is for a


More information about the svn-src-all mailing list