mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 02:00:03 +08:00
add storage backend to GetMasterConfigurationResponse
This commit is contained in:
@@ -273,6 +273,7 @@ message GetMasterConfigurationRequest {
|
||||
message GetMasterConfigurationResponse {
|
||||
string metrics_address = 1;
|
||||
uint32 metrics_interval_seconds = 2;
|
||||
repeated StorageBackend storage_backends = 3;
|
||||
}
|
||||
|
||||
message ListMasterClientsRequest {
|
||||
|
Reference in New Issue
Block a user