From 25d1bdc094a8408afc074817ec6d63c812c571f9 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Thu, 21 Jul 2016 14:49:55 -0400 Subject: io-threads: remove least-rate-limit option and code This will be unnecessary, and mostly in the way, as real fairness guarantees are implemented. Change-Id: Ic61ec1c9e9add58385f1a4eafcfe2cc554ceefc8 BUG: 1360402 Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.org/14989 Smoke: Gluster Build System Tested-by: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: Gluster Build System --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xlators/mgmt/glusterd') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index ca646e4dcce..1cc0d921f4e 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1485,10 +1485,6 @@ struct volopt_map_entry glusterd_volopt_map[] = { .voltype = "performance/io-threads", .op_version = 1 }, - { .key = "performance.least-rate-limit", - .voltype = "performance/io-threads", - .op_version = 2 - }, /* Other perf xlators' options */ { .key = "performance.cache-size", -- cgit