e3c68b
From c3176144e531e22bfe97d0fef3b0e3e449fb1d32 Mon Sep 17 00:00:00 2001
e3c68b
From: Atin Mukherjee <amukherj@redhat.com>
e3c68b
Date: Mon, 16 Apr 2018 13:47:12 +0530
e3c68b
Subject: [PATCH 31/52] glusterd: turn off selinux feature in downstream
e3c68b
e3c68b
In RHGS 3.4.0 selinux feature was never meant to be qualified.
e3c68b
e3c68b
Label: DOWNSTREAM ONLY
e3c68b
e3c68b
Change-Id: I0cd5eb5207a757c8b6ef789980c061f211410bd5
e3c68b
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
e3c68b
Reviewed-on: https://code.engineering.redhat.com/gerrit/135716
e3c68b
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e3c68b
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
e3c68b
---
e3c68b
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +-
e3c68b
 1 file changed, 1 insertion(+), 1 deletion(-)
e3c68b
e3c68b
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
index 11265bf..d1244e4 100644
e3c68b
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
@@ -2842,7 +2842,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
e3c68b
     {.key = VKEY_FEATURES_SELINUX,
e3c68b
      .voltype = "features/selinux",
e3c68b
      .type = NO_DOC,
e3c68b
-     .value = "on",
e3c68b
+     .value = "off",
e3c68b
      .op_version = GD_OP_VERSION_3_11_0,
e3c68b
      .description = "Convert security.selinux xattrs to "
e3c68b
                     "trusted.gluster.selinux on the bricks. Recommended "
e3c68b
-- 
e3c68b
1.8.3.1
e3c68b