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