[LU-5586] Duplicate "xattr" from sbi_flags under procfs Created: 04/Sep/14 Updated: 05/Jun/15 Resolved: 17/Dec/14 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Lustre 2.7.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jinshan Xiong (Inactive) | Assignee: | Bob Glossman (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 15584 |
| Description |
[root@mercury tests]# cat /proc/fs/lustre/llite/*/sbi_flags checksum flock xattr acl lru_resize 64bit_hash agl verbose layout xattr The problem is in the definition of LL_SBI_FLAGS in llite_internal.h where two "xattr" coexist. #define LL_SBI_FLAGS { \
"nolck", \
"checksum", \
"flock", \
"xattr", \
"acl", \
"???", \
"rmt_client", \
"mds_capa", \
"oss_capa", \
"flock", \
"lru_resize", \
"lazy_statfs", \
"som", \
"32bit_api", \
"64bit_hash", \
"agl", \
"verbose", \
"layout", \
"user_fid2path",\
"xattr", \
The first one should be changed to "user_xattr" and the latter one should be "xattr_cache". |
| Comments |
| Comment by Jodi Levi (Inactive) [ 01/Dec/14 ] |
|
Bob, |
| Comment by Gerrit Updater [ 01/Dec/14 ] |
|
Bob Glossman (bob.glossman@intel.com) uploaded a new patch: http://review.whamcloud.com/12892 |
| Comment by Gerrit Updater [ 04/Dec/14 ] |
|
Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/12892/ |
| Comment by Jodi Levi (Inactive) [ 17/Dec/14 ] |
|
Patch landed to Master. |