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

attribute not permitted on Lustre versions 2.x

Details

    • Bug
    • Resolution: Fixed
    • Major
    • Lustre 2.9.0
    • 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
    • 8361

    Description

      Attribute are not permitted on version 2.x but works on version 1.8.x

      to reproduce the problem

      Lustre clients are mounted with option acl,user_xattr
      wipp-mds2@tcp:/WIPP /mnt/Lustre lustre defaults,acl, 0 0

      #!/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

      Attachments

        Issue Links

          Activity

            People

              dmiter Dmitry Eremin (Inactive)
              pierrec Pierre Choukroun
              Votes:
              4 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: