diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2016-03-17 09:32:17 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-04-04 17:39:46 -0700 |
commit | d65419677cf784599d4352d94f626823f895a18b (patch) | |
tree | 63d1ddcc864c11d151e267f490bdd13f94504a56 /xlators/mgmt/glusterd | |
parent | c76a1690bbd909b1c2dd2c495e2a8352d599b14b (diff) |
cluster/afr: Use parallel dir scan functionality
BUG: 1221737
Change-Id: I0ed71a72f0e33bd733723e00a01cf28378c5534e
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/13755
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 34fcde4e6ba..db29881173e 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2759,6 +2759,17 @@ struct volopt_map_entry glusterd_volopt_map[] = { .flags = OPT_FLAG_XLATOR_OPT, .type = NO_DOC, }, + { .key = "cluster.shd-max-threads", + .voltype = "cluster/replicate", + .op_version = GD_OP_VERSION_3_7_10, + .flags = OPT_FLAG_CLIENT_OPT + }, + { .key = "cluster.shd-wait-qlength", + .voltype = "cluster/replicate", + .op_version = GD_OP_VERSION_3_7_10, + .flags = OPT_FLAG_CLIENT_OPT + }, + { .key = NULL } }; |