[iscsiadm] iscsiadm creates multiple same sessions when run with --login option in parallel.

2017-09-27 Thread Tangchen (UVP)
Hi guys, If we run iscsiadm -m node --login command through the same IP address 4 times, only one session will be created. But if we run them in parallel, then 4 same sessions could be created. ( Here, xxx.xxx.xxx.xxx is the IP address to the IPSAN. I'm using the same IP in these 4 commands. )

RE: [iscsiadm] iscsiadm creates multiple same sessions when run with --login option in parallel.

2017-10-09 Thread Tangchen (UVP)
at 11:43:02 PM UTC-7, Tangchen (UVP) wrote: Hi guys, If we run iscsiadm -m node --login command through the same IP address 4 times, only one session will be created. But if we run them in parallel, then 4 same sessions could be created. ( Here, xxx.xxx.xxx.xxx is the IP address to the IPSAN. I&#x

RE: [iscsiadm] iscsiadm creates multiple same sessions when run with --login option in parallel.

2017-10-11 Thread Tangchen (UVP)
else return ISCSI_ERR_SESS_EXISTS; } -- 1.8.3.1 From: open-iscsi@googlegroups.com [mailto:open-iscsi@googlegroups.com] On Behalf Of Tangchen (UVP) Sent: Monday, October 09, 2017 9:19 PM To: open-iscsi@googlegroups.com Cc: guijianfeng ; Zhangyanfei (YF) Subject: RE