14f8ab
From 775a62906030e5b5dc60f17284a7d516ce4118f9 Mon Sep 17 00:00:00 2001
14f8ab
From: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
14f8ab
Date: Thu, 27 Jun 2019 13:18:32 +0530
14f8ab
Subject: [PATCH 259/261] gluster-block: tuning perf options
14f8ab
14f8ab
As per the perf experiment run by Elvir, with NVME devices used for OCP (gluster)
14f8ab
it was seen that particularly read operations (read/randread) benefited from
14f8ab
these options.
14f8ab
14f8ab
> upstream patch : https://review.gluster.org/#/c/glusterfs/+/22963/
14f8ab
14f8ab
>Change-Id: Ibec4b96afd28e6f7e757b6ef203ccdbc0d9854d5
14f8ab
>Fixes: bz#1727852
14f8ab
>Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
14f8ab
14f8ab
Change-Id: Ibec4b96afd28e6f7e757b6ef203ccdbc0d9854d5
14f8ab
BUG: 1708180
14f8ab
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
14f8ab
Reviewed-on: https://code.engineering.redhat.com/gerrit/176724
14f8ab
Tested-by: RHGS Build Bot <nigelb@redhat.com>
14f8ab
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
14f8ab
---
14f8ab
 extras/group-gluster-block | 8 ++++++++
14f8ab
 1 file changed, 8 insertions(+)
14f8ab
14f8ab
diff --git a/extras/group-gluster-block b/extras/group-gluster-block
14f8ab
index 56b406e..1e39801 100644
14f8ab
--- a/extras/group-gluster-block
14f8ab
+++ b/extras/group-gluster-block
14f8ab
@@ -5,6 +5,14 @@ performance.stat-prefetch=off
14f8ab
 performance.open-behind=off
14f8ab
 performance.readdir-ahead=off
14f8ab
 performance.strict-o-direct=on
14f8ab
+performance.client-io-threads=on
14f8ab
+performance.io-thread-count=32
14f8ab
+performance.high-prio-threads=32
14f8ab
+performance.normal-prio-threads=32
14f8ab
+performance.low-prio-threads=32
14f8ab
+performance.least-prio-threads=4
14f8ab
+client.event-threads=8
14f8ab
+server.event-threads=8
14f8ab
 network.remote-dio=disable
14f8ab
 cluster.eager-lock=enable
14f8ab
 cluster.quorum-type=auto
14f8ab
-- 
14f8ab
1.8.3.1
14f8ab