37 lines
1.5 KiB
Diff
37 lines
1.5 KiB
Diff
|
From f6e152e735231fe5cb1075b6d1c27ed1b248bdbd Mon Sep 17 00:00:00 2001
|
||
|
From: Chris Leech <cleech@redhat.com>
|
||
|
Date: Wed, 24 Sep 2014 15:35:24 -0700
|
||
|
Subject: [PATCH] add discovery as a valid mode in iscsiadm.8
|
||
|
|
||
|
---
|
||
|
doc/iscsiadm.8 | 12 ++++++------
|
||
|
1 file changed, 6 insertions(+), 6 deletions(-)
|
||
|
|
||
|
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
|
||
|
index 9a945d1..05793b2 100644
|
||
|
--- a/doc/iscsiadm.8
|
||
|
+++ b/doc/iscsiadm.8
|
||
|
@@ -174,13 +174,13 @@ for session mode).
|
||
|
.TP
|
||
|
\fB\-m, \-\-mode \fIop\fR
|
||
|
specify the mode. \fIop\fR
|
||
|
-must be one of \fIdiscoverydb\fR, \fInode\fR, \fIfw\fR, \fIhost\fR \fIiface\fR or \fIsession\fR.
|
||
|
+must be one of \fIdiscovery\fR, \fIdiscoverydb\fR, \fInode\fR, \fIfw\fR, \fIhost\fR \fIiface\fR or \fIsession\fR.
|
||
|
.IP
|
||
|
-If no other options are specified: for \fIdiscoverydb\fR and \fInode\fR, all
|
||
|
-of their respective records are displayed; for \fIsession\fR, all active
|
||
|
-sessions and connections are displayed; for \fIfw\fR, all boot firmware
|
||
|
-values are displayed; for \fIhost\fR, all iSCSI hosts are displayed; and
|
||
|
-for \fIiface\fR, all ifaces setup in /etc/iscsi/ifaces are displayed.
|
||
|
+If no other options are specified: for \fIdiscovery\fR, \fIdiscoverydb\fR and
|
||
|
+\fInode\fR, all of their respective records are displayed; for \fIsession\fR,
|
||
|
+all active sessions and connections are displayed; for \fIfw\fR, all boot
|
||
|
+firmware values are displayed; for \fIhost\fR, all iSCSI hosts are displayed;
|
||
|
+and for \fIiface\fR, all ifaces setup in /etc/iscsi/ifaces are displayed.
|
||
|
|
||
|
.TP
|
||
|
\fB\-n\fR, \fB\-\-name=\fIname\fR
|
||
|
--
|
||
|
1.9.3
|
||
|
|