History log of /freebsd-current/usr.bin/iscsictl/iscsi.conf.5
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# bd6bb493 25-Feb-2022 Richard Scheffenegger <rscheff@FreeBSD.org>

iscsi: per-session timeouts and rapid teardown of session on reconnect

Add per-Session configurable ping (SCSI NOP) and login timeouts.

Remove the torn down, old iSCSI session quickly, when performing a reconnect.

Reviewed By: trasz
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D34198


# 48cb3fee 26-Oct-2021 Ed Maste <emaste@FreeBSD.org>

Retire obsolete iscsi_initiator(4)

The new iSCSI initiator iscsi(4) was introduced with FreeBSD 10.0, and
the old intiator was marked obsolete shortly thereafter (in commit
d32789d95cfbf, MFC'd to stable/10 in ba54910169c4). Remove it now.

Reviewed by: jhb, mav
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32673


# 69109a4f 20-Nov-2020 Gordon Bergling <gbe@FreeBSD.org>

iscsi.conf(5): Fix a mandoc warning

- new sentence, new line


# 4dfbcffb 24-Oct-2020 Richard Scheffenegger <rscheff@FreeBSD.org>

Add network QoS support for PCP to iscsi initiator.

Make the Ethernet PCP codepoint configurable
for L2 local traffic, to allow lower latency for
iSCSI block IO. This addresses the initiator
side only.

Reviewed by: mav, trasz, bcr
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D26739


# bfabdade 09-Oct-2020 Richard Scheffenegger <rscheff@FreeBSD.org>

Add DSCP support for network QoS to iscsi initiator.

Allow the DSCP codepoint also to be configurable
for the traffic in the direction from the initiator
to the target, such that writes and any requests
are also treated in the appropriate QoS class.

Reviewed by: mav
MFC after: 2 weeks
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D26714


# ba165a31 31-May-2016 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add "iscsictl -e". Among other things, it makes it possible to perform
discovery without attaching to the targets ("iscsictl -Ad ... -e off"),
and then attach to selected ones ("iscsictl -Mi ... -e on").

PR: 204129
MFC after: 1 month
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D6633


# 6735d502 06-May-2016 Edward Tomasz Napierala <trasz@FreeBSD.org>

Document the "Protocol" field of iscsi.conf(5).

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 42e70ae8 02-Apr-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add IPv6 example to iscsi.conf(5) and tweak ordering.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# dfc58cbc 02-Apr-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Rewrite iscsi.conf(5) to better match iscsictl(8).

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 82babffb 04-Feb-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)
initiator iSCSI offload. Pass maximum data segment size supported by
chosen offload module to iscsid(8), and make iscsid(8) not try to negotiate
anything larger than that.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 914f6e62 26-Dec-2014 Joel Dahl <joel@FreeBSD.org>

mdoc: sort SEE ALSO.


# de29f585 04-Dec-2014 Edward Tomasz Napierala <trasz@FreeBSD.org>

Move iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsictl/, as the
former is obsolete.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation