tmp commit
This commit is contained in:
@@ -9,6 +9,8 @@ service Seaweed {
|
||||
}
|
||||
rpc KeepConnected (stream Empty) returns (stream Empty) {
|
||||
}
|
||||
rpc ListenForTopoChange (stream Empty) returns (stream VolumeLocation) {
|
||||
}
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
@@ -55,3 +57,9 @@ message SuperBlockExtra {
|
||||
}
|
||||
ErasureCoding erasure_coding = 1;
|
||||
}
|
||||
|
||||
message VolumeLocation {
|
||||
string url = 1;
|
||||
string public_url = 2;
|
||||
repeated uint32 vid = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user