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