From jforte@sac.sfbay.sun.com Wed Jun 24 09:31:26 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n5OGVQLR004689
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Jun 2009 09:31:26 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n5OGVNMa006148;
	Wed, 24 Jun 2009 17:31:25 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KLR002154KBAK00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Jun 2009 09:31:23 -0700 (PDT)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KLR00M914KBAN20@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 24 Jun 2009 09:31:23 -0700 (PDT)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n5OGVLZI042911; Wed, 24 Jun 2009 09:31:21 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n5OGVKCI004684; Wed,
 24 Jun 2009 09:31:20 -0700 (PDT)
Received: (from jforte@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n5OGVKwL004680; Wed,
 24 Jun 2009 09:31:20 -0700 (PDT)
Date: Wed, 24 Jun 2009 09:31:20 -0700 (PDT)
From: John Forte <jforte@sac.sfbay.sun.com>
Subject: iSCSI initiator tunables [PSARC/2009/369 FastTrack timeout 07/01/2009]
To: PSARC-ext@sun.com
Cc: zhang.yi@sun.com
Message-id: <200906241631.n5OGVKwL004680@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 7117


I am sponsoring this fasttrack for Zhang Yi. Requested binding is Patch/Micro. Timeout is 07/01/2009.


Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 iSCSI initiator tunables
    1.2. Name of Document Author/Supplier:
	 Author:  Zhang Yi
    1.3  Date of This Document:
	24 June, 2009

2. Project Summary
   2.1. Project Description
          This project proposes a new management interface to configure several
        parameters specific for iSCSI initiator to access a given iSCSI target.
        Together with the IMA specification[1] API, management interfaces
        are exported in library libima[2] to manage tunable parameters. And
        those tunable parameters can be dynamically applied to the iSCSI
        initiator driver via iscsiadm or other utilities using the exported
        library interface from this project.

4. Technical Description
    4.1. Details:
          Currently most parameters related to the connection behavior between
        the iSCSI initiator and the iSCSI target are hardcoded. It makes iSCSI
        initiator in Solaris inflexible to handle various scenarios. For
        example, the fixed iSCSI initiator connection retry timer (3 min) is
        not suitable in the follow scenarios:
        a. Mirrored ZFS over different iSCSI devices. If one of the mirrored
           iSCSI devices goes offline, on initiator side whole ZFS pool may
           hang for 3 minutes in IO timeout before ZFS degrade the iSCSI
           device. Here a shorter timeout value is desirable for this case.
        b. iSCSI quorum device on Sun Cluster. If iSCSI quorum device spend
           more than 3 minutes to reboot, Cluster node could never online
           this iSCSI quorum device after 3 minutes connection retry timeout.
           Here a longer timeout value is needed.

          This project will add a new option named "-T" for 'iscsiadm' utility
        to set these tunable parameters for iSCSI initiator node or a
        specified iSCSI target. And tunable parameters will be applied to
        iSCSI initiator driver in real time without reboot.
          A programmatic interface is also offered through SUN_IMA library.
        The modification of 'iscsiadm' will be based on this interface.

        *) CLI interface for 'iscsiadm' utility

           Apply tunable parameters to a specific target by using:
	     "iscsiadm modify target-param -T <tunable-prop>=<value> \
              <target-name..>".
           Apply tunable parameters to initiator node by using:
             "iscsiadm modify initiator-node -T <tunable-prop>=<value>".
           List specific tunable parameters applied to given target by using:
	     "iscsiadm list target-param -v [<target-name..>]".
           List tunable parameters to initiator node by using:
             "iscsiadm list initiator-node".

           Example:
             Change maximum connection retry time to 30 seconds for iSCSI target
           iqn.1986-03.com.sun:2501.600a0b800049c94 will use follow command:
             #iscsiadm modify target-param -T connloginmax=30 \
             iqn.1986-03.com.sun:2501.600a0b800049c94

             Currently supported <tunable-prop> parameters are listed below
           with corresponding descriptions.
             Tunable Parameter              Short Description
             --------------------           -------------------
             recvloginrsptimeout            Session Login Response Time
             connloginmax                   Maximum Connection Retry Time
             pollinglogindelay              Login Retry Time Interval

               The recvloginrsptimeout is to specify how long iSCSI initiator
             will wait for the response of iSCSI session login request from
             the given iSCSI target. Valid value is from 0 to 60*60, default
             to 60 seconds.

               The connloginmax is used to determine maximum iSCSI initiator
             connection retry time when iSCSI initiator to target IO timeout
             or connection failure. Valid value is from 0 to 60*60, default to
             180 seconds.

               The pollinglogindelay is used to decide time interval between
             each iSCSI session login retry when iSCSI initiator to target IO
             timeout or connection failure. Valid value is from 0 to 60*60,
             default to 60 seconds.

             More tunable parameters can be added using the same mechanism
           introduced by this project in case there are new requirements
           from customer.

        *) Programmatic interface for tunable parameters
             Programmatic interface API name with new data structure are
           defined in the exported new public header file <libsun_ima.h>,
           typedef enum {
               ISCSI_RX_TIMEOUT_VALUE = 1,
               ISCSI_CONN_DEFAULT_LOGIN_MAX = 2,
               ISCSI_LOGIN_POLLING_DELAY = 3
            } ISCSI_TUNABLE_OBJECT_TYPE;

           typedef struct _ISCSI_TUNABLE_PARAM {
               ISCSI_TUNABLE_OBJECT_TYPE tunable_objectType,
               struct {
                     IMA_UINT32 len;
                     IMA_CHAR *chars;
               } tunable_objectValue;
           } ISCSI_TUNABLE_PARAM;

          IMA_API IMA_STATUS 
          SUN_IMA_GetTunableProperties(IMA_OID oid, ISCSI_TUNABLE_PARAM *param);
          is used to get specified tunable parameter.

          IMA_API IMA_STATUS
          SUN_IMA_SetTunableProperties(IMA_OID oid, ISCSI_TUNABLE_PARAM *param);
          is used to set specified tunable parameter.

4.5 Interfaces:

    Patch/Micro release binding.

    Exported Interface              | Stability |    Description 
    --------------------------------|-----------|------------------------------ 
    SUN_IMA_GetTunableProperties    | Committed | Interface to get iSCSI
                                    |           | tunable parameters 
    SUN_IMA_SetTunableProperties    | Committed | interface to set iSCSI
                                    |           | tunable parameters 
    struct ISCSI_TUNABLE_PARAM      | Committed | <libsun_ima.h>           
    usr/sbin/iscsiadm               | Committed | iSCSI initiator CLI
                                    |           | PSARC/2003/126
    -T                              | Committed | option apply to iscsiadm
                                    |           | subcommand "modify" and object
                                    |           | of both "target-param" and
                                    |           | "initiator-node"

5. Reference Documents:

  [1] SNIA iSCSI Management API -
        http://www.snia.org/tech_activities/standards/
        curr_standards/ima/iSCSIManagementAPI_v1.1.pdf
  [2] iSCSI Management API  http://sac.sfbay/SHARC/2005/066/


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		ON
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From gdamore@sun.com Wed Jun 24 09:40:25 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n5OGePKh005046
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Jun 2009 09:40:25 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n5OGeNjV022049
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 24 Jun 2009 09:40:24 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KLR0033N4ZCYD00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Jun 2009 10:40:24 -0600 (MDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KLR00FZJ4ZAP380@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 24 Jun 2009 10:40:22 -0600 (MDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n5OGeMUx024453	for
 <PSARC-ext@sun.com>; Wed, 24 Jun 2009 09:40:22 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009))
 id <0KLR008004JVL200@fe-sfbay-10.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Jun 2009 09:40:22 -0700 (PDT)
Received: from [192.168.251.11] ([unknown] [76.93.15.33])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009))
 with ESMTPSA id <0KLR008RG4Z79I30@fe-sfbay-10.sun.com>; Wed,
 24 Jun 2009 09:40:20 -0700 (PDT)
Date: Wed, 24 Jun 2009 09:40:19 -0700
From: "Garrett D'Amore" <gdamore@sun.com>
Subject: Re: iSCSI initiator tunables [PSARC/2009/369 FastTrack timeout
 07/01/2009]
In-reply-to: <200906241631.n5OGVKwL004680@sac.sfbay.sun.com>
Sender: Garrett.Damore@sun.com
To: John Forte <jforte@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, Zhang.Yi@sun.com
Message-id: <4A4256F3.4000801@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200906241631.n5OGVKwL004680@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.18 (X11/20081201)
Status: RO
Content-Length: 7762

Case looks straight-forward, but the tunable names for use on the CLI 
are rather awkward.  In other instances you have separated multi words 
such as target-param with hyphens, whereas your tunables are all jammed 
together.

I'd recommend tweaking the names somewhat to make them more 
readable/user-friendly.

But +1 in any case.

    - Garrett

