filer server: add "datacenter, rack and datanode" for path specific configuration

This commit is contained in:
banjiaojuhao
2021-12-23 23:24:10 +08:00
parent b541e39a2c
commit 083bf3a137
6 changed files with 182 additions and 142 deletions

View File

@@ -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;
}