History log of /freebsd-10-stable/usr.bin/iscsictl/iscsictl.c
Revision Date Author Comments
# 294635 23-Jan-2016 trasz

MFC r289453:

Add -w flag to iscsictl(8) utility, to make it wait for successfull
session establishment. Scripting is kind of hard without it.

Sponsored by: The FreeBSD Foundation


# 275992 21-Dec-2014 trasz

MFC r274549:

Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a session
that matches both -t and -p.

Sponsored by: The FreeBSD Foundation


# 274870 22-Nov-2014 trasz

MFC r273464:

Whitespace fixes.

Sponsored by: The FreeBSD Foundation


# 270888 31-Aug-2014 trasz

MFC r270279:

Make the iSCSI stack use __FBSDID() properly.

Sponsored by: The FreeBSD Foundation


# 269969 14-Aug-2014 trasz

MFC r267615:

Rename a variable; no functional changes.

Sponsored by: The FreeBSD Foundation


# 269968 14-Aug-2014 trasz

MFC r267614:

Add "iscsictl -M", which allows one to change session parameters
without removing it and adding back.

Sponsored by: The FreeBSD Foundation


# 262843 06-Mar-2014 trasz

MFC r262525:

There is no need to prevent iscsictl from adding iSER session when there
is no iSER support in ctld and/or kernel; should the user make that mistake,
the output from "iscsictl -L" is enough to determine what the problem is.

Sponsored by: The FreeBSD Foundation


# 262839 06-Mar-2014 trasz

MFC r261712:

Remove unused variable.

Sponsored by: The FreeBSD Foundation


# 258131 14-Nov-2013 trasz

MFC r257917:

Fix typo in "iscsictl -v".

Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation


# 257540 02-Nov-2013 trasz

MFC r257379:

Rename '-h' option to '-p', and use "portal" instead of "host" or "address",
in order to be consistent with iSCSI terminology. Besides, calling the
option '-h' was just wrong.

This changes usage for newly added iscsictl(8), and two newly added
subcommands to ctladm(8). This breaks POLA between CURRENT and 10,
but since 10.0 has not been released yet, it's still ok to do.

MFC r257380:

Bump .Dd after r257379.

Approved by: re (glebius)
Sponsored by: The FreeBSD Foundation


# 275992 21-Dec-2014 trasz

MFC r274549:

Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a session
that matches both -t and -p.

Sponsored by: The FreeBSD Foundation


# 274870 22-Nov-2014 trasz

MFC r273464:

Whitespace fixes.

Sponsored by: The FreeBSD Foundation


# 270888 31-Aug-2014 trasz

MFC r270279:

Make the iSCSI stack use __FBSDID() properly.

Sponsored by: The FreeBSD Foundation


# 269969 14-Aug-2014 trasz

MFC r267615:

Rename a variable; no functional changes.

Sponsored by: The FreeBSD Foundation


# 269968 14-Aug-2014 trasz

MFC r267614:

Add "iscsictl -M", which allows one to change session parameters
without removing it and adding back.

Sponsored by: The FreeBSD Foundation


# 262843 06-Mar-2014 trasz

MFC r262525:

There is no need to prevent iscsictl from adding iSER session when there
is no iSER support in ctld and/or kernel; should the user make that mistake,
the output from "iscsictl -L" is enough to determine what the problem is.

Sponsored by: The FreeBSD Foundation


# 262839 06-Mar-2014 trasz

MFC r261712:

Remove unused variable.

Sponsored by: The FreeBSD Foundation


# 258131 14-Nov-2013 trasz

MFC r257917:

Fix typo in "iscsictl -v".

Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation


# 257540 02-Nov-2013 trasz

MFC r257379:

Rename '-h' option to '-p', and use "portal" instead of "host" or "address",
in order to be consistent with iSCSI terminology. Besides, calling the
option '-h' was just wrong.

This changes usage for newly added iscsictl(8), and two newly added
subcommands to ctladm(8). This breaks POLA between CURRENT and 10,
but since 10.0 has not been released yet, it's still ok to do.

MFC r257380:

Bump .Dd after r257379.

Approved by: re (glebius)
Sponsored by: The FreeBSD Foundation