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

kraken: osd: os/bluestore: fix statfs to not include DB partition in free space #13284

Merged
merged 1 commit into from
Apr 15, 2017

Commits on Feb 6, 2017

  1. os/bluestore: fix statfs to not include DB partition in free space

    If we report the DB space as vailable, ceph thinks the OSD can store more
    data and will not mark the cluster as full as easily.  And in reality, we
    can't actually store data in this space--only metadata.  Avoid the problem
    by not reporting it as available.
    
    Fixes: http://tracker.ceph.com/issues/18599
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit c66d5ba)
    liewegas authored and shinobu-x committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    1d25327 View commit details
    Browse the repository at this point in the history