From 535985adb6dd0bb1e79b5d4f0ae1c68ebc4ee314 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 7 Aug 2025 00:12:05 -0700 Subject: Shell: add verbose ec encoding mode (#7105) * add verbose ec encoding mode * address comments --- weed/shell/command_volume_tier_upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/shell/command_volume_tier_upload.go') 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 } -- cgit v1.2.3