public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* iSCSI behavior
@ 2017-08-29  6:46 Santhapur Naveen
  2017-08-29  8:31 ` Ye, Ting
  0 siblings, 1 reply; 7+ messages in thread
From: Santhapur Naveen @ 2017-08-29  6:46 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

Hello all,

I've some questions regarding iSCSI. Please help me out.


1.       If I have added two attempts and are enabled for the same MAC, if the first attempt fails to connect, will the second attempt be tried?

2.       If answer to the above is YES, then what's the difference between ISCSI Modes 'Enabled' and 'Enable for MPIO'?

3.       In our observation, we've found that the behavior is not same when two attempts are added for IPv4 and IPv6.

4.       Are there any standard set of test procedures for ISCSI behavior?

The following is the conflict
Case 1:
Attempt#1------Enabled for MPIO------IPv6-----DHCP
Attempt#2------Enabled for MPIO------IPv6-----DHCP

Actual behavior: Attempt#2 doesn't show any initiator IPv6 address.

Case 2:
Attempt 1------Enabled for MPIO------IPv4-----DHCP
Attempt 2------Enabled for MPIO------IPv4-----DHCP

Actual behavior: Attempt#2 shows Initiator IPv4 address.

Please provide your suggestions.

Thank you
Naveen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iSCSI behavior
  2017-08-29  6:46 iSCSI behavior Santhapur Naveen
@ 2017-08-29  8:31 ` Ye, Ting
  2017-08-29 12:22   ` Santhapur Naveen
  0 siblings, 1 reply; 7+ messages in thread
From: Ye, Ting @ 2017-08-29  8:31 UTC (permalink / raw)
  To: Santhapur Naveen, edk2-devel@lists.01.org

Hi Naveen,

For 1), if you configure two attempts with iSCSI Mode "Enabled", you will receive an warning that you have configured two attempts using same NIC. 
If you configure two attempts with iSCSI Mode "Enabled for MPIO", it is valid, and if the first attempt failed, the second attempt will be tried.

For 2), Enabled for MPIO means you have enabled multi path I/O in iSCSI for supporting failover.

For 3 and 4), iSCSI does not allow configuring one new IPv6 address using iSCSI menu so Attempt #1 does not show initiator address.
Instead, iSCSI driver will let IPv6 driver to perform source address selection according to the configured iSCSI target IP address. You need assign IPv6 source address using ifconfig6 or autoconfiguration before using iSCSI on IPv6 stack.

Thanks,
Ting Ye


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Tuesday, August 29, 2017 2:46 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI behavior

Hello all,

I've some questions regarding iSCSI. Please help me out.


1.       If I have added two attempts and are enabled for the same MAC, if the first attempt fails to connect, will the second attempt be tried?

2.       If answer to the above is YES, then what's the difference between ISCSI Modes 'Enabled' and 'Enable for MPIO'?

3.       In our observation, we've found that the behavior is not same when two attempts are added for IPv4 and IPv6.

4.       Are there any standard set of test procedures for ISCSI behavior?

The following is the conflict
Case 1:
Attempt#1------Enabled for MPIO------IPv6-----DHCP Attempt#2------Enabled for MPIO------IPv6-----DHCP

Actual behavior: Attempt#2 doesn't show any initiator IPv6 address.

Case 2:
Attempt 1------Enabled for MPIO------IPv4-----DHCP Attempt 2------Enabled for MPIO------IPv4-----DHCP

Actual behavior: Attempt#2 shows Initiator IPv4 address.

Please provide your suggestions.

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iSCSI behavior
  2017-08-29  8:31 ` Ye, Ting
@ 2017-08-29 12:22   ` Santhapur Naveen
  2017-08-30  7:59     ` Ye, Ting
  0 siblings, 1 reply; 7+ messages in thread
From: Santhapur Naveen @ 2017-08-29 12:22 UTC (permalink / raw)
  To: Ye, Ting, edk2-devel@lists.01.org

Hi Ting,

