diff options
author | Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> | 2013-09-17 08:07:31 -0400 |
---|---|---|
committer | Mike Christie <michaelc@cs.wisc.edu> | 2013-12-22 22:02:47 -0600 |
commit | 38b2993786c26a2c7bb79a42fc8c644720b4507c (patch) | |
tree | 64ac238b8a7fef6f0d4221ece965ce8300b57b52 | |
parent | 0c4022d865d81a0fb2fc6dcba8df72a6da753cfe (diff) | |
download | open-iscsi-38b2993786c26a2c7bb79a42fc8c644720b4507c.tar.gz |
README changes to use long option --index instead of --flashnode_idx
This change supports use of -x option instead of -v option for
chap_tbl_idx cmdline param.
Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -393,7 +393,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 -C chap --op=[op] --value=[chap_tbl_idx] + -m host --host=hostno|MAC --print=level -C chap --op=[op] --index=[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 @@ -414,13 +414,13 @@ Usage: iscsiadm [OPTION] Create new flash node entry for the given host of the specified portal_type. This returns the index of the newly created entry on success. - -m host --host=hostno|MAC -C flashnode --flashnode_idx=[flashnode index] \ + -m host --host=hostno|MAC -C flashnode --index=[flashnode index] \ --op=[UPDATE] --name=[name] --value=[value] Update the params of the speficied flash node. The [name] and [value] pairs must be provided for the params that need to be updated. Multiple params can be updated using a single command. - -m host --host=hostno|MAC -C flashnode--flashnode_idx=[flashnode index] \ + -m host --host=hostno|MAC -C flashnode --index=[flashnode index] \ --op=[SHOW | DELETE | LOGIN | LOGOUT] op=DELETE|LOGIN|LOGOUT will perform deletion/login/ logout operation on the specified flash node. |