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