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

fix FTBFS introduced by d0af316 #7792

Merged
3 commits merged into from Feb 25, 2016
Merged

fix FTBFS introduced by d0af316 #7792

3 commits merged into from Feb 25, 2016

Conversation

tchaikov
Copy link
Contributor

No description provided.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov assigned ghost Feb 25, 2016
@ghost
Copy link

ghost commented Feb 25, 2016

Reviewed-by: Loic Dachary <ldachary@redhat.com>

after gitbuilders are happy and the make check completes.

@tchaikov
Copy link
Contributor Author

@athanatos 557c3bf fixes a regression which breaks the scrub tests.

Signed-off-by: Kefu Chai <kchai@redhat.com>
the destructor of Scrub::Store asserts that `this->results` should
always be empty when it is free'd. before this change, if we are
repairing, the results is not flushed or cleaned up, this crashes
osd daemon when a new PG internval comes. also we should not keep
the results around even we don't want to populate them to the omap
if we are repairing, it's just a waste.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@ghost
Copy link

ghost commented Feb 25, 2016

@tchaikov this should be rebased so 8f04ffa is used (already committed in master) instead of (557c3bf). Right ?

@tchaikov
Copy link
Contributor Author

@dachary 8f04ffa is not in master yet. i just rebased so 8f04ffa is changed to 557c3bf.

@ghost
Copy link

ghost commented Feb 25, 2016

@tchaikov oh, right. I got confused because 8f04ffa does not show it belongs to a branch (meaning it's an isolated commit) and I interpreted that (wrongly) as meaning it's in the master branch.

@tchaikov
Copy link
Contributor Author

i wish it were in master =)

ghost pushed a commit that referenced this pull request Feb 25, 2016
fix FTBFS introduced by d0af316

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost merged commit 7131c97 into ceph:master Feb 25, 2016
@tchaikov tchaikov deleted the wip-13505 branch February 25, 2016 15:04
@tchaikov tchaikov added this to the jewel milestone Mar 2, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant