This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
JCS-pub
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
增加repmove的TODO
gitlink
17BaoH
2 years ago
parent
2a5669de14
commit
e64911bec1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
//目标文件
Write
Preview
Loading…
Cancel
Save