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 fsck() won't catch stray shard sometimes #11219

Merged
merged 5 commits into from
Sep 26, 2016

Commits on Sep 24, 2016

  1. os/bluestore: fix fsck() won't catch stray shard sometimes

    which is introduced by ceph@dcfbc72
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    144199a View commit details
    Browse the repository at this point in the history
  2. os/bluestore: promote output to derr on catching bad/stray objects

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    8479358 View commit details
    Browse the repository at this point in the history
  3. os/bluestore: remove a never reachable assert

    As this assert is deprecated by the
      "else if (it->key() >= tail)"
    checking lying ahead.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    77d3be6 View commit details
    Browse the repository at this point in the history
  4. os/bluestore: add a counter to trace checksum latency

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    01b9901 View commit details
    Browse the repository at this point in the history
  5. os/bluestore: fix dout of BlueStore::fiemap()

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    dd82ac1 View commit details
    Browse the repository at this point in the history