aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
AgeCommit message (Expand)AuthorFilesLines
2022-05-01filer: add filer groupchrislu4-1/+5
2022-04-29fix return valueguosj2-2/+2
2022-04-26Merge pull request #2967 from kmlebedev/vl_chk_disk_vlidChris Lu1-0/+4
2022-04-25forcePurging descKonstantin Lebedev1-1/+1
2022-04-25change forcePurging to a pointerKonstantin Lebedev1-3/+3
2022-04-25delete missing data from volumes in one replicaKonstantin Lebedev1-3/+5
2022-04-25volume.check.disk add param volumeIdKonstantin Lebedev1-0/+4
2022-04-19Merge pull request #2858 from kmlebedev/fsck_replicasChris Lu1-87/+150
2022-04-19volume.list show only readonly, collectionPattern and volumeIdKonstantin Lebedev1-10/+42
2022-04-18add helpKonstantin Lebedev1-2/+2
2022-04-18shell vacuum volume by collection and volume idKonstantin Lebedev1-0/+4
2022-04-18Merge branch 'master' into slices.SortFuncleyou2405-35/+226
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin9-65/+52
2022-04-16shell: cluster.check prints out clock delta and network latencychrislu1-30/+42
2022-04-12fix nil in cluster_check shell commandchrislu1-1/+4
2022-04-12cleanupUploads use jwt tokenKonstantin Lebedev1-3/+11
2022-04-11avoid breaking loop in cleanupUploads if error is emptyKonstantin Lebedev1-2/+4
2022-04-11use "cluster.raft.{ps,add,remove}"Konstantin Lebedev3-6/+6
2022-04-07Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev1-1/+1
2022-04-07fix removing old raft serverKonstantin Lebedev1-1/+2
2022-04-06add raft shell cmdsKonstantin Lebedev3-0/+165
2022-04-05erasure coding: tracking encoded/decoded volumeschrislu1-1/+1
2022-04-04check missing hdd disk typechrislu1-0/+13
2022-04-02configure mount quotachrislu1-0/+64
2022-04-01skip pinging self for master and volume serverchrislu1-4/+7
2022-04-01add check between peerschrislu1-0/+60
2022-04-01check cluster connectivitieschrislu1-0/+157
2022-04-01findExtraChunksInVolumeServers in consideration of replicationKonstantin Lebedev1-16/+52
2022-04-01fix collect filer filesKonstantin Lebedev1-3/+4
2022-03-31skip new entitiesKonstantin Lebedev1-14/+18
2022-03-31fsck replicasKonstantin Lebedev1-80/+102
2022-03-31collecting only bucket volumesKonstantin Lebedev1-0/+20
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-03-08minorbanjiaojuhao1-6/+6
2022-03-06fix testchrislu1-1/+1
2022-03-04use logical number of files and sizes for statistics and quotachrislu3-16/+19
2022-02-24simpler outputchrislu1-1/+2
2022-02-23Merge pull request #2701 from guo-sj/fix_bugs_in_return_valueChris Lu1-1/+1
2022-02-24fix a return bug in func (c *commandVacuum) Doguosj1-1/+1
2022-02-16Merge pull request #2683 from guo-sj/fix_fsconfigure_bugChris Lu1-1/+1
2022-02-17fix minor bug in commandFsConfigure.Doguosj1-1/+1
2022-02-14Merge pull request #2640 from Radtoo/fsck_with_deleteChris Lu1-39/+96
2022-02-13We picked the second flag's name.Radtoo1-1/+1
2022-02-10Revert the the flag to "reallyDeleteFromVolume".Radtoo1-1/+1
2022-02-08ec.encode: calculate free ec slots based on (maxVolumeCount-volumeCount)chrislu1-1/+1
2022-02-08test checking ec distributionchrislu2-0/+33
2022-02-08use embed txtchrislu2-806/+807
2022-02-08volume.tier.move: avoid double countingchrislu1-21/+16
2022-02-08volume.balance: add delay during tight loopchrislu16-17/+22
2022-02-07filer read empty file may cause OOM in some caseschrislu1-4/+2