John Forte wrote:
> I am sponsoring this fasttrack for Zhang Yi. Requested binding is Patch/Micro. Timeout is 07/01/2009.
>
>
> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
> This information is Copyright 2009 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 iSCSI initiator tunables
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Zhang Yi
>     1.3  Date of This Document:
> 	24 June, 2009
>
> 2. Project Summary
>    2.1. Project Description
>           This project proposes a new management interface to configure several
>         parameters specific for iSCSI initiator to access a given iSCSI target.
>         Together with the IMA specification[1] API, management interfaces
>         are exported in library libima[2] to manage tunable parameters. And
>         those tunable parameters can be dynamically applied to the iSCSI
>         initiator driver via iscsiadm or other utilities using the exported
>         library interface from this project.
>
> 4. Technical Description
>     4.1. Details:
>           Currently most parameters related to the connection behavior between
>         the iSCSI initiator and the iSCSI target are hardcoded. It makes iSCSI
>         initiator in Solaris inflexible to handle various scenarios. For
>         example, the fixed iSCSI initiator connection retry timer (3 min) is
>         not suitable in the follow scenarios:
>         a. Mirrored ZFS over different iSCSI devices. If one of the mirrored
>            iSCSI devices goes offline, on initiator side whole ZFS pool may
>            hang for 3 minutes in IO timeout before ZFS degrade the iSCSI
>            device. Here a shorter timeout value is desirable for this case.
>         b. iSCSI quorum device on Sun Cluster. If iSCSI quorum device spend
>            more than 3 minutes to reboot, Cluster node could never online
>            this iSCSI quorum device after 3 minutes connection retry timeout.
>            Here a longer timeout value is needed.
>
>           This project will add a new option named "-T" for 'iscsiadm' utility
>         to set these tunable parameters for iSCSI initiator node or a
>         specified iSCSI target. And tunable parameters will be applied to
>         iSCSI initiator driver in real time without reboot.
>           A programmatic interface is also offered through SUN_IMA library.
>         The modification of 'iscsiadm' will be based on this interface.
>
>         *) CLI interface for 'iscsiadm' utility
>
>            Apply tunable parameters to a specific target by using:
> 	     "iscsiadm modify target-param -T <tunable-prop>=<value> \
>               <target-name..>".
>            Apply tunable parameters to initiator node by using:
>              "iscsiadm modify initiator-node -T <tunable-prop>=<value>".
>            List specific tunable parameters applied to given target by using:
> 	     "iscsiadm list target-param -v [<target-name..>]".
>            List tunable parameters to initiator node by using:
>              "iscsiadm list initiator-node".
>
>            Example:
>              Change maximum connection retry time to 30 seconds for iSCSI target
>            iqn.1986-03.com.sun:2501.600a0b800049c94 will use follow command:
>              #iscsiadm modify target-param -T connloginmax=30 \
>              iqn.1986-03.com.sun:2501.600a0b800049c94
>
>              Currently supported <tunable-prop> parameters are listed below
>            with corresponding descriptions.
>              Tunable Parameter              Short Description
>              --------------------           -------------------
>              recvloginrsptimeout            Session Login Response Time
>              connloginmax                   Maximum Connection Retry Time
>              pollinglogindelay              Login Retry Time Interval
>
>                The recvloginrsptimeout is to specify how long iSCSI initiator
>              will wait for the response of iSCSI session login request from
>              the given iSCSI target. Valid value is from 0 to 60*60, default
>              to 60 seconds.
>
>                The connloginmax is used to determine maximum iSCSI initiator
>              connection retry time when iSCSI initiator to target IO timeout
>              or connection failure. Valid value is from 0 to 60*60, default to
>              180 seconds.
>
>                The pollinglogindelay is used to decide time interval between
>              each iSCSI session login retry when iSCSI initiator to target IO
>              timeout or connection failure. Valid value is from 0 to 60*60,
>              default to 60 seconds.
>
>              More tunable parameters can be added using the same mechanism
>            introduced by this project in case there are new requirements
>            from customer.
>
>         *) Programmatic interface for tunable parameters
>              Programmatic interface API name with new data structure are
>            defined in the exported new public header file <libsun_ima.h>,
>            typedef enum {
>                ISCSI_RX_TIMEOUT_VALUE = 1,
>                ISCSI_CONN_DEFAULT_LOGIN_MAX = 2,
>                ISCSI_LOGIN_POLLING_DELAY = 3
>             } ISCSI_TUNABLE_OBJECT_TYPE;
>
>            typedef struct _ISCSI_TUNABLE_PARAM {
>                ISCSI_TUNABLE_OBJECT_TYPE tunable_objectType,
>                struct {
>                      IMA_UINT32 len;
>                      IMA_CHAR *chars;
>                } tunable_objectValue;
>            } ISCSI_TUNABLE_PARAM;
>
>           IMA_API IMA_STATUS 
>           SUN_IMA_GetTunableProperties(IMA_OID oid, ISCSI_TUNABLE_PARAM *param);
>           is used to get specified tunable parameter.
>
>           IMA_API IMA_STATUS
>           SUN_IMA_SetTunableProperties(IMA_OID oid, ISCSI_TUNABLE_PARAM *param);
>           is used to set specified tunable parameter.
>
> 4.5 Interfaces:
>
>     Patch/Micro release binding.
>
>     Exported Interface              | Stability |    Description 
>     --------------------------------|-----------|------------------------------ 
>     SUN_IMA_GetTunableProperties    | Committed | Interface to get iSCSI
>                                     |           | tunable parameters 
>     SUN_IMA_SetTunableProperties    | Committed | interface to set iSCSI
>                                     |           | tunable parameters 
>     struct ISCSI_TUNABLE_PARAM      | Committed | <libsun_ima.h>           
>     usr/sbin/iscsiadm               | Committed | iSCSI initiator CLI
>                                     |           | PSARC/2003/126
>     -T                              | Committed | option apply to iscsiadm
>                                     |           | subcommand "modify" and object
>                                     |           | of both "target-param" and
>                                     |           | "initiator-node"
>
> 5. Reference Documents:
>
>   [1] SNIA iSCSI Management API -
>         http://www.snia.org/tech_activities/standards/
>         curr_standards/ima/iSCSIManagementAPI_v1.1.pdf
>   [2] iSCSI Management API  http://sac.sfbay/SHARC/2005/066/
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		ON
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   


