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