50dc83
From 83d5ebd6ca68e319db86e310cf072888d0f0f1d1 Mon Sep 17 00:00:00 2001
50dc83
From: Jiffin Tony Thottan <jthottan@redhat.com>
50dc83
Date: Wed, 8 May 2019 10:07:29 +0530
50dc83
Subject: [PATCH 132/141] glusterd: remove duplicate occurrence of
50dc83
 features.selinux from volume option table
50dc83
50dc83
Label : DOWNSTREAM ONLY
50dc83
50dc83
Change-Id: I0a49fece7a1fcbb9f3bbfe5806ec470aeb33ad70
50dc83
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
50dc83
Reviewed-on: https://code.engineering.redhat.com/gerrit/169664
50dc83
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
50dc83
Tested-by: RHGS Build Bot <nigelb@redhat.com>
50dc83
---
50dc83
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 10 ----------
50dc83
 1 file changed, 10 deletions(-)
50dc83
50dc83
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
50dc83
index 10aa2ae..e52de20 100644
50dc83
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
50dc83
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
50dc83
@@ -3242,16 +3242,6 @@ struct volopt_map_entry glusterd_volopt_map[] = {
50dc83
                     "pages."
50dc83
                     "The max value is 262144 pages i.e 1 GB and "
50dc83
                     "the min value is 1000 pages i.e ~4 MB."},
50dc83
-    {.key = VKEY_FEATURES_SELINUX,
50dc83
-     .voltype = "features/selinux",
50dc83
-     .type = NO_DOC,
50dc83
-     .value = "on",
50dc83
-     .op_version = GD_OP_VERSION_3_11_0,
50dc83
-     .description = "Convert security.selinux xattrs to "
50dc83
-                    "trusted.gluster.selinux on the bricks. Recommended "
50dc83
-                    "to have enabled when clients and/or bricks support "
50dc83
-                    "SELinux."},
50dc83
-
50dc83
 #endif /* USE_GFDB */
50dc83
     {
50dc83
         .key = "locks.trace",
50dc83
-- 
50dc83
1.8.3.1
50dc83