Skip to content

Commit

Permalink
data mover ms node agent resume
Browse files Browse the repository at this point in the history
Signed-off-by: Lyndon-Li <[email protected]>
  • Loading branch information
Lyndon-Li committed Aug 8, 2024
1 parent 2c7047a commit a4dc11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/cli/nodeagent/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ func (s *nodeAgentServer) run() {
if err := dataDownloadReconciler.AttemptDataDownloadResume(s.ctx, s.mgr.GetClient(), s.logger.WithField("node", s.nodeName), s.namespace); err != nil {
s.logger.WithError(errors.WithStack(err)).Error("failed to attempt data download resume")

Check warning on line 313 in pkg/cmd/cli/nodeagent/server.go

View check run for this annotation

Codecov / codecov/patch

pkg/cmd/cli/nodeagent/server.go#L312-L313

Added lines #L312 - L313 were not covered by tests
}

s.logger.Info("Complete to resume dataUploads and dataDownloads")

Check warning on line 316 in pkg/cmd/cli/nodeagent/server.go

View check run for this annotation

Codecov / codecov/patch

pkg/cmd/cli/nodeagent/server.go#L316

Added line #L316 was not covered by tests
}()

s.logger.Info("Controllers starting...")
Expand Down

0 comments on commit a4dc11d

Please sign in to comment.