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
// processSnapshotWithDeletionTimestamp processes finalizers and deletes the content when appropriate. It has the following steps:
207
217
// 1. Call a helper function checkContentAndBoundStatus() to check content and bound status.
208
218
// 2. Call checkandRemoveSnapshotFinalizersAndCheckandDeleteContent() with information obtained from step 1. This function name is very long but the name suggests what it does. It determines whether to remove finalizers on snapshot and whether to delete content.
209
-
// 3. Call checkandRemovePVCFinalizer() to determine whether to remove the finalizer on PVC.
klog.V(5).Infof("processSnapshotWithDeletionTimestamp[%s]: check if we should remove finalizer on snapshot source and remove it if we can", utils.SnapshotKey(snapshot))
226
-
227
-
// Check if we should remove finalizer on PVC and remove it if we can.
0 commit comments