On Tue, 29 Mar 2011, Or Gerlitz wrote: > Align the iser code to use the actual maximal number of scsi commands > set for that session when allocating IB FMR resources instead of the > default max
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 ... 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.
