Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-1343

attribute not permitted on Lustre versions 2.x

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical Critical
    • None
    • Lustre 2.1.0, Lustre 2.2.0, Lustre 2.1.1
    • None
    • 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
    • 3
    • 3996

      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

            wc-triage WC Triage
            pierrec Pierre Choukroun
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: