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