diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volgen.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c index 043f6146b21..9d05a93cb31 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.c +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c @@ -220,9 +220,9 @@ static struct volopt_map_entry glusterd_volopt_map[] = {          {VKEY_FEATURES_LIMIT_USAGE,              "features/quota",            "limit-set", NULL, NO_DOC, 0},          {"features.quota-timeout",               "features/quota",            "timeout", "0", DOC, 0},          {"server.statedump-path",                "protocol/server",           "statedump-path", NULL, DOC, 0}, -        {"features.lock-heal",                   "protocol/client",           "lk-heal", NULL, DOC, 0}, +        {"features.lock-heal",                   "protocol/client",           "lk-heal", NULL, NO_DOC, 0},          {"features.lock-heal",                   "protocol/server",           "lk-heal", NULL, DOC, 0}, -        {"features.grace-timeout",               "protocol/client",           "grace-timeout", NULL, DOC, 0}, +        {"features.grace-timeout",               "protocol/client",           "grace-timeout", NULL, NO_DOC, 0},          {"features.grace-timeout",               "protocol/server",           "grace-timeout", NULL, DOC, 0},          {"feature.read-only",                    "features/read-only",        "!read-only", "off", DOC, 0},          {NULL,                                                                }  | 
