-
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
Fix and optimize restoration of delta snapshots #609
Fix and optimize restoration of delta snapshots #609
Conversation
@unmarshall thanks for your review. I've address your concerns and made the necessary changes. PTAL |
/reviewed ok-to-test |
/reviewed ok-to-test |
@aaronfern thanks for your review. I've addressed your concerns. PTAL |
@unmarshall @aaronfern thanks for reviewing again. I've addressed your concerns now. PTAL |
…nfig field to `TempSnapshotsDir`
@unmarshall I have changed the CLI flag to |
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
/merge squash |
What this PR does / why we need it:
Fix cleanup of temporary directory used for restoration and improve and optimize restoration in general. As part of this task, this PR does the following:
--restoration-temp-snapshots-dir
--data-dir
CLI flag for restoration of etcdWhich issue(s) this PR fixes:
Fixes #604
Special notes for your reviewer:
/invite @unmarshall @aaronfern @ishan16696
Release note: