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: allow default to buffered write #11301

Merged
merged 1 commit into from Oct 10, 2016

Commits on Oct 7, 2016

  1. os/bluestore: allow default to buffered write

    Add config option to buffered writes (in the absense of
    a client WILLNEED hint).  Set the config option to false,
    though, so that the default behavior is unchanged.
    
    2Q should do a half-decent job of preventing this from
    pushing actually-hot data from the cache when it's
    enabled, but we'll need to do more testing first.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Oct 7, 2016
    Copy the full SHA
    7ae800b View commit details
    Browse the repository at this point in the history