mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
HCFS support change user name and group names
This commit is contained in:
parent
091f6297c4
commit
650d1af978
|
@ -162,6 +162,8 @@ func (fs *FilerServer) UpdateEntry(ctx context.Context, req *filer_pb.UpdateEntr
|
||||||
newEntry.Attr.Uid = req.Entry.Attributes.Uid
|
newEntry.Attr.Uid = req.Entry.Attributes.Uid
|
||||||
newEntry.Attr.Gid = req.Entry.Attributes.Gid
|
newEntry.Attr.Gid = req.Entry.Attributes.Gid
|
||||||
newEntry.Attr.Mime = req.Entry.Attributes.Mime
|
newEntry.Attr.Mime = req.Entry.Attributes.Mime
|
||||||
|
newEntry.Attr.UserName = req.Entry.Attributes.UserName
|
||||||
|
newEntry.Attr.GroupNames = req.Entry.Attributes.GroupName
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue