[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, upstream-mnc, updated. 2.0-872-193-gde2c0e7

Mike Christie michaelc at cs.wisc.edu
Sat Apr 7 15:44:05 UTC 2012


The following commit has been merged in the upstream-mnc branch:
commit c8e3c2fce0c658175c9a5cdfb2f36fe508ddc070
Author: Nilesh Javali <nilesh.javali at qlogic.com>
Date:   Mon Feb 27 04:10:06 2012 -0800

    iscsi tools: update documents for CHAP command
    
    Signed-off-by: Nilesh Javali <nilesh.javali at qlogic.com>

diff --git a/README b/README
index 8f3c3ee..0094a29 100644
--- a/README
+++ b/README
@@ -373,7 +373,7 @@ Usage: iscsiadm [OPTION]
 			  See below for examples.
   -m iface --interface=iscsi_ifacename -C ping --ip=[ipaddr] --packetsize=[size]
 				--count=[count] --interval=[interval]
-  -m host --host=hostno|MAC --print=level
+  -m host --host=hostno|MAC --print=level -C chap --op=[op] --value=[chap_tbl_idx]
 			  Display information for a specific host. The host
 			  can be passed in by host number or by MAC address.
 			  If a host is not passed in then info
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
index a5aeaa6..7c209f6 100644
--- a/doc/iscsiadm.8
+++ b/doc/iscsiadm.8
@@ -16,7 +16,7 @@ iscsiadm \- open-iscsi administration utility
 
 \fBiscsiadm\fR \-m fw [\-l]
 
-\fBiscsiadm\fR \-m host [ \-P printlevel ] [ \-H hostno|MAC ]
+\fBiscsiadm\fR \-m host [ \-P printlevel ] [ \-H hostno|MAC ] [ -C chap [ -o operation ] [ -v chap_tbl_idx ] ]
 
 \fBiscsiadm\fR \-k priority
 
diff --git a/usr/iscsiadm.c b/usr/iscsiadm.c
index 85b6774..a6b6a00 100644
--- a/usr/iscsiadm.c
+++ b/usr/iscsiadm.c
@@ -129,7 +129,7 @@ iscsiadm -m node [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -L all,manual,au
 iscsiadm -m session [ -hV ] [ -d debug_level ] [ -P  printlevel] [ -r sessionid | sysfsdir [ -R | -u | -s ] [ -o operation ] [ -n name ] [ -v value ] ]\n\
 iscsiadm -m iface [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -I ifacename | -H hostno|MAC ] [ [ -o  operation  ] [ -n name ] [ -v value ] ] [ -C ping [ -a ip ] [ -b packetsize ] [ -c count ] [ -i interval ] ]\n\
 iscsiadm -m fw [ -l ]\n\
-iscsiadm -m host [ -P printlevel ] [ -H hostno|MAC ]\n\
+iscsiadm -m host [ -P printlevel ] [ -H hostno|MAC ] [ -C chap [ -o operation ] [ -v chap_tbl_idx ] ]\n\
 iscsiadm -k priority\n");
 	}
 	exit(status);

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list