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
klog.Infof("isSnapshotContentBeingUsed: Cannot get snapshot %s from api server: [%v]. VolumeSnapshot object may be deleted already.", content.Spec.VolumeSnapshotRef.Name, err)
674
-
returnfalse
675
-
}
676
-
677
-
// Check if the snapshot content is bound to the snapshot
678
-
ifutils.IsSnapshotBound(snapshotObj, content) {
679
-
klog.Infof("isSnapshotContentBeingUsed: VolumeSnapshot %s is bound to volumeSnapshotContent [%s]", snapshotObj.Name, content.Name)
680
-
returntrue
681
-
}
682
-
}
683
-
684
-
klog.V(5).Infof("isSnapshotContentBeingUsed: Snapshot content %s is not being used", content.Name)
685
-
returnfalse
686
-
}
687
-
688
672
// addContentFinalizer adds a Finalizer for VolumeSnapshotContent.
0 commit comments