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