diff options
Diffstat (limited to 'weed/pb/filer.proto')
| -rw-r--r-- | weed/pb/filer.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto index 42a19aa49..ba5c1c694 100644 --- a/weed/pb/filer.proto +++ b/weed/pb/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; } |
