Whamcloud - gitweb
Branch HEAD
authorbobijam <bobijam>
Thu, 16 Aug 2007 03:21:49 +0000 (03:21 +0000)
committerbobijam <bobijam>
Thu, 16 Aug 2007 03:21:49 +0000 (03:21 +0000)
b=12584
i=ericm, green

Description: sanity.sh failed test 103
Details    : RHEL mis-interpret setfacl "-X" param, so we won't test setfacl
             with param "-X".

lustre/ChangeLog
lustre/tests/acl/cp.test

index 5d88c9c..43f7c8a 100644 (file)
@@ -90,6 +90,12 @@ Description: lstripe command fails for valid OST index
 Details    : The stripe offset is compared to lov->desc.ld_tgt_count
             instead of lov->desc.ld_active_tgt_count.
 
+Severity   : normal
+Bugzilla   : 12584
+Description: sanity.sh failed test 103
+Details    : RHEL mis-interpret setfacl "-X" param, so we won't test setfacl
+             with param "-X".
+
 --------------------------------------------------------------------------------
 
 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
index 980002c..9a7ea43 100644 (file)
@@ -24,7 +24,11 @@ The cp utility should only copy ACLs if `-p' is given.
        > blubb
 
        $ rm -r i
-       $ setfacl -R -m u:bin:rwX h
+
+Use to be "$setfacl -R -m u:bin:rwX h", but RHEL4 uncorrectly set the x flag,
+so we change to the following test
+
+       $ setfacl -R -m u:bin:rwx h
        $ getfacl --omit-header h/x
        > user::rw-
        > user:bin:rwx