|
|
3604df |
From bceb0570dc9e4687d82acce13b499ea03ef35529 Mon Sep 17 00:00:00 2001
|
|
|
3604df |
From: Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
3604df |
Date: Thu, 9 Feb 2017 15:56:04 +0530
|
|
|
3604df |
Subject: [PATCH 293/294] extras: Add more options to group virt
|
|
|
3604df |
|
|
|
3604df |
Backport of: https://review.gluster.org/16577
|
|
|
3604df |
|
|
|
3604df |
Apart from some of the option configurations already listed
|
|
|
3604df |
in the group-virt.example file, we also recommend that the
|
|
|
3604df |
users set certain other options added by this patch for
|
|
|
3604df |
VM use-case. This also helps Gluster-oVirt users in configuring
|
|
|
3604df |
virt options for new volumes at the click of a button as opposed
|
|
|
3604df |
to setting them manually through volume-set command.
|
|
|
3604df |
|
|
|
3604df |
Change-Id: Ieeea1206f13545d756526650527cbfec75148e17
|
|
|
3604df |
BUG: 1418901
|
|
|
3604df |
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
3604df |
Reviewed-on: https://code.engineering.redhat.com/gerrit/98122
|
|
|
3604df |
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
|
|
|
3604df |
---
|
|
|
3604df |
extras/group-virt.example | 9 +++++++--
|
|
|
3604df |
1 file changed, 7 insertions(+), 2 deletions(-)
|
|
|
3604df |
|
|
|
3604df |
diff --git a/extras/group-virt.example b/extras/group-virt.example
|
|
|
3604df |
index 4fe3760..6361f1b 100644
|
|
|
3604df |
--- a/extras/group-virt.example
|
|
|
3604df |
+++ b/extras/group-virt.example
|
|
|
3604df |
@@ -2,9 +2,14 @@ performance.quick-read=off
|
|
|
3604df |
performance.read-ahead=off
|
|
|
3604df |
performance.io-cache=off
|
|
|
3604df |
performance.stat-prefetch=off
|
|
|
3604df |
-cluster.eager-lock=enable
|
|
|
3604df |
+performance.low-prio-threads=32
|
|
|
3604df |
network.remote-dio=enable
|
|
|
3604df |
+cluster.eager-lock=enable
|
|
|
3604df |
cluster.quorum-type=auto
|
|
|
3604df |
cluster.server-quorum-type=server
|
|
|
3604df |
-features.shard=on
|
|
|
3604df |
cluster.data-self-heal-algorithm=full
|
|
|
3604df |
+cluster.locking-scheme=granular
|
|
|
3604df |
+cluster.shd-max-threads=8
|
|
|
3604df |
+cluster.shd-wait-qlength=10000
|
|
|
3604df |
+features.shard=on
|
|
|
3604df |
+user.cifs=off
|
|
|
3604df |
--
|
|
|
3604df |
2.9.3
|
|
|
3604df |
|