aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
AgeCommit message (Collapse)AuthorFilesLines
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
fix minor bug in commandFsConfigure.Do
2022-02-17fix minor bug in commandFsConfigure.Doguosj1-1/+1
2022-02-14Merge pull request #2640 from Radtoo/fsck_with_deleteChris Lu1-39/+96
Added basic deletion capabilities to fsck.
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
fix https://github.com/chrislusf/seaweedfs/issues/2642
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
related to https://github.com/chrislusf/seaweedfs/issues/2637
2022-02-08volume.balance: add delay during tight loopchrislu16-17/+22
fix https://github.com/chrislusf/seaweedfs/issues/2637
2022-02-07filer read empty file may cause OOM in some caseschrislu1-4/+2
fix https://github.com/chrislusf/seaweedfs/issues/2641
2022-02-06Adding separate toggle to purge absent volsRadtoo1-5/+6
While this toggle is basically required to clean out entries for deleted volumes, having a separate description + toggling this separately seems like a good idea so people get a chance to check if their volumes are all mounted/connected as expected. Also renamed forcePurge to just purge.
2022-02-06Also delete paths for which a volume is entirely absent.Radtoo1-73/+70
2022-02-06Added basic deletion capabilities to fsck.Radtoo1-38/+97
2022-02-01[volume.check.disk] fix wrong logic to comparechrislu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/2626 minuend - subtrahend
2022-01-28adjust volume count even when not applying the changeschrislu1-25/+27
2022-01-26async volumeTierMovedivanikus1-41/+88
2022-01-21skip printing fs configurationchrislu1-3/+0
2022-01-21refactoring, move genFn before saveFnchrislu2-34/+34
2022-01-21enforce bucket quotachrislu1-16/+14
2022-01-21s3: check bucket usage and adjust read only according to quotachrislu1-0/+141
2022-01-21able to configure the quota for a bucketchrislu1-0/+93
2022-01-21display bucket quotachrislu1-1/+8
2022-01-21s3: list bucket size from weed shellchrislu1-4/+14
2022-01-21refactoringchrislu1-2/+2
2022-01-12add some noteschrislu1-1/+1
2022-01-12shell: tighter memory allocationchrislu1-22/+27
2022-01-12fix compilationchrislu1-1/+1
2022-01-12master: remove hard coded filer settings in master.tomlchrislu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/2529
2022-01-06skip fixing read only volumeschrislu1-0/+7
fix https://github.com/chrislusf/seaweedfs/issues/2562
2021-12-26use streaming mode for long poll grpc callschrislu36-55/+55
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-12-23filer server: add "datacenter, rack and datanode" for path specific ↵banjiaojuhao1-0/+6
configuration
2021-12-12skip purging from ec volumeschrislu1-1/+2
2021-12-10add lock messageschrislu24-24/+25
2021-12-10rename filechrislu1-0/+0
2021-12-05shell: volume.list supports different verbosity levelchrislu1-24/+37
2021-12-05volume.fix.replication: fix misplaced volumeschrislu2-4/+194
fix https://github.com/chrislusf/seaweedfs/issues/2416
2021-12-05[volume.check.disk] was using the wrong source and target locationschrislu1-7/+7
fix https://github.com/chrislusf/seaweedfs/issues/2268
2021-11-28Update command_remote_uncache.goChris Lu1-7/+8
minor
2021-11-28Update command_volume_fsck.goChris Lu1-2/+2
minor