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