Skip to content

Commit

Permalink
Add RESOURCE_RECOVERED event for all Targets
Browse files Browse the repository at this point in the history
Lost an event during the last refactor, putting it back.

Change-Id: Ica5815c7c06cd981216fecbd927e1c1aa527519a
CQ: SW431492
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59844
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
  • Loading branch information
dcrowell77 authored and wghoffa committed Jun 5, 2018
1 parent 7ce3788 commit fe439a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/hwas/common/deconfigGard.C
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ errlHndl_t DeconfigGard::deconfigureTargetsFromGardRecordsForIpl(
++l_sdIter)
{
HwasState l_state = (*l_sdIter)->getAttr<ATTR_HWAS_STATE>();
l_state.deconfiguredByEid = 0;
l_state.deconfiguredByEid = CONFIGURED_BY_RESOURCE_RECOVERY;
l_state.specdeconfig = 0;
(*l_sdIter)->setAttr<ATTR_HWAS_STATE>(l_state);

Expand Down

0 comments on commit fe439a0

Please sign in to comment.