diff options
author | hari gowtham <hgowtham@redhat.com> | 2015-10-26 12:07:16 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2015-11-16 00:30:53 -0800 |
commit | 0062e4129470d039abae7eb5863e58f919ca9a00 (patch) | |
tree | 85ac385caf4e8912e62e27c90dc10e98d488f869 /doc | |
parent | 89db0268a75f7e7d01e5660e4cc3ffdd8487acd1 (diff) |
Remove selinux mount option from "man mount.glusterfs"
back port of :http://review.gluster.org/#/c/12422/
Gluster doesn't SELinux mount option, so it is removed.
>Change-Id: I471ad98a24b5f5d64279c805b3243cb1168dd3d1
>BUG: 1274626
>Signed-off-by: hari gowtham <hgowtham@redhat.com>
>Reviewed-on: http://review.gluster.org/12422
>Tested-by: Gluster Build System <jenkins@build.gluster.com>
>Tested-by: NetBSD Build System <jenkins@build.gluster.org>
>Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Change-Id: I471ad98a24b5f5d64279c805b3243cb1168dd3d1
BUG: 1281226
Signed-off-by: hari gowtham <hgowtham@redhat.com>
Reviewed-on: http://review.gluster.org/12572
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mount.glusterfs.8 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/mount.glusterfs.8 b/doc/mount.glusterfs.8 index 32260ced04f..8884b483a48 100644 --- a/doc/mount.glusterfs.8 +++ b/doc/mount.glusterfs.8 @@ -47,9 +47,6 @@ Mount the filesystem with POSIX ACL support \fBfopen\-keep\-cache Do not purge the cache on file open .TP -\fBselinux -Enable SELinux label (extened attributes) support on inodes -.TP \fBworm Mount the filesystem in 'worm' mode .TP @@ -133,7 +130,7 @@ Use readdirp() mode in fuse kernel module [default: on] .I /etc/fstab A typical GlusterFS entry in /etc/fstab looks like below -\fBserver1:/mirror /mnt/mirror glusterfs log-file=/var/log/mirror.log,acl,selinux 0 0\fR +\fBserver1:/mirror /mnt/mirror glusterfs log-file=/var/log/mirror.log,acl 0 0\fR .TP .I /proc/mounts |