diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 6 | 
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 2ee969f7c80..1e24adabe0c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1647,8 +1647,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", @@ -1747,7 +1748,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",  | 
