[Enhancement] Improve performance of restoration, especially for larger backups #604
Closed
7 tasks done
Labels
kind/enhancement
Enhancement, improvement, extension
status/closed
Issue is closed (either delivered or triaged)
Enhancement (What you would like to be added):
Improve multiple aspects of restoration, to allow restoration of large ETCDs without running out of disk space or exceeding ETCD DB quota.
Motivation (Why is this needed?):
Large ETCDs lead to large backups, with more number of delta snapshots, larger delta snapshots or both. Trying to restore such large ETCDs might fail due to (a) running out of disk space due to storing too many temp delta snapshot files on disk until restoration is complete, (b) embedded etcd DB running out of space during restoration.
Approach/Hint to the implement solution (optional):
/tmp
, in order to decouple from the /tmp folder which might be re-purposed by the OS at any time in the futureThe text was updated successfully, but these errors were encountered: