data mover micro service backup

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
pull/8046/head
Lyndon-Li 2024-07-26 13:54:02 +08:00
parent e83ba06733
commit 6997b8e393
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ func (s *dataMoverBackup) run() {
}
}()
s.runDataPath()
// TODOOO: call s.runDataPath()
time.Sleep(time.Duration(1<<63 - 1))
}
func (s *dataMoverBackup) runDataPath() {