e7a346
From b6cf34d99a8b60bcf07b557328d7d998a71653ac Mon Sep 17 00:00:00 2001
e7a346
From: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
e7a346
Date: Fri, 20 Apr 2018 17:26:12 +0530
e7a346
Subject: [PATCH 303/305] block-profile: enable cluster.eager-lock in
e7a346
 block-profile
e7a346
e7a346
Eager-lock gave 2.5X perf improvement. On top of that with batching
e7a346
fix in tcmu-runner and client-io-threads we are seeing close to 3X perf
e7a346
improvement. But we don't want to include that in the default profile
e7a346
option but enable it on a case by case basis. So not adding
e7a346
client-io-threads option.
e7a346
e7a346
 >BUG: 1573119
e7a346
 >Upstream-patch: https://review.gluster.org/19913
e7a346
BUG: 1569951
e7a346
Change-Id: Ida53c3ef9a041a73b65fdd06158ac082da437206
e7a346
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
e7a346
Reviewed-on: https://code.engineering.redhat.com/gerrit/141310
e7a346
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e7a346
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
e7a346
---
e7a346
 extras/group-gluster-block | 2 +-
e7a346
 1 file changed, 1 insertion(+), 1 deletion(-)
e7a346
e7a346
diff --git a/extras/group-gluster-block b/extras/group-gluster-block
e7a346
index d619255..56b406e 100644
e7a346
--- a/extras/group-gluster-block
e7a346
+++ b/extras/group-gluster-block
e7a346
@@ -6,7 +6,7 @@ performance.open-behind=off
e7a346
 performance.readdir-ahead=off
e7a346
 performance.strict-o-direct=on
e7a346
 network.remote-dio=disable
e7a346
-cluster.eager-lock=disable
e7a346
+cluster.eager-lock=enable
e7a346
 cluster.quorum-type=auto
e7a346
 cluster.data-self-heal-algorithm=full
e7a346
 cluster.locking-scheme=granular
e7a346
-- 
e7a346
1.8.3.1
e7a346