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