Please code review the following changes which address the service import performance issue:
6351623 Initial manifest-import is slow It is under http://cr.opensolaris.org/~stevep/6351623 The fix is to copy the repository to the fast tmpfs, import the manifests and once the import is completed copy the repository back to /etc/svc. During the verification cycle on both sparc and amd64 systems, I see ~85 percent performance improvement. Any comment/suggestion is greatly appreciated. Thanks Steve