From jforte@sac.sfbay.sun.com Fri Oct  9 10:05:32 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 n99H5W8U029430
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 9 Oct 2009 10:05:32 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id n99H5VGP013272;
	Fri, 9 Oct 2009 10:05:32 -0700 (PDT)
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 <0KR90050RBH8GM00@nwk-avmta-2.sfbay.sun.com>; Fri,
 09 Oct 2009 10:05:32 -0700 (PDT)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KR900JQNBH7Y2A0@nwk-avmta-2.sfbay.sun.com>; Fri,
 09 Oct 2009 10:05:31 -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 n99H5V3M050435; Fri, 09 Oct 2009 10:05:31 -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 n99H5U99029425; Fri,
 09 Oct 2009 10:05:30 -0700 (PDT)
Received: (from jforte@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n99H5U3s029421; Fri,
 09 Oct 2009 10:05:30 -0700 (PDT)
Date: Fri, 09 Oct 2009 10:05:30 -0700 (PDT)
From: John Forte <jforte@sac.sfbay.sun.com>
Subject: Host ID for COMSTAR logical unit [PSARC/2009/547 Self Review]
To: PSARC-ext@sun.com
Cc: John.Forte@sun.com
Message-id: <200910091705.n99H5U3s029421@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4124


I am sponsoring the following fasttrack for myself. I believe this case
qualifies for self-review. If anyone disagrees, I'll convert it and set the
timer.

- John

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:
	 Host ID for COMSTAR logical unit
    1.2. Name of Document Author/Supplier:
	 Author:  John Forte
    1.3  Date of This Document:
	09 October, 2009
4. Technical Description
        Support for setting the host ID portion of the Globally Unique
	Identifier (GUID) of a COMSTAR logical unit.


4.1 Description

        Allows the setting of the host identifier portion of a logical unit
	identifier during creation of a COMSTAR logical unit. This will
	introduce a new logical-unit-property called "host-id" for the
	"create-lu" subcommand of stmfadm(1M) CLI. This case also introduces a
	new property STMF_LU_PROP_HOST_ID for stmfSetLuProp(3STMF) in
	libstmf(3LIB) (see PSARC 2007/523) library


4.2 Bug/RFE Number(s):
	6861519 stmfCreateLu() should allow caller to specify host id

4.5 Interfaces

        Minor binding.

        -------------+-----------------------+-------------------------
        Interface        Classification         Comments
        -------------+-----------------------+-------------------------
        libstmf      |   Committed           |  PSARC 2007/523
		     |			     |  PSARC 2009/251
                     |                       |
        stmfadm      |   Committed           |  PSARC 2007/523
        output of    |   Not an interface    |  PSARC 2009/251
          stmfadm    |                       |
        -------------+-----------------------+-------------------------

    4.5.1 stmfSetLuProp(3STMF)/stmfGetLuProp(3STMF) Interfaces
        Adding new property "STMF_LU_PROP_HOST_ID" for stmfSetLuProp(3STMF)
	interface.

    4.5.2 stmfadm(1M) subcommands

        Adding new logical-unit-property called "host-id" for "create-lu"
        subcommand.


4.6 Doc Impact:

    4.6.1 man page Change for stmfadm(1M)
        _____________________________________________________________
        |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
        |_____________________________|_____________________________|
        | Availability                | SUNWstmfu                   |
        |_____________________________|_____________________________|
        | Interface Stability         | Committed                   |
        |_____________________________|_____________________________|
 
         information about the new logical-unit-property, "host-id" needs to be 
         added along with existing logical-unit-property descriptions for
         -p option of the "create-lu" subcommand.
 
         host-id
	     8 hexadecimal ASCII characters representing the host ID assignment.
	     This will be used to generate the globally unique identifier (GUID)
	     for the logical unit. The default is the value returned
	     by hostid(1).



    4.6.2 man page change for stmfSetLuProp(3STMF)/stmfGetLuProp(3STMF)

         ____________________________________________________________
         |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
         |_____________________________|_____________________________|
         | Interface Stability         | Committed                   |
         |_____________________________|_____________________________|
         | MT-Level                    | Safe                        |
         |_____________________________|_____________________________|

        Description for the following new property needs to be added:

        STMF_LU_PROP_HOST_ID
	     8 hexadecimal ASCII characters representing the host ID assignment.
	     This will be used to generate the globally unique identifier (GUID)
	     for the logical unit.

             Default: identifer returned by hostid(1).


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

From Mark.Carlson@Sun.COM Fri Oct  9 10:47:59 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 n99HlxJY000309
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 9 Oct 2009 10:47:59 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id n99HlxDh025110
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 9 Oct 2009 10:47:59 -0700 (PDT)
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 <0KR900803DFZ5J00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 09 Oct 2009 10:47:59 -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 <0KR900J54DFYXWC0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 09 Oct 2009 10:47:58 -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 n99HlwhT026600	for
 <PSARC-ext@sun.com>; Fri, 09 Oct 2009 17:47:58 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KR900C00D5SSI00@mail-amer.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 09 Oct 2009 11:47:58 -0600 (MDT)
Received: from Macintosh-335.local ([unknown] [209.116.49.65])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KR90053DDFFLX00@mail-amer.sun.com>; Fri,
 09 Oct 2009 11:47:45 -0600 (MDT)
Date: Fri, 09 Oct 2009 11:47:26 -0600
From: "Mark A. Carlson" <Mark.Carlson@Sun.COM>
Subject: Re: Host ID for COMSTAR logical unit [PSARC/2009/547 Self Review]
In-reply-to: <200910091705.n99H5U3s029421@sac.sfbay.sun.com>
Sender: Mark.Carlson@Sun.COM
To: John Forte <jforte@sac.sfbay.sun.com>
Cc: PSARC-ext@Sun.COM, John.Forte@Sun.COM
Message-id: <4ACF772E.5060003@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_Z1IBW0Yee/rTyK2zSjGdcg)"
X-PMX-Version: 5.4.1.325704
References: <200910091705.n99H5U3s029421@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812)
Status: RO
Content-Length: 10746

