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 the allocate in bluefs #19113

Closed
wants to merge 1 commit into from

Conversation

tangwenjun3
Copy link
Contributor

@tangwenjun3 tangwenjun3 commented Nov 23, 2017

when bluefs succeed to reserve but failed to alloc in db space,
it will cause a assert, just because of the space fragmentation.
in this situation, it could not use slow device space,and it
would happen in stupid or bitmap allocator.

Signed-off-by: tangwenjun tang.wenjun3@zte.com.cn

@tchaikov
Copy link
Contributor

tchaikov commented Nov 23, 2017

@tangwenjun3 could you use git cherry-pick -x to cherry-pick d4f868a ? instead of rewriting the commit message and noting the PR from which the commit is cherry-picked.

@tchaikov tchaikov added this to the luminous milestone Nov 23, 2017
when bluefs succeed to reserve but failed to alloc in db space,

it will cause a assert, just because of the space fragmentation.

in this situation, it could not use slow device space,

and it would happen in stupid or avl allocator.

Signed-off-by: tangwenjun <tang.wenjun3@zte.com.cn>
@tangwenjun3
Copy link
Contributor Author

@tchaikov fixed

@tchaikov
Copy link
Contributor

please use the -x option when cherry-picking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants