-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
The information of PV is lost if it's restored via podvolume path #6435
Comments
We should also handle the case when the PV is restored via CSI plugin with/without datamover involved. |
The design #7070 introduces a new structure called
By utilizing the VolumeInfo structure, we can effectively gather all the PVs which are not skipped (by checking the existance of its bound PVC), and are dynamically provided (by checking the field |
To make sure the PVs are patched in case both of with or without aync operations, we'll need to introduce a new phase of restore CR. |
If a workload's PV is patched so its reclaim policy is different from what is defined in the storageclass
Then if I use velero to backup the workload via podvolume and restore it, the new PV is created after the restore will have the reclaim policy of the storageclass, instead of the patched value.
The text was updated successfully, but these errors were encountered: