diff options
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index f0eb9b27971..63e02d45624 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2433,7 +2433,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { .op_version = 2}, {.key = GLUSTERD_QUORUM_RATIO_KEY, .voltype = "mgmt/glusterd", - .value = "0", + .value = "51", .op_version = 2}, /* changelog translator - global tunables */ {.key = "changelog.changelog", @@ -2822,7 +2822,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { /* Brick multiplexing options */ {.key = GLUSTERD_BRICK_MULTIPLEX_KEY, .voltype = "mgmt/glusterd", - .value = "off", + .value = "disable", .op_version = GD_OP_VERSION_3_10_0, .validate_fn = validate_boolean, .type = GLOBAL_DOC, |