diff options
-rw-r--r-- | xlators/protocol/server/src/server.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index 66122318c79..bae4a119b1f 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -1815,6 +1815,11 @@ struct volume_options server_options[] = { "overrides the auth.allow option. By default, all" " connections are allowed." }, + /* This is not a valid path w.r.t daemons, hence it's string */ + { .key = {"auth-path"}, + .type = GF_OPTION_TYPE_STR, + .default_value = "{{ brick.path }}" + }, { .key = {"rpc.outstanding-rpc-limit"}, .type = GF_OPTION_TYPE_INT, .min = RPCSVC_MIN_OUTSTANDING_RPC_LIMIT, |