This is a multi-part message in MIME format.

--Boundary_(ID_Z1IBW0Yee/rTyK2zSjGdcg)
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT

+1  - auto approve is fine by me, as the case looks straightforward.

-- mark

John Forte wrote:
> I am sponsoring the following fasttrack for myself. I believe this case
> qualifies for self-review. If anyone disagrees, I'll convert it and set the
> timer.
>
> - John
>
> 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:
> 	 Host ID for COMSTAR logical unit
>     1.2. Name of Document Author/Supplier:
> 	 Author:  John Forte
>     1.3  Date of This Document:
> 	09 October, 2009
> 4. Technical Description
>         Support for setting the host ID portion of the Globally Unique
> 	Identifier (GUID) of a COMSTAR logical unit.
>
>
> 4.1 Description
>
>         Allows the setting of the host identifier portion of a logical unit
> 	identifier during creation of a COMSTAR logical unit. This will
> 	introduce a new logical-unit-property called "host-id" for the
> 	"create-lu" subcommand of stmfadm(1M) CLI. This case also introduces a
> 	new property STMF_LU_PROP_HOST_ID for stmfSetLuProp(3STMF) in
> 	libstmf(3LIB) (see PSARC 2007/523) library
>
>
> 4.2 Bug/RFE Number(s):
> 	6861519 stmfCreateLu() should allow caller to specify host id
>
> 4.5 Interfaces
>
>         Minor binding.
>
>         -------------+-----------------------+-------------------------
>         Interface        Classification         Comments
>         -------------+-----------------------+-------------------------
>         libstmf      |   Committed           |  PSARC 2007/523
> 		     |			     |  PSARC 2009/251
>                      |                       |
>         stmfadm      |   Committed           |  PSARC 2007/523
>         output of    |   Not an interface    |  PSARC 2009/251
>           stmfadm    |                       |
>         -------------+-----------------------+-------------------------
>
>     4.5.1 stmfSetLuProp(3STMF)/stmfGetLuProp(3STMF) Interfaces
>         Adding new property "STMF_LU_PROP_HOST_ID" for stmfSetLuProp(3STMF)
> 	interface.
>
>     4.5.2 stmfadm(1M) subcommands
>
>         Adding new logical-unit-property called "host-id" for "create-lu"
>         subcommand.
>
>
> 4.6 Doc Impact:
>
>     4.6.1 man page Change for stmfadm(1M)
>         _____________________________________________________________
>         |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
>         |_____________________________|_____________________________|
>         | Availability                | SUNWstmfu                   |
>         |_____________________________|_____________________________|
>         | Interface Stability         | Committed                   |
>         |_____________________________|_____________________________|
>  
>          information about the new logical-unit-property, "host-id" needs to be 
>          added along with existing logical-unit-property descriptions for
>          -p option of the "create-lu" subcommand.
>  
>          host-id
> 	     8 hexadecimal ASCII characters representing the host ID assignment.
> 	     This will be used to generate the globally unique identifier (GUID)
> 	     for the logical unit. The default is the value returned
> 	     by hostid(1).
>
>
>
>     4.6.2 man page change for stmfSetLuProp(3STMF)/stmfGetLuProp(3STMF)
>
>          ____________________________________________________________
>          |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
>          |_____________________________|_____________________________|
>          | Interface Stability         | Committed                   |
>          |_____________________________|_____________________________|
>          | MT-Level                    | Safe                        |
>          |_____________________________|_____________________________|
>
>         Description for the following new property needs to be added:
>
>         STMF_LU_PROP_HOST_ID
> 	     8 hexadecimal ASCII characters representing the host ID assignment.
> 	     This will be used to generate the globally unique identifier (GUID)
> 	     for the logical unit.
>
>              Default: identifer returned by hostid(1).
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		OS/Net
>     6.5. ARC review type: Automatic
>     6.6. ARC Exposure: open
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org
>   

-- 
<http://www.sun.com> 	* Mark A. Carlson *
Sr. Architect

