summaryrefslogtreecommitdiffstats
path: root/share/man/man4/iscsi.4
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-08-02 09:27:07 +0000
committertrasz <trasz@FreeBSD.org>2015-08-02 09:27:07 +0000
commit86038bfb060a1a6422aea60e5161d6b74e9803df (patch)
tree103204028985819bf07e1a280838e9a877612bef /share/man/man4/iscsi.4
parentd221c70b1c388609eedfea668e00287e4505f130 (diff)
downloadFreeBSD-src-86038bfb060a1a6422aea60e5161d6b74e9803df.zip
FreeBSD-src-86038bfb060a1a6422aea60e5161d6b74e9803df.tar.gz
MFC r285676:
Expand sysctl descriptions in iscsi(4) and ctl(4). Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/man/man4/iscsi.4')
-rw-r--r--share/man/man4/iscsi.49
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/iscsi.4 b/share/man/man4/iscsi.4
index 3605db1..1a0731d 100644
--- a/share/man/man4/iscsi.4
+++ b/share/man/man4/iscsi.4
@@ -23,7 +23,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.Dd June 20, 2015
+.Dd July 11, 2015
.Dt ISCSI 4
.Os
.Sh NAME
@@ -77,20 +77,25 @@ The number of seconds to wait for the target to respond to a NOP-Out
PDU.
In the event that there is no response within that time the session gets
forcibly restarted.
+Set to 0 to disable sending NOP-Out PDUs.
+Defaults to 5.
.It Va kern.iscsi.iscsid_timeout
The number of seconds to wait for
-.Xr ctld 8
+.Xr iscsid 8
to establish a session.
After that time
.Nm
will abort and retry.
+Defaults to 60.
.It Va kern.iscsi.login_timeout
The number of seconds to wait for a login attempt to succeed.
After that time
.Nm
will abort and retry.
+Defaults to 60.
.It Va kern.iscsi.maxtags
The maximum number of outstanding IO requests.
+Defaults to 255.
.It Va kern.iscsi.fail_on_disconnection
Controls the behavior after an iSCSI connection has been dropped due to
network problems.
OpenPOWER on IntegriCloud