diff options
| author | Amar Tumballi <amarts@redhat.com> | 2012-05-28 19:32:14 +0530 |
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2012-06-04 03:47:21 -0700 |
| commit | f037fe9143706375bea140b61fd87d13e5b2b961 (patch) | |
| tree | b000ca4c98db600ea99283ff62690f0d761a0453 /doc/admin-guide/en-US/admin_ACLs.xml | |
| parent | 1b798491193add9cb296ce6817a6cbc2fdb9db34 (diff) | |
documentation - Admin-Guide Updates
Change-Id: I6e053b6a5f099fb7b1c228668949463c795b4fc7
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Reviewed-on: http://review.gluster.com/3496
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'doc/admin-guide/en-US/admin_ACLs.xml')
| -rw-r--r-- | doc/admin-guide/en-US/admin_ACLs.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/admin-guide/en-US/admin_ACLs.xml b/doc/admin-guide/en-US/admin_ACLs.xml index 156e52c17..edad2d67d 100644 --- a/doc/admin-guide/en-US/admin_ACLs.xml +++ b/doc/admin-guide/en-US/admin_ACLs.xml @@ -13,7 +13,7 @@ be granted or denied access by using POSIX ACLs. </para> <section id="sect-Administration_Guide-ACLs-Activating_ACLs"> <title>Activating POSIX ACLs Support </title> - <para>To use POSIX ACLs for a file or directory, the partition of the file or directory must be mounted with + <para>To use POSIX ACLs for a file or directory, the mount point where the file or directory exists, must be mounted with POSIX ACLs support. </para> <section id="sect-Administration_Guide-ACLs-Activating_ACLs-Server"> @@ -22,23 +22,28 @@ POSIX ACLs support. </para> <para><command># mount -o acl <replaceable>device-name</replaceable><replaceable>partition</replaceable></command> </para> + <para>If the backend export directory is already mounted, use the following command: +</para> + <para><command># mount -oremount,acl <replaceable>device-name</replaceable><replaceable>partition</replaceable></command> +</para> + <para>For example: </para> <para><command># mount -o acl /dev/sda1 /export1 </command></para> <para>Alternatively, if the partition is listed in the /etc/fstab file, add the following entry for the partition to include the POSIX ACLs option: </para> - <para><command>LABEL=/work /export1 ext3 rw, acl 14 </command></para> + <para><command>LABEL=/work /export1 xfs rw,acl 1 4 </command></para> </section> <section> <title>Activating POSIX ACLs Support on Client </title> - <para>To mount the glusterfs volumes for POSIX ACLs support, use the following command: + <para>To mount the glusterfs volume with POSIX ACLs support, use the following command: </para> - <para><command># mount –t glusterfs -o acl <replaceable>severname:volume-id</replaceable><replaceable>mount point</replaceable></command> + <para><command># mount –t glusterfs -o acl <replaceable>severname:/volume-id</replaceable><replaceable>mount point</replaceable></command> </para> <para>For example: </para> - <para><command># mount -t glusterfs -o acl 198.192.198.234:glustervolume /mnt/gluster</command> + <para><command># mount -t glusterfs -o acl 198.192.198.234:/glustervolume /mnt/gluster</command> </para> </section> </section> |
