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: tools: ceph-objectstore-tool: add a way to split filestore directories offline #11252

Merged
merged 1 commit into from
Sep 29, 2016

Commits on Sep 28, 2016

  1. ceph-objectstore-tool: add a way to split filestore directories offline

    Use the usual split code, and split each dir that meets the
    usual split criteria.
    
    This can be run with lower than usual split settings, to avoid costly
    online splits. To make sure the directories are not merged again, use
    a load merge threshold (e.g. filestore merge threshold = 1), and
    adjust the split multiplier accordingly.
    
    Fixes: http://tracker.ceph.com/issues/17220
    Signed-off-by: Josh Durgin <jdurgin@redhat.com>
    (cherry picked from commit e7b0428)
    
    Conflicts:
    	src/os/filestore/FileStore.cc
    	src/tools/ceph_objectstore_tool.cc
    (trivial resolution)
    jdurgin committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    3cb0a5e View commit details
    Browse the repository at this point in the history