Hi,
I am running iscsiadm on CentOS 6.6.
I use the following bash code to create many sessions:
for i in `seq 1 257`; do iscsiadm -m session -r 
/sys/devices/platform/host891/session883/ -o new; done
When using tcpdump, I see that in the login messages which are sent in 
field ISID only the C field changes.
fields T is 0, A and B are the expected driver id but D is always 0.
This situation causes the 257th session to get the same isid as the 1st 
session.
How can I get more unique sessions?
Thanks, Roy.

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-iscsi+unsubscr...@googlegroups.com.
To post to this group, send email to open-iscsi@googlegroups.com.
Visit this group at https://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to