You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have to rebuild a cluster then
import hundreds of volumes then
reapply application manifests then
hundreds of pvc manifests will fail because they try to create a pvc smaller than the imported volume. We could modify the application manifests but this would be very time consuming and seriously delay cluster restoration. This not something we would likely consider.
Even if the pvc manifests fail but the deployments etc succeed we would have configuration drift between the manifests and the actual imported pvc sizes.
Describe the bug
Imported volume doesn't subtract the snapshot size, which causes wrong size of the PVC after import.
Probably related to #611 ?
Environment
To Reproduce
Steps to reproduce the behavior:
tridentctl import volume trident_backend vol_appdata -f pvc-appdata.yaml -n sandbox --no-manage
Expected behavior
Imported PVC size to only display the usable data size of the volume
Additional context
Content of pvc-appdata.yaml
The text was updated successfully, but these errors were encountered: