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: misc fixes #10771

Merged
merged 4 commits into from Aug 21, 2016
Merged

Commits on Aug 19, 2016

  1. os/bluestore: fix race condition during get_fs_usage()

    file_map should be accessed under the protection
    of the global lock.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    94a3964 View commit details
    Browse the repository at this point in the history
  2. os/bluestore: use bluefs_max_prefetch for log file prefetch

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    8495245 View commit details
    Browse the repository at this point in the history
  3. os/bluestore: use hex if we are running out of space

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    0c81578 View commit details
    Browse the repository at this point in the history
  4. os/bluestore: fix assert

    This assert is used to guarantee that we don't access violation
    but currently has no effect.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    d2cfbb9 View commit details
    Browse the repository at this point in the history