http://defect.opensolaris.org/bz/show_bug.cgi?id=14623
Renee Danson Sommerfeld <renee.danson at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |FIXINBUILD
--- Comment #1 from Renee Danson Sommerfeld <renee.danson at sun.com>
2010-02-26 04:42:40 UTC ---
The x86 regression was ultimately traced to a check added to
network/physical:default's start method to prevent both the default and nwam
instances of network/physical to be enabled simultaneously.
The desired behavior was to leave whichever service was enabled first
unmolested by subsequent attempts to enable the other. However, the svcprop
checks used to check the state of the other service instance made this
expensive during boot.
Instead, network/physical:default was given an exclude dependency on
network/physical:nwam. This ensures that both instances cannot be online at
the same time; this is accomplished, though, by taking the default instance
offline if nwam is enabled, or leaving the default instance offline if it is
enabled when nwam is already online.
This solution has two overwhelmingly positive attributes: first, it solves the
performance regression; and second, it provides easy feedback when someone
attempts to enable both; svcs -xv will report that the default instance is
offline because if its dependencies.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.