From owner-svn-src-all@FreeBSD.ORG Thu Feb 20 17:23:09 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 020133D4; Thu, 20 Feb 2014 17:23:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E08971937; Thu, 20 Feb 2014 17:23:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1KHN8AU062844; Thu, 20 Feb 2014 17:23:08 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1KHN86o062843; Thu, 20 Feb 2014 17:23:08 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201402201723.s1KHN86o062843@svn.freebsd.org> From: Edward Tomasz Napierala Date: Thu, 20 Feb 2014 17:23:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262247 - head/usr.bin/iscsictl X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 17:23:09 -0000 Author: trasz Date: Thu Feb 20 17:23:08 2014 New Revision: 262247 URL: http://svnweb.freebsd.org/changeset/base/262247 Log: 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 Modified: head/usr.bin/iscsictl/iscsictl.8 Modified: head/usr.bin/iscsictl/iscsictl.8 ============================================================================== --- head/usr.bin/iscsictl/iscsictl.8 Thu Feb 20 16:35:48 2014 (r262246) +++ head/usr.bin/iscsictl/iscsictl.8 Thu Feb 20 17:23:08 2014 (r262247) @@ -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