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

pacific: radosgw-admin: 'reshard list' doesn't log ENOENT errors #45451

Merged
merged 1 commit into from Dec 6, 2022

Commits on Nov 28, 2022

  1. radosgw-admin: 'reshard list' doesn't log ENOENT errors

    ENOENT errors are expected, especially in fresh clusters, before we've
    written any entries to the reshard list shards. avoid logging these
    non-fatal ERROR messages:
    
    > -1 ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directory
    
    Fixes: https://tracker.ceph.com/issues/52873
    
    Signed-off-by: Casey Bodley <cbodley@redhat.com>
    (cherry picked from commit 952c7c8)
    
    Conflicts:
    	src/rgw/rgw_reshard.cc
    
    Cherry-pick notes:
    - pacific using lderr vs ldpp_dout
    cbodley authored and cfsnyder committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d97a02e View commit details
    Browse the repository at this point in the history