From sacadmin Mon Nov 27 12:27:48 2006
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.6+Sun/8.13.6) with ESMTP id kARKRlSw012323
	for <psarc@sac.eng.sun.com>; Mon, 27 Nov 2006 12:27:47 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id kARKRkoP016204
	for <@sunmail1brm.central.sun.com:psarc@sun.com>; Mon, 27 Nov 2006 12:27:47 -0800 (PST)
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 <0J9E00111OUA1R00@brm-avmta-1.central.sun.com> for psarc@sun.com
 (ORCPT psarc@sun.com); Mon, 27 Nov 2006 13:27:46 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0J9E00FBTOU9LWB0@brm-avmta-1.central.sun.com> for psarc@sun.com
 (ORCPT psarc@sun.com); Mon, 27 Nov 2006 13:27:45 -0700 (MST)
Received: from fe-amer-03.sun.com ([192.18.108.177])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id kARKRjeL005159	for
 <psarc@sun.com>; Mon, 27 Nov 2006 13:27:45 -0700 (MST)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0J9E00101OGEV800@mail-amer.sun.com>
 (original mail from Gerald.Jelinek@Sun.COM)
 for psarc@sun.com (ORCPT psarc@sun.com); Mon, 27 Nov 2006 13:27:45 -0700 (MST)
Received: from [192.9.61.77] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0J9E004GCOU8JM69@mail-amer.sun.com>; Mon,
 27 Nov 2006 13:27:45 -0700 (MST)
Date: Mon, 27 Nov 2006 13:27:20 -0700
From: Jerry Jelinek <Gerald.Jelinek@sun.com>
Subject: rcapadm zone option [PSARC/2006/660 Timeout:  11/27/2006]
In-reply-to: <200611272023.kARKNwgl012184@sac.sfbay.sun.com>
Sender: Gerald.Jelinek@sun.com
To: psarc@sun.com
Cc: Gerald Jelinek <gjelinek@sac.sfbay.sun.com>
Message-id: <456B4A28.20709@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200611272023.kARKNwgl012184@sac.sfbay.sun.com>
User-Agent: Thunderbird 1.5.0.8 (X11/20061110)
Status: RO
Content-Length: 1442

I am sponsoring this fasttrack for myself.  Given the
simplicity of the proposal, I am submitting it as closed
approved automatic.  However, if anyone has any concerns
with this, let me know and I'll set the timer.

Thanks,
Jerry

---

PROPOSAL:

         This fast-track makes a small change to the Improved Zones/Resource
         Management[1] ARC case.  That case proposed adding a new '-R' option
         to rcapadm(1M) which would cause it to refresh the in-kernel max-rss
         settings for all of the running zones.

         After looking at this further, we realized this is not consistent
         with the existing CLIs for updating resource management settings for
         running zones.  The existing CLIs all use a zone parameter to update
         the setting for a single zone.

         Instead of the -R option, we will add a '-z' and '-m' option to
         rcapadm(1M) which will specify the name of a running zone and a
         new max-rss setting for that zone.  We will not be delivering a '-R'
         option on rcapadm.

         For example:

         # rcapadm -z my-zone -m 50m

         The -m option value will accept a scaling factor in the same way that
         zonecfg does for the max-rss value.

         Patch binding is requested for this new interface.

EXPORTED INTERFACES

         New rcapadm -z & -m options             Committed

REFERENCES

1. PSARC 2006/496 Improved Zones/RM Integration

