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: use BE for gifting and reclaiming from bluefs #10294

Merged
merged 4 commits into from Jul 19, 2016

Conversation

xiexingguo
Copy link
Member

No description provided.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
It actually never works for now and there is no easy way to do such check.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
By keeping the writing buffers ordered, the finish_write()
process does not need to traverse the whole writing list
each time it is called any more, which is good for performance.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
@xiexingguo
Copy link
Member Author

xiexingguo commented Jul 15, 2016

Passed local testing:
script:

./ceph_test_objectstore --gtest_filter=*/2

result:

2016-07-14 20:54:05.088657 7f2e59e49680  1 bluestore(store_test_temp_dir) fsck finish with 0 errors
[       OK ] ObjectStore/StoreTest.TooManyBlobsTest/2 (19514 ms)
[----------] 59 tests from ObjectStore/StoreTest (2394117 ms total)

[----------] Global test environment tear-down
[==========] 59 tests from 1 test case ran. (2394117 ms total)
[  PASSED  ] 59 tests.

@markhpc markhpc merged commit dd4de0f into ceph:master Jul 19, 2016
@xiexingguo xiexingguo deleted the xxg-wip-bluestore-2016-07-13 branch July 19, 2016 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants