Merge pull request #3059 from guol-fnst/avoid_dup_vol
avoid loading duplicated volume directory
This commit is contained in:
@@ -70,7 +70,7 @@ message Heartbeat {
|
||||
|
||||
map<string, uint32> max_volume_counts = 4;
|
||||
uint32 grpc_port = 20;
|
||||
|
||||
repeated string location_uuids = 21;
|
||||
}
|
||||
|
||||
message HeartbeatResponse {
|
||||
@@ -79,6 +79,7 @@ message HeartbeatResponse {
|
||||
string metrics_address = 3;
|
||||
uint32 metrics_interval_seconds = 4;
|
||||
repeated StorageBackend storage_backends = 5;
|
||||
repeated string duplicated_uuids = 6;
|
||||
}
|
||||
|
||||
message VolumeInformationMessage {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user