aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_merge_volumes.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-09-29 10:38:22 -0700
committerchrislu <chris.lu@gmail.com>2024-09-29 10:38:22 -0700
commitec30a504bae6cad75f859964e14c60d39cc43709 (patch)
tree1a93cdc9d604b78ddce854009083b6af121c5137 /weed/shell/command_fs_merge_volumes.go
parent9cd263b2cec3ba40623d4738c453818b0f3b079b (diff)
downloadseaweedfs-ec30a504bae6cad75f859964e14c60d39cc43709.tar.xz
seaweedfs-ec30a504bae6cad75f859964e14c60d39cc43709.zip
refactor
Diffstat (limited to 'weed/shell/command_fs_merge_volumes.go')
-rw-r--r--weed/shell/command_fs_merge_volumes.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_fs_merge_volumes.go b/weed/shell/command_fs_merge_volumes.go
index 6293acf4a..eb401aab1 100644
--- a/weed/shell/command_fs_merge_volumes.go
+++ b/weed/shell/command_fs_merge_volumes.go
@@ -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,