We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c0d15 commit 847f8c3Copy full SHA for 847f8c3
pkg/common-controller/groupsnapshot_controller_helper.go
@@ -262,7 +262,7 @@ func (ctrl *csiSnapshotCommonController) updateGroupSnapshot(ctx context.Context
262
263
// deleteGroupSnapshot runs in worker thread and handles "groupsnapshot deleted" event.
264
func (ctrl *csiSnapshotCommonController) deleteGroupSnapshot(groupSnapshot *crdv1alpha1.VolumeGroupSnapshot) {
265
- _ = ctrl.snapshotStore.Delete(groupSnapshot)
+ _ = ctrl.groupSnapshotStore.Delete(groupSnapshot)
266
klog.V(4).Infof("group snapshot %q deleted", utils.GroupSnapshotKey(groupSnapshot))
267
268
driverName, err := ctrl.getGroupSnapshotDriverName(groupSnapshot)
0 commit comments