Bug 164240 - mount doesn't support noacl option with nfs
Summary: mount doesn't support noacl option with nfs
Keywords:
Status: CLOSED DUPLICATE of bug 156966
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: util-linux
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Karel Zak
QA Contact: Ben Levenson
URL:
Whiteboard:
: 164241 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-07-26 06:19 UTC by Panu Matilainen
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-07-29 05:48:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Panu Matilainen 2005-07-26 06:19:31 UTC
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:

Comment 1 Panu Matilainen 2005-07-26 06:22:17 UTC
*** Bug 164241 has been marked as a duplicate of this bug. ***

Comment 2 Karel Zak 2005-07-29 05:48:17 UTC

*** This bug has been marked as a duplicate of 156966 ***


Note You need to log in before you can comment on or make changes to this bug.