e3c68b
From a917a989232d2c72752f8a2cf27bad90b5acb83d Mon Sep 17 00:00:00 2001
e3c68b
From: Jiffin Tony Thottan <jthottan@redhat.com>
e3c68b
Date: Tue, 27 Feb 2018 15:35:30 +0530
e3c68b
Subject: [PATCH 076/124] glusterd/ganesha : change voltype for ganesha.enable
e3c68b
 in volume option table
e3c68b
e3c68b
The voltype defined for ganesha.enable is features/ganesha. But ganesha xlator
e3c68b
was removed from client stack long back. Now it is defined as part of glusterd.
e3c68b
So reflecting the same on the volume option table.
e3c68b
e3c68b
Label: DOWNSTREAM ONLY
e3c68b
e3c68b
Upstream reference :
e3c68b
>patch link https://review.gluster.org/19639
e3c68b
>Change-Id: Ifedd7493020b77bd54edfdbdd9c799d93b24d0aa
e3c68b
>BUG: 1486542
e3c68b
>Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
e3c68b
e3c68b
Change-Id: Ifedd7493020b77bd54edfdbdd9c799d93b24d0aa
e3c68b
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
e3c68b
Reviewed-on: https://code.engineering.redhat.com/gerrit/167161
e3c68b
Reviewed-by: Soumya Koduri <skoduri@redhat.com>
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 13f423a..c8f6e67 100644
e3c68b
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
e3c68b
@@ -2599,7 +2599,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
e3c68b
     },
e3c68b
     {
e3c68b
         .key = "ganesha.enable",
e3c68b
-        .voltype = "features/ganesha",
e3c68b
+        .voltype = "mgmt/ganesha",
e3c68b
         .value = "off",
e3c68b
         .option = "ganesha.enable",
e3c68b
         .op_version = GD_OP_VERSION_3_7_0,
e3c68b
-- 
e3c68b
1.8.3.1
e3c68b