From 41752a2f78a3a69fb8e3359906b7132457ca9acc Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Wed, 11 Sep 2019 14:57:29 +0530 Subject: extras: Enable direct-io options in group virt Direct-io options are currently enabled in the ovirt-gluster installation through cockpit ui whereas all the other optimizations in gluster for virt are enabled through the group-virt option using 'volume-set' command. For the sake of completeness and to avoid any confusion, it would be better to set the o-direct gluster options also as part of group virt. Change-Id: Iac4c443c2a8239effeb05a52344e563f1d877916 Fixes: bz#1758984 Signed-off-by: Krutika Dhananjay --- extras/group-virt.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/group-virt.example b/extras/group-virt.example index c2ce89d7b9c..6a66f977b2f 100644 --- a/extras/group-virt.example +++ b/extras/group-virt.example @@ -2,7 +2,8 @@ performance.quick-read=off performance.read-ahead=off performance.io-cache=off performance.low-prio-threads=32 -network.remote-dio=enable +network.remote-dio=disable +performance.strict-o-direct=on cluster.eager-lock=enable cluster.quorum-type=auto cluster.server-quorum-type=server -- cgit