diff options
| author | Chris Lu <chris.lu@gmail.com> | 2015-01-18 17:03:38 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2015-01-18 17:03:38 -0800 |
| commit | 7b4a53b2c1195a459198e2ee9217b1b8b958e727 (patch) | |
| tree | 5a8af9c4a936000b3629b2a046f8637c9589fb0e /go/proto | |
| parent | 7b10d62096272d165727c9e30ed748b5561e8769 (diff) | |
| download | seaweedfs-7b4a53b2c1195a459198e2ee9217b1b8b958e727.tar.xz seaweedfs-7b4a53b2c1195a459198e2ee9217b1b8b958e727.zip | |
Add optional admin port to volume server, to seperate admin operations from normal file operations.
Diffstat (limited to 'go/proto')
| -rw-r--r-- | go/proto/system_message.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/proto/system_message.proto b/go/proto/system_message.proto index ecd4973f7..548360b27 100644 --- a/go/proto/system_message.proto +++ b/go/proto/system_message.proto @@ -23,4 +23,5 @@ message JoinMessage { optional string data_center = 7; optional string rack = 8; repeated VolumeInformationMessage volumes = 9; + optional uint32 admin_port = 10; } |
