aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/mount_pb
AgeCommit message (Collapse)AuthorFilesLines
2025-06-16add version to volume protochrislu2-73/+31
2025-01-20Add message queue agent (#6463)Chris Lu2-2/+2
* 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_secchrislu2-14/+26
For TTL volume converted into EC volume, this change may leave the volumes staying.
2024-02-29latest protoc-gen-gochrislu1-1/+1
2024-02-29go fmtchrislu2-3/+3
2024-02-05upgrade protocChris Lu2-3/+3
2023-10-12upgrading grpcchrislu2-6/+10
2023-09-30update proto generated fileschrislu1-1/+1
2023-09-26rename functionchrislu1-1/+1
2023-08-28protoc versionchrislu1-1/+1
2023-08-27rename to lookupchrislu1-1/+1
2023-06-19remove unused cluster node leaderchrislu2-9/+5
2023-06-05Fix no more writable volumes by delay judgment (#4548)wusong2-6/+10
* 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 Subery2-1/+5
Co-authored-by: Muhammad Hallaj bin Subery <hallaj@tuta.io>
2022-12-28support enable/disable vacuum (#4087)Guo Lei1-4/+0
* stop vacuum * suspend/resume vacuum * remove unused code * rename * rename param
2022-10-24ADHOC: volume fsck using append at ns (#3906)Eric Yang2-2/+6
* ADHOC: volume fsck using append at ns * nit * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
2022-09-14go fmtchrislu2-6/+2
2022-09-06ADHOC: add read needle meta grpc (#3581)Eric Yang2-1/+6
* ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
2022-08-01Merge branch 'master' into gentle_vacuumKonstantin Lebedev1-1/+1
# Conflicts: # weed/pb/messaging_pb/messaging.pb.go # weed/pb/messaging_pb/messaging_grpc.pb.go # weed/pb/s3_pb/s3.pb.go # weed/pb/volume_server_pb/volume_server.pb.go # weed/server/volume_grpc_vacuum.go
2022-07-31scaffoldchrislu1-1/+1
2022-07-29vacuum show LAKonstantin Lebedev2-3/+2
2022-07-28add dc and rackchrislu2-7/+7
2022-07-28renamingchrislu2-7/+7
2022-05-01filer: add filer groupchrislu2-2/+3
2022-04-18shell vacuum volume by collection and volume idKonstantin Lebedev2-3/+2
2022-04-16add timing info during ping operationchrislu2-2/+3
2022-04-06add raft shell cmdsKonstantin Lebedev2-3/+2
2022-04-02mount: add grpc method to adjust quotachrislu2-0/+309