summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 0d8d63ed7aa..2c304283466 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -1463,8 +1463,9 @@ struct volopt_map_entry glusterd_volopt_map[] = {
{ .key = "client.ssl",
.voltype = "protocol/client",
.option = "transport.socket.ssl-enabled",
- .type = NO_DOC,
.op_version = 2,
+ .description = "enable/disable client.ssl flag in the "
+ "volume.",
.flags = OPT_FLAG_CLIENT_OPT
},
{ .key = "network.remote-dio",
@@ -1563,7 +1564,8 @@ struct volopt_map_entry glusterd_volopt_map[] = {
{ .key = "server.ssl",
.voltype = "protocol/server",
.option = "transport.socket.ssl-enabled",
- .type = NO_DOC,
+ .description = "enable/disable server.ssl flag in the "
+ "volume.",
.op_version = 2
},
{ .key = "auth.ssl-allow",