Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Lustre 2.10.0
-
3
-
9223372036854775807
Description
Currently setattr/setxattr will set all attr/xattr on all shards for directory, if they are irrelevant to security, it's not necessary because client will merge attributes from master object and all shards, and xattr is obtained from master object. As a side effect, doing this will turn many operations into distributed operations, e.g. close will update atime, which makes system slow.