Thanks for your reply. I got your point but my question(s) are
1) I agree that if I add two attempts for the same NIC, there will be a warning popup. But my question is whether the second attempt also be tried for connection if first attempt fails to connect?
2) Is it valid to add two attempts where both are 'Enable for MPIO' for the same NIC?

I'm not clear about IPv6, you mean to say we need to configure an IPv6 address apart from adding the Attempt?

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Tuesday, August 29, 2017 2:01 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1), if you configure two attempts with iSCSI Mode "Enabled", you will receive an warning that you have configured two attempts using same NIC. 
If you configure two attempts with iSCSI Mode "Enabled for MPIO", it is valid, and if the first attempt failed, the second attempt will be tried.

For 2), Enabled for MPIO means you have enabled multi path I/O in iSCSI for supporting failover.

For 3 and 4), iSCSI does not allow configuring one new IPv6 address using iSCSI menu so Attempt #1 does not show initiator address.
Instead, iSCSI driver will let IPv6 driver to perform source address selection according to the configured iSCSI target IP address. You need assign IPv6 source address using ifconfig6 or autoconfiguration before using iSCSI on IPv6 stack.

Thanks,
Ting Ye


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Tuesday, August 29, 2017 2:46 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI behavior

Hello all,

I've some questions regarding iSCSI. Please help me out.


1.       If I have added two attempts and are enabled for the same MAC, if the first attempt fails to connect, will the second attempt be tried?

2.       If answer to the above is YES, then what's the difference between ISCSI Modes 'Enabled' and 'Enable for MPIO'?

3.       In our observation, we've found that the behavior is not same when two attempts are added for IPv4 and IPv6.

4.       Are there any standard set of test procedures for ISCSI behavior?

The following is the conflict
Case 1:
Attempt#1------Enabled for MPIO------IPv6-----DHCP Attempt#2------Enabled for MPIO------IPv6-----DHCP

Actual behavior: Attempt#2 doesn't show any initiator IPv6 address.

Case 2:
Attempt 1------Enabled for MPIO------IPv4-----DHCP Attempt 2------Enabled for MPIO------IPv4-----DHCP

Actual behavior: Attempt#2 shows Initiator IPv4 address.

Please provide your suggestions.

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iSCSI behavior
  2017-08-29 12:22   ` Santhapur Naveen
@ 2017-08-30  7:59     ` Ye, Ting
  2017-08-30  8:46       ` Santhapur Naveen
  0 siblings, 1 reply; 7+ messages in thread
From: Ye, Ting @ 2017-08-30  7:59 UTC (permalink / raw)
  To: Santhapur Naveen, edk2-devel@lists.01.org

Hi Naveen,

For 1) Yes.
2) Yes, it is valid in current implementation.

Yes, IPv6 source address should be configured separately. It could be through manual or auto configuration.

Thanks,
Ting Ye

-----Original Message-----
From: Santhapur Naveen [mailto:naveens@amiindia.co.in] 
Sent: Tuesday, August 29, 2017 8:22 PM
To: Ye, Ting <ting.ye@intel.com>; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Ting,

Thanks for your reply. I got your point but my question(s) are
1) I agree that if I add two attempts for the same NIC, there will be a warning popup. But my question is whether the second attempt also be tried for connection if first attempt fails to connect?
2) Is it valid to add two attempts where both are 'Enable for MPIO' for the same NIC?

I'm not clear about IPv6, you mean to say we need to configure an IPv6 address apart from adding the Attempt?

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Tuesday, August 29, 2017 2:01 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1), if you configure two attempts with iSCSI Mode "Enabled", you will receive an warning that you have configured two attempts using same NIC. 
If you configure two attempts with iSCSI Mode "Enabled for MPIO", it is valid, and if the first attempt failed, the second attempt will be tried.

For 2), Enabled for MPIO means you have enabled multi path I/O in iSCSI for supporting failover.

For 3 and 4), iSCSI does not allow configuring one new IPv6 address using iSCSI menu so Attempt #1 does not show initiator address.
Instead, iSCSI driver will let IPv6 driver to perform source address selection according to the configured iSCSI target IP address. You need assign IPv6 source address using ifconfig6 or autoconfiguration before using iSCSI on IPv6 stack.

Thanks,
Ting Ye


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Tuesday, August 29, 2017 2:46 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI behavior

Hello all,

I've some questions regarding iSCSI. Please help me out.


1.       If I have added two attempts and are enabled for the same MAC, if the first attempt fails to connect, will the second attempt be tried?

2.       If answer to the above is YES, then what's the difference between ISCSI Modes 'Enabled' and 'Enable for MPIO'?

3.       In our observation, we've found that the behavior is not same when two attempts are added for IPv4 and IPv6.

4.       Are there any standard set of test procedures for ISCSI behavior?

The following is the conflict
Case 1:
Attempt#1------Enabled for MPIO------IPv6-----DHCP Attempt#2------Enabled for MPIO------IPv6-----DHCP

Actual behavior: Attempt#2 doesn't show any initiator IPv6 address.

Case 2:
Attempt 1------Enabled for MPIO------IPv4-----DHCP Attempt 2------Enabled for MPIO------IPv4-----DHCP

Actual behavior: Attempt#2 shows Initiator IPv4 address.

Please provide your suggestions.

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iSCSI behavior
  2017-08-30  7:59     ` Ye, Ting
