Dan Groves wrote: > Hi, > > I updated the link management document at: > > http://www.opensolaris.org/os/project/clearview/uv/link_id_management.pdf > > Changes include: > > - using linkmgmtd instead of devfsadmd to maintain the (link ID, name) > mapping > - Some updates to the SMF section based on the change from devfsadmd > to linkmgmtd > - comments from Cathy > > One thing I have not changed concerns the question Cathy had about how > and update collision is handled. I'll wait until she responds to my > response before I update the document. > > We have a few questions for the SMF folks, which is why they're CC-d > this mail. Is our use of SMF sounds reasonable? Do we need to make > the linkmgmtd service depend on anything? We didn't know how SMF > persists configuration information, and we didn't know if we needed to > include a dependency here to make sure we can access the configuration > data. > Dan,
It'd be a good idea to have a dependency on manifest-import. This service generates the repository content on first reboot following the installation and gets updated on upgrades. Services attempts to access repository before manifest-import completes may get errors because properties are not populated or old property values. The drawback of having this dependency is the service may come up later. -tony