diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-08-07 00:12:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 00:12:05 -0700 |
| commit | 535985adb6dd0bb1e79b5d4f0ae1c68ebc4ee314 (patch) | |
| tree | c248738cc7debae6d13396a889e9d02812e2455e /weed/shell/command_volume_tier_upload.go | |
| parent | cde2d65c16f67c134dd152050eab62157bda1a5e (diff) | |
| download | seaweedfs-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.go | 2 |
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 } |