@ 2017-08-30  8:46       ` Santhapur Naveen
  2017-08-30  8:56         ` Ye, Ting
  0 siblings, 1 reply; 7+ messages in thread
From: Santhapur Naveen @ 2017-08-30  8:46 UTC (permalink / raw)
  To: Ye, Ting, edk2-devel@lists.01.org

Hi Ting,

Thank you for your confirmation.
I would like to know if there are any specification document(s) available so that I can refer them on need.

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Wednesday, August 30, 2017 1:30 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1) Yes.
2) Yes, it is valid in current implementation.

Yes, IPv6 source address should be configured separately. It could be through manual or auto configuration.

Thanks,
Ting Ye

-----Original Message-----
From: Santhapur Naveen [mailto:naveens@amiindia.co.in] 
Sent: Tuesday, August 29, 2017 8:22 PM
To: Ye, Ting <ting.ye@intel.com>; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Ting,

Thanks for your reply. I got your point but my question(s) are
1) I agree that if I add two attempts for the same NIC, there will be a warning popup. But my question is whether the second attempt also be tried for connection if first attempt fails to connect?
2) Is it valid to add two attempts where both are 'Enable for MPIO' for the same NIC?

I'm not clear about IPv6, you mean to say we need to configure an IPv6 address apart from adding the Attempt?

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Tuesday, August 29, 2017 2:01 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1), if you configure two attempts with iSCSI Mode "Enabled", you will receive an warning that you have configured two attempts using same NIC. 
If you configure two attempts with iSCSI Mode "Enabled for MPIO", it is valid, and if the first attempt failed, the second attempt will be tried.

For 2), Enabled for MPIO means you have enabled multi path I/O in iSCSI for supporting failover.

For 3 and 4), iSCSI does not allow configuring one new IPv6 address using iSCSI menu so Attempt #1 does not show initiator address.
Instead, iSCSI driver will let IPv6 driver to perform source address selection according to the configured iSCSI target IP address. You need assign IPv6 source address using ifconfig6 or autoconfiguration before using iSCSI on IPv6 stack.

Thanks,
Ting Ye


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Tuesday, August 29, 2017 2:46 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI behavior

Hello all,

I've some questions regarding iSCSI. Please help me out.


1.       If I have added two attempts and are enabled for the same MAC, if the first attempt fails to connect, will the second attempt be tried?

2.       If answer to the above is YES, then what's the difference between ISCSI Modes 'Enabled' and 'Enable for MPIO'?

3.       In our observation, we've found that the behavior is not same when two attempts are added for IPv4 and IPv6.

4.       Are there any standard set of test procedures for ISCSI behavior?

The following is the conflict
Case 1:
Attempt#1------Enabled for MPIO------IPv6-----DHCP Attempt#2------Enabled for MPIO------IPv6-----DHCP

