Correct spelling errors in ctld.8. While here, correct similar errors
in ctl.conf.5 and fix a couple of contractions. PR: 191984 Submitted by: olgeni MFC after: 1 week
This commit is contained in:
parent
450ead8668
commit
a8a5af866c
@ -27,7 +27,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 24, 2014
|
||||
.Dd July 20, 2014
|
||||
.Dt CTL.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -104,14 +104,14 @@ The following statements are available at the auth-group level:
|
||||
.It Ic auth-type Ao Ar type Ac
|
||||
Specifies authentication type.
|
||||
Type can be either "none", "deny", "chap", or "chap-mutual".
|
||||
In most cases it is not neccessary to set the type using this clause;
|
||||
In most cases it is not necessary to set the type using this clause;
|
||||
it is usually used to disable authentication for a given auth-group.
|
||||
.It Ic chap Ao Ar user Ac Aq Ar secret
|
||||
Specifies CHAP authentication credentials.
|
||||
.It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret
|
||||
Specifies mutual CHAP authentication credentials.
|
||||
Note that for any auth-group, configuration may contain either chap,
|
||||
or chap-mutual entries; it's an error to mix them.
|
||||
or chap-mutual entries; it is an error to mix them.
|
||||
.It Ic initiator-name Ao Ar initiator-name Ac
|
||||
Specifies iSCSI initiator name.
|
||||
If not defined, there will be no restrictions based on initiator
|
||||
@ -158,18 +158,18 @@ without authentication.
|
||||
.It Ic auth-type Ao Ar type Ac
|
||||
Specifies authentication type.
|
||||
Type can be either "none", "deny", "chap", or "chap-mutual".
|
||||
In most cases it is not neccessary to set the type using this clause;
|
||||
In most cases it is not necessary to set the type using this clause;
|
||||
it is usually used to disable authentication for a given target.
|
||||
This clause is mutually exclusive with auth-group; one cannot use
|
||||
both in a single target.
|
||||
.It Ic chap Ao Ar user Ac Aq Ar secret
|
||||
Specifies CHAP authentication credentials.
|
||||
Note that targets must use either auth-group, or chap,
|
||||
or chap-mutual clauses; it's a configuration error to mix them in one target.
|
||||
or chap-mutual clauses; it is a configuration error to mix them in one target.
|
||||
.It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret
|
||||
Specifies mutual CHAP authentication credentials.
|
||||
Note that targets must use either auth-group, chap, or
|
||||
chap-mutual clauses; it's a configuration error to mix them in one target.
|
||||
chap-mutual clauses; it is a configuration error to mix them in one target.
|
||||
.It Ic initiator-name Ao Ar initiator-name Ac
|
||||
Specifies iSCSI initiator name.
|
||||
If not defined, there will be no restrictions based on initiator
|
||||
|
@ -27,7 +27,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 20, 2012
|
||||
.Dd July 20, 2014
|
||||
.Dt CTLD 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -51,7 +51,7 @@ Then it compares the configuration with the kernel list of LUNs managed
|
||||
by previously running
|
||||
.Nm
|
||||
instances, removes LUNs no longer existing in the configuration file,
|
||||
and creates new LUNs as neccessary.
|
||||
and creates new LUNs as necessary.
|
||||
After that it listens for the incoming iSCSI connections, performs
|
||||
authentication, and, if successful, passes the connections to the kernel part
|
||||
of CTL iSCSI target, which handles it from that point.
|
||||
@ -59,13 +59,13 @@ of CTL iSCSI target, which handles it from that point.
|
||||
When it receives a SIGHUP signal, the
|
||||
.Nm
|
||||
reloads its configuration and applies the changes to the kernel.
|
||||
Changes are applied in a way that avoids unneccessary disruptions;
|
||||
Changes are applied in a way that avoids unnecessary disruptions;
|
||||
for example removing one LUN does not affect other LUNs.
|
||||
.Pp
|
||||
When exiting gracefully, the
|
||||
.Nm
|
||||
daemon removes LUNs it managed and forcibly disconnects all the clients.
|
||||
Otherwise - e.g. when killed with SIGKILL - LUNs stay configured
|
||||
Otherwise - for example, when killed with SIGKILL - LUNs stay configured
|
||||
and clients remain connected.
|
||||
.Pp
|
||||
To perform administrative actions that apply to already connected
|
||||
|
Loading…
Reference in New Issue
Block a user