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 9f97973b167..1fea1442cc5 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2769,12 +2769,12 @@ struct volopt_map_entry glusterd_volopt_map[] = { }, { .key = "cluster.shd-max-threads", .voltype = "cluster/replicate", - .op_version = GD_OP_VERSION_3_7_10, + .op_version = GD_OP_VERSION_3_7_12, .flags = OPT_FLAG_CLIENT_OPT }, { .key = "cluster.shd-wait-qlength", .voltype = "cluster/replicate", - .op_version = GD_OP_VERSION_3_7_10, + .op_version = GD_OP_VERSION_3_7_12, .flags = OPT_FLAG_CLIENT_OPT }, |