From db5c132866868245fc016205b530c8a8dd7f61bf Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Thu, 6 Jul 2017 14:25:09 +0530 Subject: [PATCH 561/566] extras: Enable stat-prefetch in virt profile Backport of: https://review.gluster.org/17713 In the internal testing that was done, stat-prefetch did help reduce the number of stats coming from qemu hitting the disk, and thereby improved performance. Change-Id: Ieb25913f22f0325174446e66a89fd0a64565e8d4 BUG: 1468484 Signed-off-by: Krutika Dhananjay Reviewed-on: https://code.engineering.redhat.com/gerrit/112060 Reviewed-by: Atin Mukherjee --- extras/group-virt.example | 1 - 1 file changed, 1 deletion(-) diff --git a/extras/group-virt.example b/extras/group-virt.example index 6361f1b..403bed6 100644 --- a/extras/group-virt.example +++ b/extras/group-virt.example @@ -1,7 +1,6 @@ performance.quick-read=off performance.read-ahead=off performance.io-cache=off -performance.stat-prefetch=off performance.low-prio-threads=32 network.remote-dio=enable cluster.eager-lock=enable -- 1.8.3.1