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 global commit latency #12356

Merged
merged 1 commit into from Dec 8, 2016

Commits on Dec 7, 2016

  1. os/bluestore: fix global commit latency

    "start" is used to calculate the global bluestore commit latency
    and hence shall not be updated at each internal state enter/exit.
    
    Otherwise the l_bluestore_commit_lat counter won't reflect the
    real commit latency precisely.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Dec 7, 2016
    Copy the full SHA
    bf3f57a View commit details
    Browse the repository at this point in the history