filer: add file extended properties

This commit is contained in:
Chris Lu
2020-09-21 11:08:34 -07:00
parent b9c1f3e9de
commit 63373a9f9f
2 changed files with 2 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ func (fs *FilerServer) CreateEntry(ctx context.Context, req *filer_pb.CreateEntr
FullPath: util.JoinPath(req.Directory, req.Entry.Name),
Attr: filer.PbToEntryAttribute(req.Entry.Attributes),
Chunks: chunks,
Extended: req.Entry.Extended,
}, req.OExcl, req.IsFromOtherCluster, req.Signatures)
if createErr == nil {