http://defect.opensolaris.org/bz/show_bug.cgi?id=10348
Summary: services need to make dependent names unique
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ON misc
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: renee.danson at sun.com
QAContact: nwam-dev at opensolaris.org
When a service creates dependents (i.e. services that depend on it),
a property group is created in the dependent service identifying that
dependency. Since more than one service can declare that service x
depends on it, service x can have multiple property groups created.
The property group name is based on the 'name' tag given by the service
that is identifying the dependent; thus that name needs to be unique.
NWAM has some existing problems here: both nwam phase 1's network/location
service and the build 120 rbac service want to make name-service-cache
depend on them, and they both name the dependent 'name-service-cache'.
Thus only one succeeds; the second fails, causing some of the manifest
import problems we've been seeing since merging with build 120 (nwam
build 2009-07-24).
This also appears to be problematic for some of the other dependents
created by network/location; uniquifying the dependent name resolves
that.
--
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.