diff options
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 71a9c08b8..96c3c75cc 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -2,6 +2,8 @@ syntax = "proto3"; package master_pb; +option go_package = "github.com/chrislusf/seaweedfs/weed/pb/master_pb"; + ////////////////////////////////////////////////// service Seaweed { @@ -271,6 +273,9 @@ message GetMasterConfigurationRequest { message GetMasterConfigurationResponse { string metrics_address = 1; uint32 metrics_interval_seconds = 2; + repeated StorageBackend storage_backends = 3; + string default_replication = 4; + string leader = 5; } message ListMasterClientsRequest { |
