mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 17:07:22 +08:00
pass backend config from master to volume servers
This commit is contained in:
@@ -58,6 +58,7 @@ message HeartbeatResponse {
|
||||
string leader = 2;
|
||||
string metrics_address = 3;
|
||||
uint32 metrics_interval_seconds = 4;
|
||||
repeated StorageBackend storage_backends = 5;
|
||||
}
|
||||
|
||||
message VolumeInformationMessage {
|
||||
@@ -89,6 +90,12 @@ message VolumeEcShardInformationMessage {
|
||||
uint32 ec_index_bits = 3;
|
||||
}
|
||||
|
||||
message StorageBackend {
|
||||
string type = 1;
|
||||
string id = 2;
|
||||
map<string, string> properties = 3;
|
||||
}
|
||||
|
||||
message Empty {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user