This commit is contained in:
chrislu
2024-09-29 10:38:22 -07:00
parent 9cd263b2ce
commit ec30a504ba
73 changed files with 81 additions and 75 deletions

View File

@@ -44,7 +44,7 @@ func (c *commandFsMergeVolumes) Help() string {
`
}
func (c *commandFsMergeVolumes) IsResourceHeavy() bool {
func (c *commandFsMergeVolumes) HasTag(CommandTag) bool {
return false
}
@@ -326,7 +326,7 @@ func moveChunk(chunk *filer_pb.FileChunk, toVolumeId needle.VolumeId, masterClie
if err != nil {
return err
}
_, err, _ = uploader.Upload(reader, &operation.UploadOption{
UploadUrl: uploadURL,
Filename: filename,