From 41aedaa6876d5ef200928aafaec7c9d0b8a8a764 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 23 Aug 2025 11:04:24 -0700 Subject: Shell: support regular expression for collection selection (#7158) * support regular expression for collection selection * refactor * ordering * fix exact match * Update command_volume_balance_test.go * simplify * Update command_volume_balance.go * comment --- 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 cbe6e6f2b..eac47c5fc 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, false) + volumeIds, _, err := collectVolumeIdsForEcEncode(commandEnv, *collection, diskType, *fullPercentage, *quietPeriod, false) if err != nil { return err } -- cgit v1.2.3