From f0336fced9aa4dfeca41da868aab5c06781d7fb5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 10 Jun 2011 17:56:56 +0000 Subject: [PATCH] Follow-up for r3564: add sample /etc/default/scst file git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3565 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/default/scst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scstadmin/default/scst diff --git a/scstadmin/default/scst b/scstadmin/default/scst new file mode 100644 index 000000000..60e3cb9dc --- /dev/null +++ b/scstadmin/default/scst @@ -0,0 +1,8 @@ +# SCST kernel module parameters +# +# An example for ib_srpt: +# ib_srpt_parameters="srp_max_req_size=4200" + +# When using the procfs interface, specify all SCST target drivers in +# SCST_TARGET_MODULES. An example: +# SCST_TARGET_MODULES="scst_local iscsi_scst ib_srpt"