From 2199c2c140f37eea4f5f6ce28789fb5348aca219 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Sun, 26 Feb 2012 02:39:58 -0600 Subject: 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 .... --- doc/iscsistart.8 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1