summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2020-10-08 13:53:41 -0700
committerLee Duncan <lduncan@suse.com>2020-10-08 13:53:41 -0700
commita8fcb3737cabcf79a3a3663f43930a158d606782 (patch)
tree8dde8c3cff0949266c2d677c37d76a949cfbff9c /doc
parent13e7f58a1658636202994e3298237edefb985919 (diff)
downloadopen-iscsi-a8fcb3737cabcf79a3a3663f43930a158d606782.tar.gz
Implement login "no_wait" for iscsiadm NODE mode
Commit 46183ffd36c9 added the "-W"/"--no_wait" flag to iscsiadm, in "node" mode, when doing loginall. This commit adds this functionality to mode node when logging into a single target. The man page was also updated, as was the README file, where appropriate.
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsiadm.83
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
index 22263eb..597f7aa 100644
--- a/doc/iscsiadm.8
+++ b/doc/iscsiadm.8
@@ -294,8 +294,7 @@ This option is only valid for node mode (it is valid but not functional
for session mode).
.TP
\fB\-W\fR, \fB\-\-\-no_wait\fR
-In node mode, when logging in to one or more targets using the
-\fB\-\-loginall\fR option, do not wait for a response from the targets.
+In node mode, do not wait for a response from the targets.
This means that success will be returned if the command is able to
send the login requests, whether or not they succeed. In this case, it will
be up to the caller to poll for success (i.e. session creation).