aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
AgeCommit message (Collapse)AuthorFilesLines
2022-09-10Revert "a new test case"chrislu1-3303/+804
This reverts commit eb7cf3de813723984323fff8308ccda1ad31c2fa.
2022-09-10ADHOC: Volume fsck use a time cutoff param (#3626)Eric Yang1-15/+40
* ADHOC: cut off volumn fsck * more * fix typo * add test * modify name * fix comment * fix comments * nit * fix typo * Update weed/shell/command_volume_fsck.go Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2022-09-10Add option in volume.fix.replication to only fix under-replication and not ↵Brian1-2/+4
delete volumes (#3640)
2022-09-09volume.balance: default to balance ALL_COLLECTIONSchrislu1-1/+1
2022-09-08a new test casechrislu1-804/+3303
2022-09-08volume.balance: avoid moving out volume with max=1chrislu1-1/+32
2022-09-08unusedchrislu1-6/+0
2022-09-08renamechrislu2-1/+1
2022-09-05do not print diskInfos with doVolumeCheckDisk in error log (#3598)Konstantin Lebedev1-2/+2
2022-09-04Added ability to change replication settings upon volume.tier.move (#3583)Brian1-4/+31
2022-08-30print process before do the workchrislu1-7/+7
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx2-4/+6
* remove old raft servers if they don't answer to pings for too long add ping durations as options rename ping fields fix some todos get masters through masterclient raft remove server from leader use raft servers to ping them CheckMastersAlive for hashicorp raft only * prepare blocking ping * pass waitForReady as param * pass waitForReady through all functions * waitForReady works * refactor * remove unneeded params * rollback unneeded changes * fix
2022-08-23fix testchrislu1-1/+4
2022-08-23formatchrislu1-1/+1
2022-08-22fix: TestCommandEcBalanceSmall Unit test fails when CommandEnv is nil (#3497)famosss1-1/+1
2022-08-22shell: stop long running jobs if lock is lostchrislu7-0/+29
2022-08-22refactoringchrislu1-1/+5
2022-08-21feat(weed.move): add a speed limit parameter of moving files (#3478)qzh4-12/+15
* feat(weed.move): add a speed limit parameter of moving files * fix(weed.move): set the default value of ioBytePerSecond to vs.compactionBytePerSecond Co-authored-by: zhihao.qu <zhihao.qu@ly.com>
2022-08-18fix testschrislu1-1/+2
2022-08-17also migrate jsonpbchrislu3-39/+4
2022-08-17move proto packagechrislu6-9/+9
2022-08-07shell: fs.meta.load add quieter modechrislu1-1/+16
fix https://github.com/seaweedfs/seaweedfs/issues/3414
2022-08-07refactor and fix strings.Splitchrislu1-1/+2
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+4
* initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu67-229/+229
2022-07-28add an empty placeholder for mq.topic.listchrislu1-0/+28
2022-07-28allocate brokers to serve segmentschrislu1-0/+3
2022-07-28display data center and rack in cluster.pschrislu1-0/+12
2022-07-28add dc and rackchrislu1-1/+1
2022-07-28cluster.ps can list brokerschrislu1-0/+26
2022-07-21fix Change replication via volume.configure.replication by collectionchrislu1-26/+20
fix https://github.com/chrislusf/seaweedfs/issues/3346
2022-07-19Merge pull request #3298 from kmlebedev/evacuateTargetServerChris Lu2-51/+85
volume server evacuate to target server
2022-07-20remove tickerKonstantin Lebedev1-17/+9
update the topology before each file
2022-07-18ticker.StopKonstantin Lebedev1-0/+1
2022-07-18sync update topologyInfoKonstantin Lebedev1-26/+19
2022-07-18update otherNodesKonstantin Lebedev1-17/+23
2022-07-18fix update topologyInfoKonstantin Lebedev1-2/+2
2022-07-15clouse background updateKonstantin Lebedev1-4/+15
2022-07-13supplement check duplicate accesskeyguosj1-11/+4
2022-07-13Make the prompt information clearer石昌林1-1/+1
2022-07-13Check whether there is a duplicate accessKey when modifying iam石昌林1-0/+12
2022-07-12fix TestVolumeServerEvacuateKonstantin Lebedev1-4/+3
2022-07-12update topologyInfoKonstantin Lebedev1-11/+21
2022-07-12help rackKonstantin Lebedev1-1/+1
2022-07-12volume server evacuate from rackKonstantin Lebedev1-47/+56
2022-07-11volume server evacuate to target serverKonstantin Lebedev1-8/+21
2022-07-04adjust used size reportingchrislu1-1/+1
2022-07-04adjust used size reportingchrislu1-1/+1
2022-07-04add getting bucket quotaguol-fnst1-1/+4
2022-07-04fix usageguol-fnst1-2/+3