Actual behavior: Attempt#2 doesn't show any initiator IPv6 address.

Case 2:
Attempt 1------Enabled for MPIO------IPv4-----DHCP Attempt 2------Enabled for MPIO------IPv4-----DHCP

Actual behavior: Attempt#2 shows Initiator IPv4 address.

Please provide your suggestions.

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iSCSI behavior
  2017-08-30  8:46       ` Santhapur Naveen
@ 2017-08-30  8:56         ` Ye, Ting
  2017-08-30  8:58           ` Santhapur Naveen
  0 siblings, 1 reply; 7+ messages in thread
From: Ye, Ting @ 2017-08-30  8:56 UTC (permalink / raw)
  To: Santhapur Naveen, edk2-devel@lists.01.org

There is no such document available. It is an implementation choice only.

Thanks,
Ting

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Wednesday, August 30, 2017 4:47 PM
To: Ye, Ting <ting.ye@intel.com>; edk2-devel@lists.01.org
Subject: Re: [edk2] iSCSI behavior

Hi Ting,

Thank you for your confirmation.
I would like to know if there are any specification document(s) available so that I can refer them on need.

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Wednesday, August 30, 2017 1:30 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1) Yes.
2) Yes, it is valid in current implementation.

Yes, IPv6 source address should be configured separately. It could be through manual or auto configuration.

Thanks,
Ting Ye

-----Original Message-----
From: Santhapur Naveen [mailto:naveens@amiindia.co.in] 
Sent: Tuesday, August 29, 2017 8:22 PM
To: Ye, Ting <ting.ye@intel.com>; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Ting,

Thanks for your reply. I got your point but my question(s) are
1) I agree that if I add two attempts for the same NIC, there will be a warning popup. But my question is whether the second attempt also be tried for connection if first attempt fails to connect?
2) Is it valid to add two attempts where both are 'Enable for MPIO' for the same NIC?

I'm not clear about IPv6, you mean to say we need to configure an IPv6 address apart from adding the Attempt?

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Tuesday, August 29, 2017 2:01 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1), if you configure two attempts with iSCSI Mode "Enabled", you will receive an warning that you have configured two attempts using same NIC. 
If you configure two attempts with iSCSI Mode "Enabled for MPIO", it is valid, and if the first attempt failed, the second attempt will be tried.

For 2), Enabled for MPIO means you have enabled multi path I/O in iSCSI for supporting failover.

For 3 and 4), iSCSI does not allow configuring one new IPv6 address using iSCSI menu so Attempt #1 does not show initiator address.
Instead, iSCSI driver will let IPv6 driver to perform source address selection according to the configured iSCSI target IP address. You need assign IPv6 source address using ifconfig6 or autoconfiguration before using iSCSI on IPv6 stack.

Thanks,
Ting Ye


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Tuesday, August 29, 2017 2:46 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI behavior

Hello all,

I've some questions regarding iSCSI. Please help me out.


1.       If I have added two attempts and are enabled for the same MAC, if the first attempt fails to connect, will the second attempt be tried?

2.       If answer to the above is YES, then what's the difference between ISCSI Modes 'Enabled' and 'Enable for MPIO'?

3.       In our observation, we've found that the behavior is not same when two attempts are added for IPv4 and IPv6.

4.       Are there any standard set of test procedures for ISCSI behavior?

The following is the conflict
Case 1:
Attempt#1------Enabled for MPIO------IPv6-----DHCP Attempt#2------Enabled for MPIO------IPv6-----DHCP

Actual behavior: Attempt#2 doesn't show any initiator IPv6 address.

Case 2:
Attempt 1------Enabled for MPIO------IPv4-----DHCP Attempt 2------Enabled for MPIO------IPv4-----DHCP

Actual behavior: Attempt#2 shows Initiator IPv4 address.

Please provide your suggestions.

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iSCSI behavior
  2017-08-30  8:56         ` Ye, Ting
