diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-05-05 12:34:13 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-05-05 12:34:13 +0000 |
commit | 8346307f5ae0e463a8c3b5b4f43aff7763557867 (patch) | |
tree | 103ecd4290d54e0103a5edf48727f8015c4b06f1 /usr.sbin | |
parent | 22028fce99253e6124d56e0ef400d4afef1859fc (diff) |
Document new reload behaviour. From Ashton Fagg
OK jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/iscsictl/iscsictl.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/iscsictl/iscsictl.8 b/usr.sbin/iscsictl/iscsictl.8 index 5886a0f8f1b..48609b6d0b4 100644 --- a/usr.sbin/iscsictl/iscsictl.8 +++ b/usr.sbin/iscsictl/iscsictl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iscsictl.8,v 1.6 2015/07/27 17:28:39 sobrado Exp $ +.\" $OpenBSD: iscsictl.8,v 1.7 2021/05/05 12:34:12 claudio Exp $ .\" .\" Copyright (c) 2010 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 27 2015 $ +.Dd $Mdocdate: May 5 2021 $ .Dt ISCSICTL 8 .Os .Sh NAME @@ -47,7 +47,9 @@ to communicate with The following commands are available: .Bl -tag -width Ds .It Cm reload -Reload the configuration file. +Reload the configuration file and wait to return until iscsid reports all +connections have completed (successfully or otherwise), or for up to 10 +seconds. .It Cm show Op Cm summary Show a list of all configured sessions. .It Cm show Cm vscsi stats |