Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix check_reconfigured ae_result to prevent retry loop and failure. #548

Merged
merged 1 commit into from
Jul 8, 2019

Commits on Jul 8, 2019

  1. Reset ae_reason and ae_result in check_refreshed when

    refresh_may_have_completed is true.
    
    The update_result and update_reason state_vars contained the
    previous values.  The state_var update_result
    value was still set to retry from the previous execution which caused
    the state machine to retry instead of proceeding to the next state.
    It had another side affect in that the retry was set with no retry
    interval which caused the state machine to retry immediately instead of
    waiting the usual time interval.
    
    Resetting those values caused the state machine to progress to the next
    state and complete successfully.
    
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1720212
    tinaafitz committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    737b093 View commit details
    Browse the repository at this point in the history