You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sa...@apache.org on 2020/08/20 06:27:01 UTC

[hadoop-ozone] 03/03: Update proto.lock files

This is an automated email from the ASF dual-hosted git repository.

sammichen pushed a commit to branch ozone-0.6.0
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit b6b631a7bcc4900edd406dbc8bbe9e3467047b94
Author: Sammi Chen <sa...@apache.org>
AuthorDate: Wed Aug 19 21:55:19 2020 +0800

    Update proto.lock files
---
 .../interface-server/src/main/proto/proto.lock     | 27 ++++++++++++++++++++++
 .../interface-client/src/main/proto/proto.lock     | 18 +++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/hadoop-hdds/interface-server/src/main/proto/proto.lock b/hadoop-hdds/interface-server/src/main/proto/proto.lock
index 5492e00..0a92892 100644
--- a/hadoop-hdds/interface-server/src/main/proto/proto.lock
+++ b/hadoop-hdds/interface-server/src/main/proto/proto.lock
@@ -457,6 +457,12 @@
                 "name": "storageReport",
                 "type": "StorageReportProto",
                 "is_repeated": true
+              },
+              {
+                "id": 2,
+                "name": "metadataStorageReport",
+                "type": "MetadataStorageReportProto",
+                "is_repeated": true
               }
             ]
           },
@@ -531,6 +537,27 @@
             ]
           },
           {
+            "name": "MetadataStorageReportProto",
+            "fields": [
+              {
+                "id": 1,
+                "name": "storageLocation",
+                "type": "string"
+              },
+              {
+                "id": 2,
+                "name": "storageType",
+                "type": "StorageTypeProto",
+                "options": [
+                  {
+                    "name": "default",
+                    "value": "DISK"
+                  }
+                ]
+              }
+            ]
+          },
+          {
             "name": "ContainerReportsProto",
             "fields": [
               {
diff --git a/hadoop-ozone/interface-client/src/main/proto/proto.lock b/hadoop-ozone/interface-client/src/main/proto/proto.lock
index bef3a0d..49ff1a4 100644
--- a/hadoop-ozone/interface-client/src/main/proto/proto.lock
+++ b/hadoop-ozone/interface-client/src/main/proto/proto.lock
@@ -419,6 +419,14 @@
               {
                 "name": "PARTIAL_DELETE",
                 "integer": 62
+              },
+              {
+                "name": "DETECTED_LOOP_IN_BUCKET_LINKS",
+                "integer": 63
+              },
+              {
+                "name": "NOT_SUPPORTED_OPERATION",
+                "integer": 64
               }
             ]
           },
@@ -1519,6 +1527,16 @@
                 "id": 11,
                 "name": "modificationTime",
                 "type": "uint64"
+              },
+              {
+                "id": 12,
+                "name": "sourceVolume",
+                "type": "string"
+              },
+              {
+                "id": 13,
+                "name": "sourceBucket",
+                "type": "string"
               }
             ]
           },


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org