From John.Forte@sun.com Wed Jun 24 10:40:17 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n5OHeGtZ010281
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 24 Jun 2009 10:40:17 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id n5OHe7P0006496
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 25 Jun 2009 01:40:16 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KLR00E0H7R3EC00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Jun 2009 10:40:15 -0700 (PDT)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KLR00AWE7R2LQ50@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 24 Jun 2009 10:40:14 -0700 (PDT)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n5OHeEdt024289	for
 <PSARC-ext@sun.com>; Wed, 24 Jun 2009 17:40:14 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009))
 id <0KLR004006KWMW00@mail-amer.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 24 Jun 2009 11:40:14 -0600 (MDT)
Received: from [129.146.56.52] ([unknown] [129.146.56.52])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.02 64bit
 (built Apr 16 2009)) with ESMTPSA id <0KLR002ER7QPPP50@mail-amer.sun.com>; Wed,
 24 Jun 2009 11:40:02 -0600 (MDT)
Date: Wed, 24 Jun 2009 10:38:35 -0700
From: John Forte <John.Forte@sun.com>
Subject: Re: iSCSI initiator tunables [PSARC/2009/369 FastTrack timeout
 07/01/2009]
In-reply-to: <4A4256F3.4000801@sun.com>
Sender: John.Forte@sun.com
To: "Garrett D'Amore" <gdamore@sun.com>
Cc: John Forte <jforte@sac.sfbay.sun.com>, PSARC-ext@sun.com, Zhang.Yi@sun.com
Message-id: <4A42649B.3060705@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200906241631.n5OGVKwL004680@sac.sfbay.sun.com>
 <4A4256F3.4000801@sun.com>
User-Agent: Thunderbird 2.0.0.17 (X11/20081014)
Status: RO
Content-Length: 502

Garrett D'Amore wrote:
> Case looks straight-forward, but the tunable names for use on the CLI 
> are rather awkward.  In other instances you have separated multi words 
> such as target-param with hyphens, whereas your tunables are all 
> jammed together.
>
> I'd recommend tweaking the names somewhat to make them more 
> readable/user-friendly.
>
>
Yes, sounds reasonable. An updated fasttrack is in the materials 
directory with hyphen separated tunable names for the CLI option argument.

- John


From John.Forte@sun.com Thu Jul  2 11:43:14 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n62IhEwa019186
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 2 Jul 2009 11:43:14 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n62Ih9ed002038
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 2 Jul 2009 19:43:13 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KM600F073ZZ2V00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 02 Jul 2009 11:43:11 -0700 (PDT)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KM600E7W3ZYWA00@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 02 Jul 2009 11:43:11 -0700 (PDT)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n62IhAmM016178	for
 <PSARC-ext@sun.com>; Thu, 02 Jul 2009 18:43:10 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009))
 id <0KM600A003YRQM00@mail-amer.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 02 Jul 2009 12:43:10 -0600 (MDT)
Received: from [129.146.56.52] ([unknown] [129.146.56.52])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.02 64bit
 (built Apr 16 2009)) with ESMTPSA id <0KM6000P23ZAZQ90@mail-amer.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 02 Jul 2009 12:42:46 -0600 (MDT)
Date: Thu, 02 Jul 2009 11:41:11 -0700
From: John Forte <John.Forte@sun.com>
Subject: Re: iSCSI initiator tunables [PSARC/2009/369 FastTrack timeout
 07/01/2009]
In-reply-to: <200906241631.n5OGVKwL004680@sac.sfbay.sun.com>
Sender: John.Forte@sun.com
To: PSARC-ext@sun.com
Cc: Zhang.Yi@sun.com
Message-id: <4A4CFF47.6000302@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200906241631.n5OGVKwL004680@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.17 (X11/20081014)
Status: RO
Content-Length: 79

This case has timed out with a +1 and has been marked closed approved.

- John

