aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
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 {
}