From a02cb725c7fd0d8fbc94d7d815fdf5494815ac93 Mon Sep 17 00:00:00 2001 From: hari gowtham Date: Mon, 26 Oct 2015 12:07:16 +0530 Subject: Remove selinux mount option from "man mount.glusterfs" Gluster doesn't SELinux mount option, so it is removed. Change-Id: I471ad98a24b5f5d64279c805b3243cb1168dd3d1 BUG: 1274626 Signed-off-by: hari gowtham Reviewed-on: http://review.gluster.org/12422 Tested-by: Gluster Build System Tested-by: NetBSD Build System Reviewed-by: Vijay Bellur --- doc/mount.glusterfs.8 | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit