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

cephfs-mirror: various fixes for random bootstrap peer import errors #9264

Merged
merged 3 commits into from Nov 29, 2021

Commits on Nov 26, 2021

  1. cephfs-mirror: try to mitigate peer import error

    Some users have reported issues while adding the token, this is not
    always reproducable so perhaps it's a typo when importing the token and
    adding trailing spaces.
    
    Closes: rook#9151
    Signed-off-by: Sébastien Han <seb@redhat.com>
    leseb committed Nov 26, 2021
    Copy the full SHA
    d1cdba4 View commit details
    Browse the repository at this point in the history
  2. core: add the ability to execute ceph commands with a combined output

    Sometimes Ceph uses a different standard output to return errors or
    merges standard error to standard out. So let's allow some commands to
    return both in the output.
    
    Signed-off-by: Sébastien Han <seb@redhat.com>
    leseb committed Nov 26, 2021
    Copy the full SHA
    7f7a72d View commit details
    Browse the repository at this point in the history
  3. cephfs-mirror: use combined output to possibly catch peer import error

    By adding a combined output to the executor we might be able to fetch more
    error messages.
    
    Signed-off-by: Sébastien Han <seb@redhat.com>
    leseb committed Nov 26, 2021
    Copy the full SHA
    d8a8b05 View commit details
    Browse the repository at this point in the history