[LU-1343] attribute not permitted on Lustre versions 2.x Created: 24/Apr/12  Updated: 30/Oct/12  Resolved: 30/Oct/12

Status: Resolved
Project: Lustre
Component/s: None
Affects Version/s: Lustre 2.1.0, Lustre 2.2.0, Lustre 2.1.1
Fix Version/s: None

Type: Bug Priority: Critical
Reporter: Pierre Choukroun Assignee: WC Triage
Resolution: Duplicate Votes: 1
Labels: None
Environment:

MDS Redhat 6 64 bit with Lustre version 2.2
3 OSSs Redhat 5 64 bit with Lustre version 2.2
Clients Redhat 5 64 bit with Lustre version 2.2


Issue Links:
Duplicate
duplicates LU-1482 attribute not permitted on Lustre ver... Resolved
Severity: 3
Rank (Obsolete): 3996

 Description   

Lustre clients are mounted with option acl,user_xattr

wipp-mds2@tcp:/WIPP /mnt/Lustre lustre defaults,acl, 0 0

to reproduce the problem

#!/bin/bash
rm -f dummy_file_test_xattr
touch dummy_file_test_xattr
chown nobody:nobody dummy_file_test_xattr
su -s/bin/bash nobody -c "setfacl -m g:bin:rw dummy_file_test_xattr"
su -s/bin/bash nobody -c "getfacl dummy_file_test_xattr"
su -s/bin/bash bin -c "setfattr -n user.test.xattr -v 123456 dummy_file_test_xattr"
su -s/bin/bash bin -c "getfattr -d dummy_file_test_xattr"

the output
setfattr: dummy_file_test_xattr: Operation not permitted



 Comments   
Comment by Andreas Dilger [ 30/Oct/12 ]

Duplicate of LU-1482

Generated at Sat Feb 10 01:15:48 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.