From c7867dffff111491a5dc5da850eacccb3f4c39a7 Mon Sep 17 00:00:00 2001 From: trasz Date: Thu, 20 Feb 2014 17:23:08 +0000 Subject: 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 --- usr.bin/iscsictl/iscsictl.8 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/iscsictl/iscsictl.8 b/usr.bin/iscsictl/iscsictl.8 index bc1d7e8..bd5754a 100644 --- a/usr.bin/iscsictl/iscsictl.8 +++ b/usr.bin/iscsictl/iscsictl.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 4, 2014 +.Dd February 20, 2014 .Dt ISCSICTL 8 .Os .Sh NAME @@ -98,6 +98,21 @@ CHAP login. Verbose mode. .El .Pp +Certain parameters are neccessary when adding a session. +One can specify these either via command line (using the +.Fl t , +.Fl p , +.Fl u , +and +.Fl s +options), or configuration file (using the +.Fl a +or +.Fl n +options). +Some functionality - for example mutual CHAP - is available only +via configuration file. +.Pp Since connecting to the target is performed in background, non-zero exit status does not mean that the session was successfully established. Use -- cgit v1.1