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

jewel: rgw sends omap_getvals with (u64)-1 limit #12419

Merged
merged 2 commits into from Feb 1, 2017

Commits on Dec 9, 2016

  1. rgw/rgw_rados: do not omap_getvals with (u64)-1 max

    Fixes: http://tracker.ceph.com/issues/17985
    
    This will make the OSD fall over if the object is big
    and the OSD doesn't impose it's own fail-safe limit.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 7cd123e)
    liewegas authored and smithfarm committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    df9d929 View commit details
    Browse the repository at this point in the history
  2. rgw: omap_get_all() fixes

    Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
    (cherry picked from commit 99e866f)
    yehudasa authored and smithfarm committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    8b10d3b View commit details
    Browse the repository at this point in the history