aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master_pb
AgeCommit message (Expand)AuthorFilesLines
2021-08-12use grpc and jwtChris Lu1-346/+357
2021-08-12master: add master.follower to handle read file id lookup requestsChris Lu1-109/+132
2021-08-08use int64 for volume count in case of negative overflowChris Lu1-15/+15
2021-04-22shell: show which server holds the lockChris Lu1-98/+108
2021-03-22shell: add volume.check.disk to fix inconsistency for replicated volumesChris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu1-791/+695
2020-12-13allocate volume by disk typeChris Lu1-132/+131
2020-12-13rename from volumeType to diskTypeChris Lu1-12/+12
2020-12-13volume server set volume type and heartbeat to the masterChris Lu1-505/+623
2020-12-13adding volume typeChris Lu1-306/+297
2020-11-28shell: add volume.vacuum commandChris Lu1-203/+363
2020-11-12remove unused message typeChris Lu1-464/+395
2020-11-12gen pbKonstantin Lebedev1-337/+346
2020-11-11initialKonstantin Lebedev1-1/+2
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-109/+118
2020-09-30filer: replication follows master config if not specifiedChris Lu1-109/+120
2020-09-16add storage backend to GetMasterConfigurationResponseChris Lu1-143/+157
2020-06-20adjust protocChris Lu1-1052/+3277
2020-05-25support multiple locksChris Lu1-149/+166
2020-04-23make lock/unlock optionalChris Lu1-226/+145
2020-04-23add exclusive lock library on shellChris Lu1-172/+154
2020-04-23add master side code for cluster wise exclusive lockChris Lu1-150/+407
2020-04-05go fmtChris Lu1-8/+12
2020-03-30writing meta logs is workingChris Lu1-12/+8
2020-03-26go fmtChris Lu1-8/+12
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu1-12/+8
2020-03-17go fmtChris Lu1-8/+12
2020-03-08filer: remember content is gzipped or notChris Lu1-12/+8
2020-03-07go fmtChris Lu1-8/+12
2020-03-06filer: option to encrypt data on volume serverChris Lu1-12/+8
2020-03-01go fmtChris Lu1-8/+12
2020-03-01master able to list all master clients by typeChris Lu1-134/+216
2019-12-03grow volumes on volume servers with slots freed by cloud storageChris Lu1-131/+164
2019-12-02display remote volumes on volume server ui pageChris Lu1-141/+160
2019-11-29pass backend config from master to volume serversChris Lu1-157/+205
2019-11-10change parameter nameChris Lu1-123/+132
2019-11-10add volume number param in assign operationzhangsong1-8/+9
2019-10-21adjust parameter namesChris Lu1-130/+128
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how muc...Tom Maxwell1-11/+11
2019-09-03Changes to try and pass the URL parameters through - in memory flag not worki...Tom Maxwell1-4/+15
2019-07-31master: redirect clients to the new leaderChris Lu1-129/+138
2019-06-23simplify metrics settingsChris Lu1-115/+187
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-115/+134
2019-06-05report empty volume or ec shardsChris Lu1-111/+129
2019-05-31ec encode volumes quiet for a period of timeChris Lu1-109/+119
2019-05-30collection list normal and ec volumesChris Lu1-106/+125
2019-05-28read ec volume shards locations from masterChris Lu1-101/+212
2019-05-24pb shard info uses ShardBits instead one message for one shardChris Lu1-106/+106
2019-05-22ec shard info can be queried via VolumeList()Chris Lu1-106/+115
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-119/+185