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

rbd-mirror: use a sorted list for peer token content #9091

Merged
merged 1 commit into from Nov 3, 2021

Commits on Nov 3, 2021

  1. rbd-mirror: use a sorted list for peer token content

    The monitor list was not sorted, so each time we were reconciling, the
    peer secret token will see its content updated with randomized
    monitors. This would enter our predicate and trigger a reconcile.
    Potentially an endless one, if the randomized list is already different.
    
    Closes: rook#9076
    Signed-off-by: Sébastien Han <seb@redhat.com>
    leseb committed Nov 3, 2021
    Copy the full SHA
    8cb6cdc View commit details
    Browse the repository at this point in the history