@ 2017-08-30  8:58           ` Santhapur Naveen
  0 siblings, 0 replies; 7+ messages in thread
From: Santhapur Naveen @ 2017-08-30  8:58 UTC (permalink / raw)
  To: Ye, Ting, edk2-devel@lists.01.org

Hi Ting,

Noted.
Thank you so much.

Thank You
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Wednesday, August 30, 2017 2:27 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

There is no such document available. It is an implementation choice only.

Thanks,
Ting

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Wednesday, August 30, 2017 4:47 PM
To: Ye, Ting <ting.ye@intel.com>; edk2-devel@lists.01.org
Subject: Re: [edk2] iSCSI behavior

Hi Ting,

Thank you for your confirmation.
I would like to know if there are any specification document(s) available so that I can refer them on need.

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Wednesday, August 30, 2017 1:30 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1) Yes.
2) Yes, it is valid in current implementation.

Yes, IPv6 source address should be configured separately. It could be through manual or auto configuration.

Thanks,
Ting Ye

-----Original Message-----
From: Santhapur Naveen [mailto:naveens@amiindia.co.in] 
Sent: Tuesday, August 29, 2017 8:22 PM
To: Ye, Ting <ting.ye@intel.com>; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Ting,

Thanks for your reply. I got your point but my question(s) are
1) I agree that if I add two attempts for the same NIC, there will be a warning popup. But my question is whether the second attempt also be tried for connection if first attempt fails to connect?
2) Is it valid to add two attempts where both are 'Enable for MPIO' for the same NIC?

I'm not clear about IPv6, you mean to say we need to configure an IPv6 address apart from adding the Attempt?

Thank you
Naveen

-----Original Message-----
From: Ye, Ting [mailto:ting.ye@intel.com] 
Sent: Tuesday, August 29, 2017 2:01 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: iSCSI behavior

Hi Naveen,

For 1), if you configure two attempts with iSCSI Mode "Enabled", you will receive an warning that you have configured two attempts using same NIC. 
If you configure two attempts with iSCSI Mode "Enabled for MPIO", it is valid, and if the first attempt failed, the second attempt will be tried.

For 2), Enabled for MPIO means you have enabled multi path I/O in iSCSI for supporting failover.

For 3 and 4), iSCSI does not allow configuring one new IPv6 address using iSCSI menu so Attempt #1 does not show initiator address.
Instead, iSCSI driver will let IPv6 driver to perform source address selection according to the configured iSCSI target IP address. You need assign IPv6 source address using ifconfig6 or autoconfiguration before using iSCSI on IPv6 stack.

Thanks,
Ting Ye


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Tuesday, August 29, 2017 2:46 PM
To: edk2-devel@lists.01.org
Subject: [edk2] iSCSI behavior

Hello all,

I've some questions regarding iSCSI. Please help me out.


1.       If I have added two attempts and are enabled for the same MAC, if the first attempt fails to connect, will the second attempt be tried?

2.       If answer to the above is YES, then what's the difference between ISCSI Modes 'Enabled' and 'Enable for MPIO'?

3.       In our observation, we've found that the behavior is not same when two attempts are added for IPv4 and IPv6.

4.       Are there any standard set of test procedures for ISCSI behavior?

The following is the conflict
Case 1:
Attempt#1------Enabled for MPIO------IPv6-----DHCP Attempt#2------Enabled for MPIO------IPv6-----DHCP

Actual behavior: Attempt#2 doesn't show any initiator IPv6 address.

Case 2:
Attempt 1------Enabled for MPIO------IPv4-----DHCP Attempt 2------Enabled for MPIO------IPv4-----DHCP

Actual behavior: Attempt#2 shows Initiator IPv4 address.

Please provide your suggestions.

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-30  8:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29  6:46 iSCSI behavior Santhapur Naveen
2017-08-29  8:31 ` Ye, Ting
2017-08-29 12:22   ` Santhapur Naveen
2017-08-30  7:59     ` Ye, Ting
2017-08-30  8:46       ` Santhapur Naveen
2017-08-30  8:56         ` Ye, Ting
2017-08-30  8:58           ` Santhapur Naveen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox