summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2021-04-27 12:54:35 -0700
committerLee Duncan <lduncan@suse.com>2021-04-27 12:54:35 -0700
commite08f5d8814dcc3c547a9aa9e273300bad977c479 (patch)
tree70d7d56641fbe3e51d725f2f073d71896dac3d5f /doc
parentfdcaf992d91a21898b315c0b181b36711638ddaf (diff)
downloadopen-iscsi-e08f5d8814dcc3c547a9aa9e273300bad977c479.tar.gz
Add iscsiadm "no wait" option for firmware login.
In addition, update the iscsiadm help message, and the iscsiadm man page.
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsiadm.84
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
index 3729a72..5fc6928 100644
--- a/doc/iscsiadm.8
+++ b/doc/iscsiadm.8
@@ -123,6 +123,7 @@ iscsiadm \- open-iscsi administration utility
.RB [ \-d
.IR debug_level ]
.RB [ \-l ]
+.RB [ \-W ]
.PP
.B iscsiadm
.B \-m host
@@ -304,7 +305,8 @@ 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, do not wait for a response from the targets.
+In node, discovery, or firmware 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).