From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050512 Red Hat/1.0.4-1.4.1 Firefox/1.0.4 Description of problem: http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/s1-nfs-client-config.html states "noacl Turns off all ACL processing. This may be needed when interfacing with older versions of Red Hat Enterprise Linux, Red Hat Linux, or Solaris, since the most recent ACL technology is not compatible with older systems." In RHEL 3 this used to work, except it was called no_acl, not noacl like the documentation says. In RHEL 4 it doesn't, and in certain environments the ACL's cause a significant slowdown (enormous amount of ACCESS operations) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. mount -o noacl localhost:/some/path /mnt Actual Results: [root@lizilla ~]# mount -o noacl localhost:/tmp /mnt Unsupported nfs mount option: noacl [root@lizilla ~]# mount -o no_acl localhost:/tmp /mnt Unsupported nfs mount option: no_acl Expected Results: It should have nfs-mounted the directory with ACL support off. Additional info:
*** Bug 164241 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 156966 ***