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 58f671b commit 01b9826Copy full SHA for 01b9826
pkg/controller/snapshot_controller_base.go
@@ -475,8 +475,8 @@ func (ctrl *csiSnapshotController) initializeCaches(snapshotLister storagelister
475
}
476
for _, content := range contentList {
477
contentClone := content.DeepCopy()
478
- if _, err = ctrl.storeSnapshotUpdate(contentClone); err != nil {
479
- glog.Errorf("error updating volume snapshot cache: %v", err)
+ if _, err = ctrl.storeContentUpdate(contentClone); err != nil {
+ glog.Errorf("error updating volume snapshot content cache: %v", err)
480
481
482
0 commit comments