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 (backport #9264) #9269

Merged
merged 3 commits into from Nov 29, 2021

Commits on Nov 29, 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: #9151
    Signed-off-by: Sébastien Han <seb@redhat.com>
    (cherry picked from commit d1cdba4)
    leseb authored and mergify-bot committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    37bacae 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>
    (cherry picked from commit 7f7a72d)
    leseb authored and mergify-bot committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    d07549a 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>
    (cherry picked from commit d8a8b05)
    leseb authored and mergify-bot committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c0d0f16 View commit details
    Browse the repository at this point in the history