Skip to content

Commit a8c9b7b

Browse files
committed
external-snapshotter constantly retrying CreateSnapshot calls on error w/o backoff
1 parent 98939c0 commit a8c9b7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/sidecar-controller/snapshot_controller_base.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import (
4141
groupsnapshotlisters "github.com/kubernetes-csi/external-snapshotter/client/v6/listers/volumegroupsnapshot/v1alpha1"
4242
snapshotlisters "github.com/kubernetes-csi/external-snapshotter/client/v6/listers/volumesnapshot/v1"
4343
"github.com/kubernetes-csi/external-snapshotter/v6/pkg/snapshotter"
44-
"github.com/kubernetes-csi/external-snapshotter/v6/pkg/utils"
4544
)
4645

4746
type csiSnapshotSideCarController struct {

0 commit comments

Comments
 (0)