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.
2 parents 55def14 + 4103d3e commit fe82dd2Copy full SHA for fe82dd2
pkg/common-controller/groupsnapshot_controller_helper.go
@@ -1441,6 +1441,13 @@ func (ctrl *csiSnapshotCommonController) processGroupSnapshotWithDeletionTimesta
1441
utils.VolumeGroupSnapshotNameLabel: groupSnapshot.Name,
1442
},
1443
))
1444
+ if err != nil {
1445
+ klog.Errorf(
1446
+ "processGroupSnapshotWithDeletionTimestamp[%s]: Failed to look for snapshot members: %v",
1447
+ utils.GroupSnapshotKey(groupSnapshot),
1448
+ err.Error())
1449
+ return err
1450
+ }
1451
1452
// check if an individual snapshot belonging to the group snapshot is being
1453
// used for restore a PVC
0 commit comments