diff options
author | Kaushal M <kaushal@redhat.com> | 2012-11-05 10:43:12 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-11-13 00:08:05 -0800 |
commit | ca666417f3e6f500ec75cb7389497e2f5c4bc6e6 (patch) | |
tree | cb80f75fb34bd26e8ed0e1ca4a956ef30a1508ac /xlators/mgmt | |
parent | d55acadd85e37ee4bf56da36640a5bf8a0e2f66e (diff) |
glusterd: Add missing options to vme table.
Change-Id: Ifa48cb2c26dbbabe619e1bfbd41d9ecdce1150aa
BUG: 814534
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/4155
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/mgmt')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c index ac9565cf4fb..a8c71e29c4c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.c +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c @@ -129,6 +129,7 @@ static struct volopt_map_entry glusterd_volopt_map[] = { {"cluster.quorum-type", "cluster/replicate", "quorum-type", NULL, NO_DOC, 0, 1}, {"cluster.quorum-count", "cluster/replicate", "quorum-count", NULL, NO_DOC, 0, 1}, {"cluster.choose-local", "cluster/replicate", NULL, NULL, DOC, 0, 2}, + {"cluster.self-heal-readdir-size", "cluster/replicate", NULL, NULL, DOC, 0, 2}, /* Stripe xlator options */ {"cluster.stripe-block-size", "cluster/stripe", "block-size", NULL, DOC, 0, 1}, @@ -160,8 +161,11 @@ static struct volopt_map_entry glusterd_volopt_map[] = { /* Other perf xlators' options */ {"performance.cache-size", "performance/quick-read", NULL, NULL, NO_DOC, 0, 1}, + {"performance.flush-behind", "performance/write-behind", "flush-behind", NULL, DOC, 0, 1}, {"performance.write-behind-window-size", "performance/write-behind", "cache-size", NULL, DOC, 1}, + {"performance.strict-o-direct", "performance/write-behind", "strict-O_DIRECT", NULL, DOC, 2}, + {"performance.strict-write-ordering", "performance/write-behind", "strict-write-ordering", NULL, DOC, 2}, {"performance.read-ahead-page-count", "performance/read-ahead", "page-count", NULL, DOC, 1}, {"performance.md-cache-timeout", "performance/md-cache", "md-cache-timeout", NULL, DOC, 0, 2}, |