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