-
Notifications
You must be signed in to change notification settings - Fork 101
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
Added support for backup compaction #301
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sorry about the delay in the review @abdasgupta! Some questions and suggestions are below.
@abdasgupta You have pull request review with status CHANGES_REQUESTED, please check |
1 similar comment
@abdasgupta You have pull request review with status CHANGES_REQUESTED, please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What this PR does / why we need it:
So far, compaction was done manually on the ETCD instance running in seed cluster. But with this PR, compaction is introduced as a command to the ETCDBR. At this point, ETCDBR will be able to restore-defragment-compact-snapshot without any manual intervention in between.
Which issue(s) this PR fixes:
Fixes gardener/etcd-druid#88
Release note: