aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index dd5d08e1e..40a46b33f 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -218,6 +218,7 @@ message AssignVolumeRequest {
int32 ttl_sec = 4;
string data_center = 5;
string parent_path = 6;
+ string rack = 7;
}
message AssignVolumeResponse {