summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2012-02-26 02:39:58 -0600
committerMike Christie <michaelc@cs.wisc.edu>2012-02-26 02:39:58 -0600
commit2199c2c140f37eea4f5f6ce28789fb5348aca219 (patch)
treee27a322e30d35459f6d51467c8c6bb965208c68c /doc
parent8927ad34fc1e9eeea77e5faddca4cc66a1266da1 (diff)
downloadopen-iscsi-2199c2c140f37eea4f5f6ce28789fb5348aca219.tar.gz
iscsistart: allow any rec/iscsid.conf setting as arg
This patch allows users to pass in any record/iscsid.conf setting as a parameter to iscsistart. iscsistart --param $NAME=$VALUE .... example: iscsistart --param node.session.timeo.replacement_timeout=30 \ --param node.session.err_timeo.lu_reset_timeout=120 ....
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsistart.84
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/iscsistart.8 b/doc/iscsistart.8
index 5dcecd3..3f8cbda 100644
--- a/doc/iscsistart.8
+++ b/doc/iscsistart.8
@@ -51,6 +51,10 @@ Bring up the network as specified by iBFT or OF
.BI [-f|--fwparam_print]
Print the iBFT or OF info to STDOUT
.TP
+.BI [-P|--param=]\fINAME=VALUE\fP
+Set the parameter with the name NAME to VALUE. NAME is one of the settings
+in the node record or iscsid.conf. Multiple params can be passed in.
+.TP
.BI [-h|--help]
Display this help and exit
.TP