http://defect.opensolaris.org/bz/show_bug.cgi?id=9853


amaguire <alan.maguire at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |CAUSEKNOWN




--- Comment #6 from amaguire <alan.maguire at sun.com>  2009-07-24 02:20:21 ---
the issue here is that currently the NCU name needs to be qualified by the type
i.e. try replacing "ncu e1000g0 is active" with "ncu interface:e1000g0 is
active" or "ncu link:e1000g0 is active" and it should work.

Perhaps we could do this - if a name is unqualified in an activation condition,
we try to find a link or interface NCU, preferring the interface NCU if
present. So this would allow users to specify unqualified names like e1000g0,
with the understanding that they're depending on the interface if its NCU is
present, or on the link if not. I think that's a good way to go, and if there's
no objections I'll push that change and that will address this issue.

One thing we should also fix in the daemon is enqueue a condition check when we
get a commit so that changes in condition specifications are quickly evaluated.
To prevent flurries of condition checks, we could enqueue one in 5s if no
others are enqueued (using event queue lookahead mechanisms already present).
I'll file another bug for 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.

Reply via email to