Merge pull request #3059 from guol-fnst/avoid_dup_vol

avoid loading duplicated volume directory
This commit is contained in:
Chris Lu
2022-05-17 23:48:57 -07:00
committed by GitHub
11 changed files with 723 additions and 596 deletions

View File

@@ -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