aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/entry.go
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 /weed/filer/entry.go
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 'weed/filer/entry.go')
-rw-r--r--weed/filer/entry.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/weed/filer/entry.go b/weed/filer/entry.go
index ddb339bfb..8dd00f010 100644
--- a/weed/filer/entry.go
+++ b/weed/filer/entry.go
@@ -15,10 +15,7 @@ type Attr struct {
Uid uint32 // owner uid
Gid uint32 // group gid
Mime string // mime type
- Replication string // replication
- Collection string // collection name
TtlSec int32 // ttl in seconds
- DiskType string
UserName string
GroupNames []string
SymlinkTarget string