Shell: add verbose ec encoding mode (#7105)

* add verbose ec encoding mode

* address comments
This commit is contained in:
Chris Lu
2025-08-07 00:12:05 -07:00
committed by GitHub
parent cde2d65c16
commit 535985adb6
2 changed files with 128 additions and 21 deletions

View File

@@ -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
}