|
|
786c6d |
From 0c4022d865d81a0fb2fc6dcba8df72a6da753cfe Mon Sep 17 00:00:00 2001
|
|
|
786c6d |
From: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
|
|
|
786c6d |
Date: Tue, 17 Sep 2013 08:07:30 -0400
|
|
|
786c6d |
Subject: [PATCH] iscsiadm: Man page changes to use -x option for chap_tbl_idx
|
|
|
786c6d |
|
|
|
786c6d |
Changes in iscsiadm man page to use -x option instead of -v option
|
|
|
786c6d |
for chap_tbl_idx cmdline param.
|
|
|
786c6d |
|
|
|
786c6d |
Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
|
|
|
786c6d |
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
|
|
|
786c6d |
---
|
|
|
786c6d |
doc/iscsiadm.8 | 10 +++++-----
|
|
|
786c6d |
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
786c6d |
|
|
|
786c6d |
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
|
|
|
786c6d |
index 6b15fcd..0e8149c 100644
|
|
|
786c6d |
--- a/doc/iscsiadm.8
|
|
|
786c6d |
+++ b/doc/iscsiadm.8
|
|
|
786c6d |
@@ -16,7 +16,7 @@ iscsiadm \- open-iscsi administration utility
|
|
|
786c6d |
|
|
|
786c6d |
\fBiscsiadm\fR \-m fw [ \-d debug_level ] [\-l]
|
|
|
786c6d |
|
|
|
786c6d |
-\fBiscsiadm\fR \-m host [ \-P printlevel ] [ \-H hostno|MAC ] [ [ \-C chap [ \-o operation ] [ \-v chap_tbl_idx ] ] | [ \-C flashnode [ \-o operation ] [ \-A portal_type ] [ \-x flashnode_idx ] [ \-n name ] [ \-v value ] ] ]
|
|
|
786c6d |
+\fBiscsiadm\fR \-m host [ \-P printlevel ] [ \-H hostno|MAC ] [ [ \-C chap [ \-x chap_tbl_idx ] ] | [ \-C flashnode [ \-A portal_type ] [ \-x flashnode_idx ] ] ] [ [ \-o operation ] [ \-n name ] [ \-v value ] ]
|
|
|
786c6d |
|
|
|
786c6d |
\fBiscsiadm\fR \-k priority
|
|
|
786c6d |
|
|
|
786c6d |
@@ -74,7 +74,7 @@ iscsiadm -m iface -I ifacename -C ping -a ipaddr -b packetsize -c count -i inter
|
|
|
786c6d |
|
|
|
786c6d |
For host, it supports chap and flashnode as submodes. For example,
|
|
|
786c6d |
|
|
|
786c6d |
-iscsiadm -m host -H hostno -C chap -v chap_tbl_idx -o operation
|
|
|
786c6d |
+iscsiadm -m host -H hostno -C chap -x chap_tbl_idx -o operation
|
|
|
786c6d |
|
|
|
786c6d |
iscsiadm -m host -H hostno -C flashnode -x flashnode_idx -o operation
|
|
|
786c6d |
|
|
|
786c6d |
@@ -320,10 +320,10 @@ This option is only valid for node mode and flashnode submode of host mode.
|
|
|
786c6d |
display version and exit
|
|
|
786c6d |
|
|
|
786c6d |
.TP
|
|
|
786c6d |
-\fB\-x\fR, \fB\-\-flashnode_idx=\fIindex\fR
|
|
|
786c6d |
-Specify the \fIindex\fR of the flash node to operate on.
|
|
|
786c6d |
+\fB\-x\fR, \fB\-\-index=\fIindex\fR
|
|
|
786c6d |
+Specify the \fIindex\fR of the entity to operate on.
|
|
|
786c6d |
.IP
|
|
|
786c6d |
-This option is only valid for flashnode submode of host mode.
|
|
|
786c6d |
+This option is only valid for chap and flashnode submodes of host mode.
|
|
|
786c6d |
|
|
|
786c6d |
.SH DISCOVERY TYPES
|
|
|
786c6d |
iSCSI defines 3 discovery types: SendTargets, SLP, and iSNS.
|
|
|
786c6d |
--
|
|
|
786c6d |
1.8.3.1
|
|
|
786c6d |
|