-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not fall back to using filenames for PVC disk backup (#724)
When recording PVC disk data for the backup, we added code that first checks disks by their filenames first before falling back to using UUIDs. This was done to support partial (disk only restore). Since partial restore no longer relies on the PVC disk data, we no longer need to do this. The current code also has a side effect of not handling disks restored with a new PVC name. This effectively reverts the commit: c3a0c36.
- Loading branch information
Showing
2 changed files
with
2 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters