aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_list.go
AgeCommit message (Expand)AuthorFilesLines
2025-08-02Admin UI: include ec shard sizes into volume server info (#7071)Chris Lu1-2/+22
2025-07-30Admin: misc improvements on admin server and workers. EC now works. (#7055)Chris Lu1-6/+9
2025-06-15Correctly sort in volume.list to ensure output consistency (#6866)NyaMisty1-2/+29
2025-04-27fix: volume.list volume info output not in order (#6737)NyaMisty1-1/+1
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-1/+1
2024-12-11[shell] volume.list show only writable volumes (#6338)Konstantin Lebedev1-6/+13
2024-12-11volume.list avoid output empty data center and rack and disk info (#6341)Konstantin Lebedev1-15/+46
2024-12-10[shell] use constant for hdd of type (#6337)Konstantin Lebedev1-2/+3
2024-10-24adjust output formatchrislu1-3/+3
2024-10-24rename proto field from DestroyTime to expire_at_secchrislu1-1/+1
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2024-08-16EC volume supports expiration and displays expiration message when executing ...augustazz1-1/+8
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-8/+9
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-9/+8
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-8/+9
2022-11-30volume.list show volumes only from the specified dc/rack/dn (#4024)Konstantin Lebedev1-0/+15
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-04-19volume.list show only readonly, collectionPattern and volumeIdKonstantin Lebedev1-10/+42
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-9/+9
2022-02-08volume.balance: add delay during tight loopchrislu1-1/+1
2021-12-05shell: volume.list supports different verbosity levelchrislu1-24/+37
2021-02-22refactoringChris Lu1-7/+3
2021-02-16adjust printingChris Lu1-2/+9
2021-02-16use hdd instead of empty stringChris Lu1-2/+2
2021-02-16this can compile now!!!Chris Lu1-5/+31
2020-02-25avoid reusing context objectChris Lu1-3/+2
2019-12-03grow volumes on volume servers with slots freed by cloud storageChris Lu1-4/+4
2019-09-29master api: return http 404 when volumeId not existLei Liu1-2/+2
2019-06-05periodic scripts exeuction from leader masterChris Lu1-3/+3
2019-05-24pb shard info uses ShardBits instead one message for one shardChris Lu1-1/+3
2019-05-24shard id starts from zeroChris Lu1-0/+3
2019-05-05shell: volume.list output sorted voume listChris Lu1-3/+16
2019-04-06printout statisticsChris Lu1-5/+5
2019-04-06weed shell: volume.list add summary statisticsChris Lu1-9/+54
2019-03-23weed shell: adjust help text formatChris Lu1-1/+5
2019-03-19refactoring function parameterChris Lu1-1/+2
2019-03-19refactoringChris Lu1-4/+6
2019-03-17go fmtChris Lu1-1/+1
2019-03-17weed shell: list volumesChris Lu1-0/+64