diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index da85cb5297f..e0ec3368ca7 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1484,6 +1484,16 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .op_version = GD_OP_VERSION_3_13_0,            .flags      = VOLOPT_FLAG_CLIENT_OPT          }, +        { .key        = "disperse.eager-lock-timeout", +          .voltype    = "cluster/disperse", +          .op_version = GD_OP_VERSION_4_0_0, +          .flags      = VOLOPT_FLAG_CLIENT_OPT +        }, +        { .key        = "disperse.other-eager-lock-timeout", +          .voltype    = "cluster/disperse", +          .op_version = GD_OP_VERSION_4_0_0, +          .flags      = VOLOPT_FLAG_CLIENT_OPT +        },          { .key        = "cluster.quorum-type",            .voltype    = "cluster/replicate",            .option     = "quorum-type", @@ -3489,6 +3499,16 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .op_version  = GD_OP_VERSION_3_9_0,            .type        = NO_DOC,          }, +        { .option      = "notify-contention", +          .key         = "features.locks-notify-contention", +          .voltype     = "features/locks", +          .op_version  = GD_OP_VERSION_4_0_0, +        }, +        { .option      = "notify-contention-delay", +          .key         = "features.locks-notify-contention-delay", +          .voltype     = "features/locks", +          .op_version  = GD_OP_VERSION_4_0_0, +        },          { .key        = "disperse.shd-max-threads",            .voltype    = "cluster/disperse",            .op_version = GD_OP_VERSION_3_9_0,  | 
