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

luminous: os/bluestore: bitmap allocator might fail to return contiguous chunk despite having enough space #27312

Merged
merged 5 commits into from Apr 3, 2019

Conversation

ifed01
Copy link
Contributor

@ifed01 ifed01 commented Apr 2, 2019

Fixes: https://tracker.ceph.com/issues/38911

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 80310d9)
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit ed8a93b)
We might need intervals at BlueStore with both 32-bit and 64-bit
lengths. Having base template eliminates the need for copy/paste

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit f775d42)
This helps to avoid 4Gb+ values wrapping which resulted in
allocation failures.

Fixes: https://tracker.ceph.com/issues/38761

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit d146696)
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 1337443)
@yuriw
Copy link
Contributor

yuriw commented Apr 2, 2019

@yuriw yuriw merged commit 28838f6 into ceph:luminous Apr 3, 2019
@ifed01 ifed01 deleted the wip-ifed-fix-bmap-alloc-luminous branch April 3, 2019 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants