Velero snapshot metadata during data upload #8588
Replies: 4 comments 1 reply
-
|
In fact I see that we delete the backup objects at the end of data upload completion. I am wondering now, that we dont have snapshot metadata at all? In Expose() of csi_snapshot.go, I see this which deletes the original metadata? Does it mean we are left only with data moved? I am missing something and could not understand how we know during that this data is for this pvc. |
Beta Was this translation helpful? Give feedback.
-
|
This design document may help understand how the CSI snapshot data movement works. The DataUpload has information to reference the target Pod and PVC. |
Beta Was this translation helpful? Give feedback.
-
|
The CSI snapshot data mover assumes the backup and restore environments can share the snapshots to work. |
Beta Was this translation helpful? Give feedback.
-
|
I am still going through this and update here soon. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I see that we delete the CSI snapshots while moving the data. Also I see we create the backup volume snapshot and content during backup-pvc creation for moving the data.
Apologize, if my question is not clear
Beta Was this translation helpful? Give feedback.
All reactions