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