diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2017-02-09 15:56:04 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2017-02-17 05:43:58 -0500 |
commit | 932ff80b57846ed77b66776ade575a0b2231183a (patch) | |
tree | 00e5703d110fcb9fca21483d44f5ab84e9786781 /extras | |
parent | b8d827f4e7a289a7d6052e2596064b2f4ceb8d60 (diff) |
extras: Add more options to group virt
Apart from some of the option configurations already listed
in the group-virt.example file, we also recommend that the
users set certain other options added by this patch for
VM use-case. This also helps Gluster-oVirt users in configuring
virt options for new volumes at the click of a button as opposed
to setting them manually through volume-set command.
Change-Id: I8524e8d8a06bbbb0b9247571706e786410013b41
BUG: 1418900
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: https://review.gluster.org/16577
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Sahina Bose <sabose@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/group-virt.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/extras/group-virt.example b/extras/group-virt.example index 4fe3760be2c..6361f1b72bc 100644 --- a/extras/group-virt.example +++ b/extras/group-virt.example @@ -2,9 +2,14 @@ performance.quick-read=off performance.read-ahead=off performance.io-cache=off performance.stat-prefetch=off -cluster.eager-lock=enable +performance.low-prio-threads=32 network.remote-dio=enable +cluster.eager-lock=enable cluster.quorum-type=auto cluster.server-quorum-type=server -features.shard=on cluster.data-self-heal-algorithm=full +cluster.locking-scheme=granular +cluster.shd-max-threads=8 +cluster.shd-wait-qlength=10000 +features.shard=on +user.cifs=off |