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

mon: compact full epochs also #7396

Merged
merged 1 commit into from Jan 30, 2016
Merged

mon: compact full epochs also #7396

merged 1 commit into from Jan 30, 2016

Conversation

tchaikov
Copy link
Contributor

by compacting the ${prefix}.${start}..${prefix}..${end} does not
necessary compact the range of ${prefix}."full_"${start}..
${prefix}."full_"${end}. so when more and more epochs get trimmed
with out a full range compaction, the size of monitor store could
be very large.

http://tracker.ceph.com/issues/14537 Fixes: #14537
Signed-off-by: Kefu Chai kchai@redhat.com

by compacting the ${prefix}.${start}..${prefix}..${end} does not
necessary compact the range of ${prefix}."full_"${start}..
${prefix}."full_"${end}. so when more and more epochs get trimmed
with out a full range compaction, the size of monitor store could
be very large.

Fixes: ceph#14537
Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov
Copy link
Contributor Author

@liewegas and @jecluis could you help review this change? thanks!

@liewegas
Copy link
Member

looks good to me! good catch :)

liewegas added a commit that referenced this pull request Jan 30, 2016
mon: compact full epochs also

Reviewed-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 1c9f2bc into ceph:master Jan 30, 2016
@tchaikov tchaikov deleted the wip-14537 branch January 30, 2016 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants