aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_tier_upload.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2025-08-07 00:12:05 -0700
committerGitHub <noreply@github.com>2025-08-07 00:12:05 -0700
commit535985adb6dd0bb1e79b5d4f0ae1c68ebc4ee314 (patch)
treec248738cc7debae6d13396a889e9d02812e2455e /weed/shell/command_volume_tier_upload.go
parentcde2d65c16f67c134dd152050eab62157bda1a5e (diff)
downloadseaweedfs-535985adb6dd0bb1e79b5d4f0ae1c68ebc4ee314.tar.xz
seaweedfs-535985adb6dd0bb1e79b5d4f0ae1c68ebc4ee314.zip
Shell: add verbose ec encoding mode (#7105)
* add verbose ec encoding mode * address comments
Diffstat (limited to 'weed/shell/command_volume_tier_upload.go')
-rw-r--r--weed/shell/command_volume_tier_upload.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_tier_upload.go b/weed/shell/command_volume_tier_upload.go
index cef2198aa..cbe6e6f2b 100644
--- a/weed/shell/command_volume_tier_upload.go
+++ b/weed/shell/command_volume_tier_upload.go
@@ -98,7 +98,7 @@ func (c *commandVolumeTierUpload) Do(args []string, commandEnv *CommandEnv, writ
// apply to all volumes in the collection
// reusing collectVolumeIdsForEcEncode for now
- volumeIds, err := collectVolumeIdsForEcEncode(commandEnv, *collection, diskType, *fullPercentage, *quietPeriod)
+ volumeIds, err := collectVolumeIdsForEcEncode(commandEnv, *collection, diskType, *fullPercentage, *quietPeriod, false)
if err != nil {
return err
}