233933
From 1d2d29396ee25f09c7d379a992ac9bd244e89c39 Mon Sep 17 00:00:00 2001
233933
From: Jiffin Tony Thottan <jthottan@redhat.com>
233933
Date: Thu, 13 Dec 2018 14:28:57 +0530
233933
Subject: [PATCH 30/52] selinux/glusterd : add "features.selinux" to
233933
 glusterd-volume-set.c
233933
233933
updates: #593
233933
Change-Id: I38675ba4d47c8ba7f94cfb4734692683ddb3dcfd
233933
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
233933
---
233933
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 8 +++-----
233933
 1 file changed, 3 insertions(+), 5 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 4bf89a6..11265bf 100644
233933
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
233933
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
233933
@@ -1203,10 +1203,9 @@ struct volopt_map_entry glusterd_volopt_map[] = {
233933
      .voltype = "performance/io-threads",
233933
      .option = "pass-through",
233933
      .op_version = GD_OP_VERSION_4_1_0},
233933
-    {.key         = "performance.least-rate-limit",
233933
-     .voltype     = "performance/io-threads",
233933
-     .op_version  = 1
233933
-    },
233933
+    {.key = "performance.least-rate-limit",
233933
+     .voltype = "performance/io-threads",
233933
+     .op_version = 1},
233933
 
233933
     /* Other perf xlators' options */
233933
     {.key = "performance.io-cache-pass-through",
233933
@@ -2849,7 +2848,6 @@ struct volopt_map_entry glusterd_volopt_map[] = {
233933
                     "trusted.gluster.selinux on the bricks. Recommended "
233933
                     "to have enabled when clients and/or bricks support "
233933
                     "SELinux."},
233933
-    {.key = GLUSTERD_LOCALTIME_LOGGING_KEY,
233933
     /*{.key = GLUSTERD_LOCALTIME_LOGGING_KEY,
233933
      .voltype = "mgmt/glusterd",
233933
      .type = GLOBAL_DOC,
233933
-- 
233933
1.8.3.1
233933