Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.8.0
-
Master
1 CLient, 1 MDT, 2 OST
-
3
-
9223372036854775807
Description
sanity test_103a failed for SElinux enabled client feature.
== sanity test 103a: acl test =========================================== 08:55:48 (1448384148)
Adding user daemon to group bin
Adding user daemon to group bin
performing cp ...
[3] $ umask 022 -- ok
[4] $ mkdir d -- ok
[5] $ cd d -- ok
[6] $ touch f -- ok
[7] $ setfacl -m u:bin:rw f -- ok
[8] $ ls -l f | awk -- '{ print $1 }' -- ok
[11] $ cp f g -- ok
[12] $ ls -l g | awk -- '{ print $1 }' -- failed
-rw-r--r-- ? -rw-r--r--.
[15] $ rm g -- ok
[16] $ cp -p f g -- ok
[17] $ ls -l f | awk -- '{ print $1 }' -- ok
[20] $ mkdir h -- ok
[21] $ echo blubb > h/x -- ok
[22] $ cp -rp h i -- ok
[23] $ cat i/x -- ok
[26] $ rm -r i -- ok
[31] $ setfacl -R -m u:bin:rwx h -- ok
[32] $ getfacl --omit-header h/x -- ok
[40] $ cp -rp h i -- ok
[41] $ getfacl --omit-header i/x -- ok
[49] $ cd .. -- ok
[50] $ rm -r d -- ok
22 commands (21 passed, 1 failed)
sanity test_103a: @@@@@@ FAIL: run_acl_subtest cp failed