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