mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
Merge branch 'main' into data-mover-ms-node-agent-resume
Signed-off-by: lyndon-li <98304688+Lyndon-Li@users.noreply.github.com>
This commit is contained in:
@@ -207,8 +207,7 @@ func (s *dataMoverBackup) run() {
|
||||
}
|
||||
}()
|
||||
|
||||
// TODOOO: call s.runDataPath()
|
||||
time.Sleep(time.Duration(1<<63 - 1))
|
||||
s.runDataPath()
|
||||
}
|
||||
|
||||
func (s *dataMoverBackup) runDataPath() {
|
||||
|
||||
@@ -198,8 +198,7 @@ func (s *dataMoverRestore) run() {
|
||||
}
|
||||
}()
|
||||
|
||||
// TODOOO: call s.runDataPath()
|
||||
time.Sleep(time.Duration(1<<63 - 1))
|
||||
s.runDataPath()
|
||||
}
|
||||
|
||||
func (s *dataMoverRestore) runDataPath() {
|
||||
|
||||
@@ -104,7 +104,7 @@ func NewServerCommand(f client.Factory) *cobra.Command {
|
||||
logLevel := logLevelFlag.Parse()
|
||||
logrus.Infof("Setting log-level to %s", strings.ToUpper(logLevel.String()))
|
||||
|
||||
logger := logging.DefaultLogger(logLevel, formatFlag.Parse())
|
||||
logger := logging.DefaultMergeLogger(logLevel, formatFlag.Parse())
|
||||
logger.Infof("Starting Velero node-agent server %s (%s)", buildinfo.Version, buildinfo.FormattedGitSHA())
|
||||
|
||||
f.SetBasename(fmt.Sprintf("%s-%s", c.Parent().Name(), c.Name()))
|
||||
|
||||
Reference in New Issue
Block a user