aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-04-18 09:59:58 -0700
committerGitHub <noreply@github.com>2022-04-18 09:59:58 -0700
commit60ae6082c20ee952835dd9944f67addc0f039ab1 (patch)
tree7ead6210486bbe6bca9a1b23e8bb6e808a6fe356 /weed/pb/master.proto
parent868b4f894485d1b041daf4cfbfc96856b27eb253 (diff)
parent36c5a59ed8073099c8a5513667c5676f148657f7 (diff)
downloadseaweedfs-60ae6082c20ee952835dd9944f67addc0f039ab1.tar.xz
seaweedfs-60ae6082c20ee952835dd9944f67addc0f039ab1.zip
Merge pull request #2936 from kmlebedev/vacuum_by_vid
shell vacuum volume by collection and volume id
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index 57cced490..ff8e94bd1 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -290,6 +290,8 @@ message LookupEcVolumeResponse {
message VacuumVolumeRequest {
float garbage_threshold = 1;
+ uint32 volume_id = 2;
+ string collection = 3;
}
message VacuumVolumeResponse {
}