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