diff options
author | Prasanna Kumar Kalever <prasanna.kalever@redhat.com> | 2018-04-20 17:26:12 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2018-05-01 12:22:48 +0000 |
commit | 9da91172538a2a95fba609c93e199db159fd1938 (patch) | |
tree | 1bee02c8ae30cbe65c58b8bef4898e8bedf5c599 | |
parent | 2fd93ccd19d247f27a33d3777dcdac80728a25db (diff) |
block-profile: enable cluster.eager-lock in block-profile
Eager-lock gave 2.5X perf improvement. On top of that with batching
fix in tcmu-runner and client-io-threads we are seeing close to 3X perf
improvement. But we don't want to include that in the default profile
option but enable it on a case by case basis. So not adding
client-io-threads option.
BUG: 1573119
Fixes: bz#1573119
Change-Id: Ida53c3ef9a041a73b65fdd06158ac082da437206
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
-rw-r--r-- | extras/group-gluster-block | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/group-gluster-block b/extras/group-gluster-block index d619255fa96..56b406e3641 100644 --- a/extras/group-gluster-block +++ b/extras/group-gluster-block @@ -6,7 +6,7 @@ performance.open-behind=off performance.readdir-ahead=off performance.strict-o-direct=on network.remote-dio=disable -cluster.eager-lock=disable +cluster.eager-lock=enable cluster.quorum-type=auto cluster.data-self-heal-algorithm=full cluster.locking-scheme=granular |