aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/remote.proto
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-29 18:41:29 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-29 18:41:29 -0700
commit001a472057f01b3ac2d3edb59b3d5fb0a141cddd (patch)
treeb9bac6f68ab44cb2d0fee5df0db69ba589ff69b0 /weed/pb/remote.proto
parent05d27741179b199608d0c5c5373bf3c8939c1697 (diff)
downloadseaweedfs-001a472057f01b3ac2d3edb59b3d5fb0a141cddd.tar.xz
seaweedfs-001a472057f01b3ac2d3edb59b3d5fb0a141cddd.zip
cloud mount: remote storage support hdfs
Diffstat (limited to 'weed/pb/remote.proto')
-rw-r--r--weed/pb/remote.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/pb/remote.proto b/weed/pb/remote.proto
index 20f4f9934..1f1c37343 100644
--- a/weed/pb/remote.proto
+++ b/weed/pb/remote.proto
@@ -46,6 +46,12 @@ message RemoteConf {
string wasabi_secret_key = 41;
string wasabi_endpoint = 42;
string wasabi_region = 43;
+
+ repeated string hdfs_namenodes = 50;
+ string hdfs_username = 51;
+ string hdfs_service_principal_name = 52;
+ string hdfs_data_transfer_protection = 53;
+
}
message RemoteStorageMapping {