Skip to content

Commit

Permalink
Update proto.lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSammi committed Aug 19, 2020
1 parent c751ce4 commit b6b631a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
27 changes: 27 additions & 0 deletions hadoop-hdds/interface-server/src/main/proto/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,12 @@
"name": "storageReport",
"type": "StorageReportProto",
"is_repeated": true
},
{
"id": 2,
"name": "metadataStorageReport",
"type": "MetadataStorageReportProto",
"is_repeated": true
}
]
},
Expand Down Expand Up @@ -530,6 +536,27 @@
}
]
},
{
"name": "MetadataStorageReportProto",
"fields": [
{
"id": 1,
"name": "storageLocation",
"type": "string"
},
{
"id": 2,
"name": "storageType",
"type": "StorageTypeProto",
"options": [
{
"name": "default",
"value": "DISK"
}
]
}
]
},
{
"name": "ContainerReportsProto",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions hadoop-ozone/interface-client/src/main/proto/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,14 @@
{
"name": "PARTIAL_DELETE",
"integer": 62
},
{
"name": "DETECTED_LOOP_IN_BUCKET_LINKS",
"integer": 63
},
{
"name": "NOT_SUPPORTED_OPERATION",
"integer": 64
}
]
},
Expand Down Expand Up @@ -1519,6 +1527,16 @@
"id": 11,
"name": "modificationTime",
"type": "uint64"
},
{
"id": 12,
"name": "sourceVolume",
"type": "string"
},
{
"id": 13,
"name": "sourceBucket",
"type": "string"
}
]
},
Expand Down

0 comments on commit b6b631a

Please sign in to comment.