diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-02 23:23:54 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-02 23:23:54 -0800 |
| commit | 1becbce65723cf30d36e1af23f49fe3e2a88871d (patch) | |
| tree | b5fac4d747b86153bc09afa99493f392b5cecfa5 /weed/pb/master.proto | |
| parent | 70648d35ad1a8321e2e1e51a48f781865907f015 (diff) | |
| download | seaweedfs-1becbce65723cf30d36e1af23f49fe3e2a88871d.tar.xz seaweedfs-1becbce65723cf30d36e1af23f49fe3e2a88871d.zip | |
display remote volumes on volume server ui page
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index d39dc8723..7fdd45469 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -74,6 +74,8 @@ message VolumeInformationMessage { uint32 ttl = 10; uint32 compact_revision = 11; int64 modified_at_second = 12; + string remote_storage_name = 13; + string remote_storage_key = 14; } message VolumeShortInformationMessage { |
