aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-06-06 00:39:35 -0700
committerchrislu <chris.lu@gmail.com>2022-06-06 00:39:35 -0700
commit4fd5f9659836390b9949838d8ca0e9feec35f66d (patch)
treea94ea2e28dade642cd4b919922b1a8b2f23685bc /other/java
parentcbf46de5f4f788c166028cb223dc4bd70d7eb0f6 (diff)
downloadseaweedfs-4fd5f9659836390b9949838d8ca0e9feec35f66d.tar.xz
seaweedfs-4fd5f9659836390b9949838d8ca0e9feec35f66d.zip
filer: remove replication, collection, disk_type info from entry metadata
these metadata can change and are not used
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto3
1 files changed, 0 insertions, 3 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index e52bbcf89..bd0932cb8 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -166,14 +166,11 @@ message FuseAttributes {
uint32 gid = 5;
int64 crtime = 6; // unix time in seconds
string mime = 7;
- string replication = 8;
- string collection = 9;
int32 ttl_sec = 10;
string user_name = 11; // for hdfs
repeated string group_name = 12; // for hdfs
string symlink_target = 13;
bytes md5 = 14;
- string disk_type = 15;
uint32 rdev = 16;
uint64 inode = 17;
}