http://defect.opensolaris.org/bz/show_bug.cgi?id=10683
Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ACCEPTED |CLOSED
Resolution| |FIXED
--- Comment #6 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-08-20
16:54:35 UTC ---
Alan's latest push (changeset 10913:1797f747022e) added checks to see the
current state of the NCUs. That change fixes this issue.
"nwamadm enable bge1 ; nwamadm disable bge1" was the interesting case where the
changed state from disabled to offline* and finally disabled. It doesn't do
that anymore. See the chain of events below:
OBJECT_ACTION ncu link:bge1 -> action refresh
OBJECT_ACTION ncu link:bge1 -> action enable
OBJECT_ACTION ncu interface:bge1 -> action refresh
OBJECT_ACTION ncu interface:bge1 -> action enable
OBJECT_ACTION ncu link:bge1 -> action refresh
OBJECT_ACTION ncu link:bge1 -> action disable
OBJECT_ACTION ncu interface:bge1 -> action refresh
OBJECT_ACTION ncu interface:bge1 -> action disable
OBJECT_STATE ncu link:bge1 -> state offline*, (re)initialized but
no
OBJECT_STATE ncu interface:bge1 -> state offline*, (re)initialized
b
OBJECT_STATE ncu link:bge1 -> state online*, disabled by
administrat
OBJECT_STATE ncu interface:bge1 -> state online*, disabled by
admini
OBJECT_STATE ncu link:bge1 -> state disabled, disabled by
administra
OBJECT_STATE ncu interface:bge1 -> state disabled, disabled by
admin
"nwamadm disable bge1 ; nwamadm enable bge1" is also handled correctly.
--
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.