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
Copy file name to clipboardExpand all lines: internal/resourcepolicies/resource_policies.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ const (
38
38
ConfigmapRefTypestring="configmap"
39
39
// skip action implies the volume would be skipped from the backup operation
40
40
SkipVolumeActionType="skip"
41
-
// fs-backup action implies that the volume would be backed up via file system copy method using the uploader(kopia/restic) configured by the user
41
+
// fs-backup action implies that the volume would be backed up via file system copy method using the uploader(kopia) configured by the user
42
42
FSBackupVolumeActionType="fs-backup"
43
43
// snapshot action can have 3 different meaning based on velero configuration and backup spec - cloud provider based snapshots, local csi snapshots and datamover snapshots
s.logger.Debugf("the node of pod referenced by podvolumerestore %q is %q, not %q, skip", pvr.GetName(), pod.Spec.NodeName, s.nodeName)
635
-
continue
636
-
}
637
-
638
-
iferr:=controller.UpdatePVRStatusToFailed(s.ctx, client, &pvrs.Items[i], errors.New("cannot survive from node-agent restart"),
639
-
fmt.Sprintf("get a legacy podvolumerestore with status %q during the server starting, mark it as %q", velerov1api.PodVolumeRestorePhaseInProgress, velerov1api.PodVolumeRestorePhaseFailed),
640
-
time.Now(), s.logger); err!=nil {
641
-
s.logger.WithError(errors.WithStack(err)).Errorf("failed to patch podvolumerestore %q", pvr.GetName())
0 commit comments