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: fix race condtion during blob spliting #11422

Merged
merged 5 commits into from Oct 11, 2016

Commits on Oct 11, 2016

  1. os/bluestore: kiill dead member from bluestore_shared_blob_t

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Oct 11, 2016
    Copy the full SHA
    13d0f4f View commit details
    Browse the repository at this point in the history
  2. os/bluestore: don't scan omap kvpair during fsck()

    Because it does not check anything, and removing it can
    speed up the process of fsck()
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Oct 11, 2016
    Copy the full SHA
    45b2570 View commit details
    Browse the repository at this point in the history
  3. os/bluestore: fix race conditon during blob spliting

    Signed-off-by: xiexingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Oct 11, 2016
    Copy the full SHA
    d300929 View commit details
    Browse the repository at this point in the history
  4. os/bluestore: add sanity check to shard offset when updating

    Signed-off-by: xiexingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Oct 11, 2016
    Copy the full SHA
    4e33747 View commit details
    Browse the repository at this point in the history
  5. os/bluestore: improve ExtentMap::reshard() readability a little

    As ep, sp and esp can be a little confusing.
    
    Signed-off-by: xiexingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Oct 11, 2016
    Copy the full SHA
    d410573 View commit details
    Browse the repository at this point in the history