Fix: crmd: check for too many stonith failures only when aborting for that reason
Previously, crmd would check for too many stonith failures whenever aborting
a transition. This would lead to a new transition not being triggered when
aborting for some other unrelated reason, such as a configuration change.
Now, crmd checks for too many stonith failures only when aborting due to a new
stonith failure.