summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendra@redhat.com>2012-05-28 12:15:29 +0530
committerAnand Avati <avati@redhat.com>2012-05-29 21:35:41 -0700
commitc31447bda4e5e0b8e40689db9635fc5c0aa04136 (patch)
treef0757ac684c0b77a16574eb2d7625ab130650b63 /xlators/mgmt
parent5f94c61868c420cd9a642d0f758a4a815eb5aae8 (diff)
performance/md-cache: make cache timeout reconfigurable via cli
Change-Id: I73685bf73a14435884d3489343bbe71c331eb2a5 BUG: 825638 Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com> Reviewed-on: http://review.gluster.com/3458 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mgmt')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c
index ae38d5b14..cae93fbd4 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volgen.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c
@@ -154,6 +154,7 @@ static struct volopt_map_entry glusterd_volopt_map[] = {
{"performance.cache-size", "performance/io-cache", NULL, NULL, NO_DOC, 0 },
{"performance.cache-size", "performance/quick-read", NULL, NULL, NO_DOC, 0 },
{"performance.flush-behind", "performance/write-behind", "flush-behind", NULL, DOC, 0},
+ {"performance.md-cache-timeout", "performance/md-cache", "md-cache-timeout", NULL, DOC, 0},
{"performance.io-thread-count", "performance/io-threads", "thread-count", DOC, 0},
{"performance.high-prio-threads", "performance/io-threads", NULL, DOC, 0},