aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/worker.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/worker.proto')
-rw-r--r--weed/pb/worker.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/worker.proto b/weed/pb/worker.proto
index 63eeea4b0..0ab115bb2 100644
--- a/weed/pb/worker.proto
+++ b/weed/pb/worker.proto
@@ -100,6 +100,7 @@ message TaskParams {
string data_center = 4;
string rack = 5;
repeated string replicas = 6;
+ uint64 volume_size = 11; // Original volume size in bytes for tracking size changes
// Typed task parameters
oneof task_params {