data mover micro service backup

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2024-07-26 13:54:02 +08:00
parent e83ba06733
commit 6997b8e393
+2 -1
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() {