Browse Source

增加repmove的TODO

gitlink
17BaoH 2 years ago
parent
commit
e64911bec1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      command_service.go

+ 1
- 0
command_service.go View File

@@ -88,6 +88,7 @@ func (service *CommandService) RepMove(msg *ramsg.RepMoveCommand) ramsg.AgentMov
hashs := msg.Hashs
fileSizeInBytes := msg.FileSizeInBytes
//执行调度操作
//TODO xh: 调度到BackID对应的dir中,即goalDir改为传过来的agentMoveResp.dir
goalDir := "assets2"
goalName := msg.BucketName + ":" + msg.ObjectName + ":" + strconv.Itoa(msg.UserID)
//目标文件


Loading…
Cancel
Save