diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c index 923271f0a2e..ac5378b1acb 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.c +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c @@ -203,6 +203,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, NO_DOC, 0}, +        {"client.lk-heal",                       "protocol/client",           "lk-heal", NULL, DOC, 0}, +        {"client.grace-timeout",                 "protocol/client",           "grace-timeout", NULL, DOC, 0}, +        {"server.grace-timeout",                 "protocol/server",           "grace-timeout", NULL, DOC, 0},          {NULL,                                                                }  };  | 
