Skip to content

Commit

Permalink
add restore log
Browse files Browse the repository at this point in the history
  • Loading branch information
eemcmullan committed Mar 6, 2023
1 parent 8618dd0 commit 9367d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/volumesnapshotrestore_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (r *VolumeSnapshotRestoreReconciler) Reconcile(ctx context.Context, req ctr

// requeue VSR is max batch number is still being processed
} else if processingVSRs >= VSRBatchNumber && vsr.Status.BatchingStatus == volsnapmoverv1alpha1.SnapMoverRestoreBatchingQueued {
r.Log.Info(fmt.Sprintf("requeuing vsr %v as max vsbs are processing", vsr.Name))
return ctrl.Result{Requeue: true, RequeueAfter: 5 * time.Second}, nil

// add a queued VSR to processing batch
Expand Down

0 comments on commit 9367d1e

Please sign in to comment.