On Tue, 29 Mar 2011, Or Gerlitz wrote:
> If this patch doesn't work out of the box and you want something simpler
> just to make sure you can reach 256 iscsi/iser sessions, just change 
> "params.pool_size
> = ISCSI_DEF_XMIT_CMDS_MAX * 2;" to "params.pool_size = 
> ISCSI_DEF_XMIT_CMDS_MAX;"
> which means that instead 256 FMRs per session we would be consume 128
> FMRs, and if you were able to run 123 sessions, you will be able to run
> twice that quantity e.g 246 which is almost what you need ...

Yes, this patch wouldn't work since at the time we allocate the FMRs we
still didn't bind to the iscsi session, so the back pointer from the iser
connection to the iscsi connection is null, so you must follow the quick
approach I suggesed, till a better fix is provided.

Or.

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to