diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-03-27 18:56:35 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-04-01 03:07:23 -0700 |
commit | 58bbfd91d1a6404ddee8fa2c49d0d1945eef5ad4 (patch) | |
tree | 3ff2322cb3ae16946c996680548678bf05a62b3b | |
parent | d5c3024f9fb4e1671d8e0a969934350bb08e2db9 (diff) |
mgmt/glusterd: Enable write-behind in nfs
We observed that the number of write requests thus inodelks
are increasing very rapidly to thousands without write-behind
in the graph.
Change-Id: Id71c9c2b0a4c9601a4644a58a933221c62dab0c0
BUG: 928341
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4734
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 4a91c435328..cc8a2363608 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -797,7 +797,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "performance.nfs.write-behind", .voltype = "performance/write-behind", .option = "!nfsperf", - .value = "off", + .value = "on", .type = NO_DOC, .op_version = 1 }, |