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

os/bluestore: precondition rocksdb/bluefs during mkfs #10814

Merged
merged 1 commit into from Sep 27, 2016

Commits on Sep 27, 2016

  1. os/bluestore: precondition rocksdb on mkfs

    Write N bytes of garbage to the kv store on startup.  With rocksdb,
    this ensures that our log files are preallocated.
    
    This option needs to match up with the rocksdb tunables so that it
    is enough data to start recycling log files.  For now, start with
    128MB.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Sep 27, 2016
    Copy the full SHA
    0e2198f View commit details
    Browse the repository at this point in the history