|
|
887953 |
From b83b8efcf0673233bd28cddac4d62a639784a5c0 Mon Sep 17 00:00:00 2001
|
|
|
887953 |
From: Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
887953 |
Date: Wed, 19 Sep 2018 15:49:27 +0530
|
|
|
887953 |
Subject: [PATCH 375/385] extras: Add new options to group "virt"
|
|
|
887953 |
|
|
|
887953 |
> Upstream: https://review.gluster.org/21222
|
|
|
887953 |
> BUG: 1630798
|
|
|
887953 |
> Change-Id: I231db309de0e37c79cd44f5666da4cd776fefa04
|
|
|
887953 |
|
|
|
887953 |
In some of the recent performance tests on gluster-as-vm-image-store
|
|
|
887953 |
use-case, it has been observed that sometimes the lone fuse thread can
|
|
|
887953 |
hit near-100% CPU utilization and become a performance bottleneck.
|
|
|
887953 |
Enabling client-io-threads (in addition to bumping up epoll threads on
|
|
|
887953 |
server and client side) has shown to be helpful in getting around this
|
|
|
887953 |
bottleneck and pushing more IOPs.
|
|
|
887953 |
|
|
|
887953 |
Change-Id: I231db309de0e37c79cd44f5666da4cd776fefa04
|
|
|
887953 |
BUG: 1619627
|
|
|
887953 |
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
887953 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/150696
|
|
|
887953 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
887953 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
887953 |
---
|
|
|
887953 |
extras/group-virt.example | 3 +++
|
|
|
887953 |
1 file changed, 3 insertions(+)
|
|
|
887953 |
|
|
|
887953 |
diff --git a/extras/group-virt.example b/extras/group-virt.example
|
|
|
887953 |
index 7e34b72..c2ce89d 100644
|
|
|
887953 |
--- a/extras/group-virt.example
|
|
|
887953 |
+++ b/extras/group-virt.example
|
|
|
887953 |
@@ -13,3 +13,6 @@ cluster.shd-wait-qlength=10000
|
|
|
887953 |
features.shard=on
|
|
|
887953 |
user.cifs=off
|
|
|
887953 |
cluster.choose-local=off
|
|
|
887953 |
+client.event-threads=4
|
|
|
887953 |
+server.event-threads=4
|
|
|
887953 |
+performance.client-io-threads=on
|
|
|
887953 |
--
|
|
|
887953 |
1.8.3.1
|
|
|
887953 |
|