Edward Tomasz Napierala
01d54ad206
Add libxo(3) support to iscsictl(8).
...
PR: 198396
Submitted by: Marie Helene Kvello-Aune <marieheleneka at gmail.com>
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2015-04-12 09:36:50 +00:00
Baptiste Daroussin
d56eff2c31
iscsictl(8) does not actually needs to be linked to libcam nor libutil
2015-04-09 21:14:40 +00:00
Edward Tomasz Napierala
42e70ae82a
Add IPv6 example to iscsi.conf(5) and tweak ordering.
...
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2015-04-02 11:52:34 +00:00
Edward Tomasz Napierala
dfc58cbca2
Rewrite iscsi.conf(5) to better match iscsictl(8).
...
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2015-04-02 11:18:43 +00:00
Edward Tomasz Napierala
82babffba9
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
2015-02-05 06:37:59 +00:00
Joel Dahl
914f6e6290
mdoc: sort SEE ALSO.
2014-12-26 21:56:23 +00:00
Edward Tomasz Napierala
de29f585af
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
2014-12-05 12:38:01 +00:00
Baptiste Daroussin
3e11bd9e2a
Convert to usr.bin/ to LIBADD
...
Reduce overlinking
2014-11-25 14:29:10 +00:00
Edward Tomasz Napierala
c7ee47a779
Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a session
...
that matches both -t and -p.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2014-11-15 06:14:38 +00:00
Edward Tomasz Napierala
1cb587dc9c
Fix iscsictl(8) and ctld(8) to correctly handle Windows newlines
...
(CRLF) in iscsi.conf and ctl.conf.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2014-10-29 12:22:32 +00:00
Edward Tomasz Napierala
2bd282696a
Whitespace fixes.
...
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2014-10-22 09:17:17 +00:00
Allan Jude
4f9ec02771
Add the new iscsi(4) man page
...
Cross reference it from iscsid(8) and iscsictl(8)
Reviewed by: trasz
Approved by: bcr (mentor), wblock (mentor)
Sponsored by: ScaleEngine Inc.
CR: https://reviews.freebsd.org/D741
2014-09-13 18:40:12 +00:00
Enji Cooper
cfeea56955
Fix "make checkdpadd" in usr.bin/iscsictl by removing -lfl dependency
...
Approved by: rpaulo (mentor)
MFC after: 1 week
2014-08-23 20:42:37 +00:00
Edward Tomasz Napierala
b7a65e3936
Make the iSCSI stack use __FBSDID() properly.
...
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
2014-08-21 15:32:38 +00:00
Gavin Atkinson
ee3a0d1c0f
Fix two typos in iscsictl.8
...
PR: 191581
Submitted by: Jimmy Olgeni
MFC after: 3 days
2014-07-18 12:51:35 +00:00
Baptiste Daroussin
2b7af31cf5
use .Mt to mark up email addresses consistently (part3)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-23 08:23:05 +00:00
Edward Tomasz Napierala
4d47846940
Rename a variable; no functional changes.
...
Sponsored by: The FreeBSD Foundation
2014-06-18 17:48:30 +00:00
Edward Tomasz Napierala
0262f2e007
Add "iscsictl -M", which allows one to change session parameters
...
without removing it and adding back.
Sponsored by: The FreeBSD Foundation
2014-06-18 17:46:34 +00:00
Edward Tomasz Napierala
0151d866c0
Grammar fix.
2014-04-24 11:27:03 +00:00
Alexander Motin
7dc06c978d
Fix periph listing when IOCTL buffer border hits result for wanted bus.
2014-04-13 09:31:22 +00:00
Edward Tomasz Napierala
45cf0eab60
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
2014-02-26 09:06:57 +00:00
Edward Tomasz Napierala
bf4427d114
Make it clear that there are two ways to add a session using iscsictl(8),
...
and some options require configuration file.
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
2014-02-20 17:23:08 +00:00
Edward Tomasz Napierala
57cf56ce65
Make iscsictl(8) properly handle (optional) semicolons in iscsi.conf,
...
instead of ignoring them and echoing them to stdout.
Sponsored by: The FreeBSD Foundation
2014-02-10 15:04:59 +00:00
Edward Tomasz Napierala
5d386b72b1
Simplify.
...
Sponsored by: The FreeBSD Foundation
2014-02-10 15:03:08 +00:00
Edward Tomasz Napierala
d5874fc4f1
Remove unused variable.
...
Sponsored by: The FreeBSD Foundation
2014-02-10 15:02:02 +00:00
Edward Tomasz Napierala
5381f86246
Yacc cleanup; no functional changes.
...
Sponsored by: The FreeBSD Foundation
2014-02-10 15:01:24 +00:00
Edward Tomasz Napierala
e3f60bcf99
Properly document -u and -s.
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2014-01-04 09:57:23 +00:00
Edward Tomasz Napierala
f0aa0e0e23
The devd part never got implemented; remove for now, until someone actually
...
needs this feature and can talk to me about how it should look like.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2013-12-30 21:06:08 +00:00
Edward Tomasz Napierala
3b6eb6baa2
Fix typo.
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2013-12-30 21:04:24 +00:00
Edward Tomasz Napierala
868ab63514
Fix typo in "iscsictl -v".
...
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2013-11-10 14:18:05 +00:00
Edward Tomasz Napierala
630e459e51
Bump .Dd after r257379.
...
MFC after: 3 days
2013-10-30 11:41:28 +00:00
Edward Tomasz Napierala
abec619325
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 after: 3 days
Discussed with: re (glebius)
Sponsored by: FreeBSD Foundation
2013-10-30 11:38:46 +00:00
Edward Tomasz Napierala
c76e8a9aa0
Make iscsictl(8) automatically try to load the iscsi module. While here,
...
improve module loading in iscsid(8) and ctld(8).
Approved by: re (delphij)
2013-09-18 08:37:14 +00:00
Joel Dahl
33e1779ab8
Minor mdoc fixes.
...
Approved by: re (blanket)
2013-09-14 21:43:18 +00:00
Edward Tomasz Napierala
009ea47eb2
Bring in the new iSCSI target and initiator.
...
Reviewed by: ken (parts)
Approved by: re (delphij)
Sponsored by: FreeBSD Foundation
2013-09-14 15:29:06 +00:00