Drew - Thanks for picking this up quickly. LGTM! Martin
On 4/10/2012 4:08 PM, Drew Fisher wrote:
Good afternoon! Could I get a quick review from folks for the following CR: 7160480 <http://monaco.us.oracle.com/detail.jsf?cr=7160480> Warnings during Preloading SMF repository after PSARC 2012/049 integrated It's two simple lines of change in two media manifest files so I didn't think there was need for a webrev: [mox:src] > hg pdiffs diff -r ac3d44c50a0b -r d9ac944ffc39 usr/src/cmd/slim-install/svc/media-config.xml --- a/usr/src/cmd/slim-install/svc/media-config.xml Mon Apr 09 18:05:16 2012 -0700 +++ b/usr/src/cmd/slim-install/svc/media-config.xml Tue Apr 10 16:48:43 2012 -0600 @@ -207,7 +207,7 @@ <!-- The following property group is used to control process of system configuration/unconfiguration --> - <property_group name='sysconfig' type='application'> + <property_group name='sysconfig' type='sysconfig'> <stability value='Evolving' /> <!-- Setting following property to 'true' triggers overall diff -r ac3d44c50a0b -r d9ac944ffc39 usr/src/cmd/slim-install/svc/media-network-physical.xml --- a/usr/src/cmd/slim-install/svc/media-network-physical.xml Mon Apr 09 18:05:16 2012 -0700 +++ b/usr/src/cmd/slim-install/svc/media-network-physical.xml Tue Apr 10 16:48:43 2012 -0600 @@ -115,7 +115,7 @@ value='solaris.smf.manage.netphys' /> </property_group> - <property_group name='sysconfig' type='application'> + <property_group name='sysconfig' type='sysconfig'> <stability value='Unstable' /> <propval name='group' type='astring' value='network' /> <propval name='reconfigurable' type='boolean' value='true' /> PSARC 2012/049 changed the PG type for sysconfig from 'application' to 'sysconfig'. We need to make the same change to the manifests we deliver in the media/internal package. The DC build logs no longer show issues with network/physical:default or milestone/config. NOTE: we can't do anything about SMF warnings for ASR, OCM or console-login. Mary has filed bugs against the owners of those services to change the PG type. Thanks! -Drew _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
_______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

