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/BlueFS: fix reclaim_blocks #12725

Merged
merged 2 commits into from Jan 9, 2017

Conversation

liewegas
Copy link
Member

@liewegas liewegas commented Dec 30, 2016

We need to return all extents to the caller. The current code
fails to assign *offset so it appears like a single extent from
the start of the device, which is very wrong.

Signed-off-by: Sage Weil <sage@redhat.com>
We need to return all extents to the caller.  The current code
fails to assign *offset so it appears like a single extent from
the start of the device, which is very wrong.

Fixes: http://tracker.ceph.com/issues/18368
Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas liewegas changed the title mon/OSDMonitor: set last_force_op_resend on overlay pool too os/bluestore/BlueFS: fix reclaim_blocks Dec 30, 2016
Copy link
Contributor

@varadakari varadakari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@xiexingguo
Copy link
Member

lgtm also

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