From 083bf3a1370c3c9b119fa1c1126e481b6b7ce750 Mon Sep 17 00:00:00 2001 From: banjiaojuhao Date: Thu, 23 Dec 2021 23:24:10 +0800 Subject: filer server: add "datacenter, rack and datanode" for path specific configuration --- other/java/client/src/main/proto/filer.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'other/java/client') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 42a19aa49..ba5c1c694 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -397,6 +397,9 @@ message FilerConf { bool fsync = 6; uint32 volume_growth_count = 7; bool read_only = 8; + string data_center = 9; + string rack = 10; + string data_node = 11; } repeated PathConf locations = 2; } -- cgit v1.2.3