diff options
author | Jiffin Tony Thottan <jthottan@redhat.com> | 2018-02-27 15:35:30 +0530 |
---|---|---|
committer | Jiffin Tony Thottan <jthottan@redhat.com> | 2018-02-27 15:41:11 +0530 |
commit | 64ad9a8d2712a49e1bbaa0047007e58eb72d4384 (patch) | |
tree | 2b5221b9f8a3df0f32d9d4dbbf86e1b41a24a26b | |
parent | c980e344da11824cd2e6f271be7cba96ccff69e0 (diff) |
glusterd/ganesha : change voltype for ganesha.enable in volume option table
The voltype defined for ganesha.enable is features/ganesha. But ganesha xlator
was removed from client stack long back. Now it is defined as part of glusterd.
So reflecting the same on the volume option table.
Change-Id: Ifedd7493020b77bd54edfdbdd9c799d93b24d0aa
BUG: 1486542
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 6bf07233a70..1f07e362cb7 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -3033,7 +3033,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { .flags = OPT_FLAG_CLIENT_OPT }, { .key = "ganesha.enable", - .voltype = "features/ganesha", + .voltype = "mgmt/glusterd", .value = "off", .option = "ganesha.enable", .op_version = GD_OP_VERSION_3_7_0, |