From 58bbfd91d1a6404ddee8fa2c49d0d1945eef5ad4 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 27 Mar 2013 18:56:35 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/4734 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 4a91c435..cc8a2363 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 }, -- cgit