diff options
| author | Sanju Rakonde <srakonde@redhat.com> | 2017-10-18 11:40:59 +0530 | 
|---|---|---|
| committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-10-18 14:23:46 +0000 | 
| commit | c0b08f10ed07bfe06309e31a7fff85cadb733ce2 (patch) | |
| tree | 6af51a3384c41829736dce71660df3901b460cff | |
| parent | 77271e9c1efab628d00bc66803be923f451c0bfa (diff) | |
glusterd: documenting server.allow-insecure
problem: "server.allow-insecure" is invisible in gluster volume set
help.
Fix: "server.allow-insecure" is defined as NO_DOC type, chainging
it to DOC type solve the problem.
Change-Id: I327f1e4c1684ff846deb8b7df07d4d8a09073274
BUG: 1503424
Signed-off-by: Sanju Rakonde <srakonde@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 4b4e8da5e55..87d478bf11d 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1954,7 +1954,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {          { .key         = "server.allow-insecure",            .voltype     = "protocol/server",            .option      = "rpc-auth-allow-insecure", -          .type        = NO_DOC, +          .type        = DOC,            .op_version  = 1          },          { .key         = "server.root-squash",  | 
