Browse Source

添加训练任务磁盘挂载

tags/v1.22.12.1^2
Gitea 3 years ago
parent
commit
e714383f13
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      models/cloudbrain.go

+ 2
- 2
models/cloudbrain.go View File

@@ -1217,8 +1217,8 @@ type Volumes struct {

type Nfs struct {
ID string `json:"id"`
SourcePath string `json:"src_path"`
DestPath string `json:"dest_path"`
SourcePath string `json:"nfs_server_path"`
DestPath string `json:"local_path"`
ReadOnly bool `json:"read_only"`
}



Loading…
Cancel
Save