From 083634586a4a5020440ef4c5cd1c238a1b7db9b8 Mon Sep 17 00:00:00 2001 From: Yan Burman Date: Sun, 30 Nov 2014 08:17:13 +0000 Subject: [PATCH] isert: Document isert_nr_devs parameter Signed-off-by: Yan Burman git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5898 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/README.iser | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/iscsi-scst/README.iser b/iscsi-scst/README.iser index ea5a57511..751213edc 100644 --- a/iscsi-scst/README.iser +++ b/iscsi-scst/README.iser @@ -25,9 +25,10 @@ Limitations: ------------- * Bidirectional commands are not supported * Block size over 512KB is not supported -* Maximum number of concurent login requests that can be handled is 127. +* Maximum number of concurent login requests that can be handled is 127 by default. Note that there may be more connections, but only up to 127 login requests - can be handled at the same time. + can be handled at the same time. If you wish to increase this, load isert_scst with + module parameter isert_nr_devs set to the number of login requests you need to handle. Troubleshooting: