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