aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master_pb/master_grpc.pb.go
AgeCommit message (Collapse)AuthorFilesLines
2025-06-16add version to volume protochrislu1-1/+1
2025-01-20Add message queue agent (#6463)Chris Lu1-1/+1
* scaffold message queue agent * adjust proto, add mq_agent * add agent client implementation * remove unused function * agent publish server implementation * adding agent
2024-10-24rename proto field from DestroyTime to expire_at_secchrislu1-175/+95
For TTL volume converted into EC volume, this change may leave the volumes staying.
2024-09-16improve worm support (#5983)Guang Jiong Lou1-1/+1
* improve worm support Signed-off-by: lou <alex1988@outlook.com> * worm mode in filer Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * move to fs configure Signed-off-by: lou <alex1988@outlook.com> * remove flag Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * support worm hardlink Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * typo Signed-off-by: lou <alex1988@outlook.com> * sync filer conf Signed-off-by: lou <alex1988@outlook.com> --------- Signed-off-by: lou <alex1988@outlook.com>
2024-09-09[shell] fix volume grow in shell (#5992)Konstantin Lebedev1-1/+38
* fix volume grow in shell * revert add Async * check available volume space * create a VolumeGrowRequest and remove unnecessary fields
2024-02-29go fmtchrislu1-1/+1
2024-02-05upgrade protocChris Lu1-1/+1
2023-10-12upgrading grpcchrislu1-43/+68
2023-08-22add stream assign protochrislu1-0/+68
2023-06-19remove unused cluster node leaderchrislu1-66/+42
2023-06-05Fix no more writable volumes by delay judgment (#4548)wusong1-42/+66
* fix nomore writables volumes while disk free space is sufficient by time delay * reset --------- Co-authored-by: wang wusong <wangwusong@virtaitech.com>
2023-02-05adding support for B2 region (#4177)Muhammad Hallaj bin Subery1-0/+4
Co-authored-by: Muhammad Hallaj bin Subery <hallaj@tuta.io>
2022-12-28support enable/disable vacuum (#4087)Guo Lei1-4/+72
* stop vacuum * suspend/resume vacuum * remove unused code * rename * rename param
2022-10-24ADHOC: volume fsck using append at ns (#3906)Eric Yang1-0/+4
* ADHOC: volume fsck using append at ns * nit * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
2022-10-13remove unused ReadNeedleBlobRequest.needle_idchrislu1-0/+1
fix https://github.com/seaweedfs/seaweedfs/issues/3853
2022-10-06show raft leader via shell (#3796)Konstantin Lebedev1-1/+0
2022-09-14master: implement grpc VolumeMarkWritablechrislu1-36/+0
fix https://github.com/seaweedfs/seaweedfs/issues/3657
2022-09-11volume server: synchronously report volume readonly status to masterchrislu1-4/+72
fix https://github.com/seaweedfs/seaweedfs/issues/3628
2022-09-06ADHOC: add read needle meta grpc (#3581)Eric Yang1-0/+5
* ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
2022-07-29vacuum show LAKonstantin Lebedev1-1/+0
2022-05-01filer: add filer groupchrislu1-0/+1
2022-04-18shell vacuum volume by collection and volume idKonstantin Lebedev1-1/+0
2022-04-16add timing info during ping operationchrislu1-0/+1
2022-04-06add raft shell cmdsKonstantin Lebedev1-1/+108
2022-04-01master supports grpc pingchrislu1-0/+36
2021-12-05upgrade protoc to 3.17.3chrislu1-0/+634
$brew install protobuf $ protoc --version libprotoc 3.17.3 $ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 $ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1