*Systems Group*
Phone x69559 / 303-223-6139
Email Mark.Carlson@Sun.COM
	



--Boundary_(ID_Z1IBW0Yee/rTyK2zSjGdcg)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">+1&nbsp; - auto approve is fine by me, as the case looks
straightforward.<br>
<br>
-- mark<br>
</font><br>
John Forte wrote:
<blockquote cite="mid:200910091705.n99H5U3s029421@sac.sfbay.sun.com"
 type="cite">
  <pre wrap="">I am sponsoring the following fasttrack for myself. I believe this case
qualifies for self-review. If anyone disagrees, I'll convert it and set the
timer.

- John

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:
	 Host ID for COMSTAR logical unit
    1.2. Name of Document Author/Supplier:
	 Author:  John Forte
    1.3  Date of This Document:
	09 October, 2009
4. Technical Description
        Support for setting the host ID portion of the Globally Unique
	Identifier (GUID) of a COMSTAR logical unit.


4.1 Description

        Allows the setting of the host identifier portion of a logical unit
	identifier during creation of a COMSTAR logical unit. This will
	introduce a new logical-unit-property called "host-id" for the
	"create-lu" subcommand of stmfadm(1M) CLI. This case also introduces a
	new property STMF_LU_PROP_HOST_ID for stmfSetLuProp(3STMF) in
	libstmf(3LIB) (see PSARC 2007/523) library


4.2 Bug/RFE Number(s):
	6861519 stmfCreateLu() should allow caller to specify host id

4.5 Interfaces

        Minor binding.

        -------------+-----------------------+-------------------------
        Interface        Classification         Comments
        -------------+-----------------------+-------------------------
        libstmf      |   Committed           |  PSARC 2007/523
		     |			     |  PSARC 2009/251
                     |                       |
        stmfadm      |   Committed           |  PSARC 2007/523
        output of    |   Not an interface    |  PSARC 2009/251
          stmfadm    |                       |
        -------------+-----------------------+-------------------------

    4.5.1 stmfSetLuProp(3STMF)/stmfGetLuProp(3STMF) Interfaces
        Adding new property "STMF_LU_PROP_HOST_ID" for stmfSetLuProp(3STMF)
	interface.

    4.5.2 stmfadm(1M) subcommands

        Adding new logical-unit-property called "host-id" for "create-lu"
        subcommand.


4.6 Doc Impact:

    4.6.1 man page Change for stmfadm(1M)
        _____________________________________________________________
        |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
        |_____________________________|_____________________________|
        | Availability                | SUNWstmfu                   |
        |_____________________________|_____________________________|
        | Interface Stability         | Committed                   |
        |_____________________________|_____________________________|
 
         information about the new logical-unit-property, "host-id" needs to be 
         added along with existing logical-unit-property descriptions for
         -p option of the "create-lu" subcommand.
 
         host-id
	     8 hexadecimal ASCII characters representing the host ID assignment.
	     This will be used to generate the globally unique identifier (GUID)
	     for the logical unit. The default is the value returned
	     by hostid(1).



    4.6.2 man page change for stmfSetLuProp(3STMF)/stmfGetLuProp(3STMF)

         ____________________________________________________________
         |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
         |_____________________________|_____________________________|
         | Interface Stability         | Committed                   |
         |_____________________________|_____________________________|
         | MT-Level                    | Safe                        |
         |_____________________________|_____________________________|

        Description for the following new property needs to be added:

        STMF_LU_PROP_HOST_ID
	     8 hexadecimal ASCII characters representing the host ID assignment.
	     This will be used to generate the globally unique identifier (GUID)
	     for the logical unit.

             Default: identifer returned by hostid(1).


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		OS/Net
    6.5. ARC review type: Automatic
    6.6. ARC Exposure: open
_______________________________________________
opensolaris-arc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:opensolaris-arc@opensolaris.org">opensolaris-arc@opensolaris.org</a>
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<title></title>
<table border="0" cellpadding="0" cellspacing="0" width="519">
  <tbody>
    <tr valign="top">
      <td height="121" width="98"><a moz-do-not-send="true"
 href="http://www.sun.com"><img moz-do-not-send="true"
 src="http://www.sun.com/emrkt/sigs/6h_top.gif" border="0" height="92"
 width="98"></a></td>
      <td style="font-family: Arial; font-size: 10px;" height="121"
 width="249"><b> Mark A. Carlson </b><br>
Sr. Architect<br>
      <br>
      <b>Systems Group</b><br>
Phone x69559 / 303-223-6139<br>
Email <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:Mark.Carlson@Sun.COM">Mark.Carlson@Sun.COM</a><br>
      </td>
      <td style="font-family: Arial; font-size: 10px;" width="172"><img
 moz-do-not-send="true" src="http://www.sun.com/emrkt/sigs/q12.gif"
 height="118" width="172"></td>
    </tr>
  </tbody>
</table>
<div class="moz-signature"><br>
</div>
</div>
</body>
</html>

--Boundary_(ID_Z1IBW0Yee/rTyK2zSjGdcg)--

